-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 791 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 791 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "VideoTaggingTool",
"version": "0.0.0",
"private": true,
"scripts": {
"postinstall": "node ./storage/sql/ensureSchema.js",
"start": "node server.js"
},
"description": "Tool for tagging videos frame by frame",
"author": {
"name": "Ami Turgman",
"email": "ami.turgman@microsoft.com"
},
"engines": {
"node": "0.10.32"
},
"dependencies": {
"azure-storage": "^0.7.0",
"body-parser": "~1.8.1",
"bower": "^1.7.2",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.0",
"debug": "~2.0.0",
"express": "~4.9.0",
"express-session": "^1.12.1",
"googleapis": "^2.1.7",
"morgan": "^1.6.1",
"multiparty": "^4.1.2",
"passport": "^0.3.2",
"passport-google-oauth": "^0.2.0",
"tedious": "^1.13.1"
}
}