-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
39 lines (39 loc) · 910 Bytes
/
package.json
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
34
35
36
37
38
39
{
"name": "console",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node server.js"
},
"description": "Administration Console for Corpus to Graph",
"author": {
"name": "Ami Turgman",
"email": "[email protected]"
},
"engines": {
"node": "4.2.4",
"npm": "3.8.3"
},
"dependencies": {
"async": "^2.0.0-rc.3",
"azure-logging": "^0.3.2",
"azure-storage": "^0.7.0",
"body-parser": "~1.8.1",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.0",
"debug": "~2.0.0",
"docrouter": "^0.7.0",
"express": "^4.13.4",
"express-session": "^1.12.1",
"googleapis": "^2.1.7",
"marked": "^0.3.5",
"moment": "^2.13.0",
"morgan": "^1.6.1",
"nconf": "^0.8.4",
"passport": "^0.3.2",
"passport-google-oauth": "^0.2.0",
"string": "^3.3.1",
"string_format": "0.0.6",
"validator": "^4.5.2"
}
}