-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.16 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.16 KB
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
40
41
42
43
44
45
{
"name": "hackathon-planner-api",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "node ./tests/runUnitTests.js"
},
"dependencies": {
"@types/aws-sdk": "0.0.38",
"@types/bluebird": "^3.0.35",
"@types/body-parser": "0.0.33",
"@types/cookie-parser": "^1.3.30",
"@types/cors": "0.0.33",
"@types/express": "^4.0.33",
"@types/express-session": "0.0.32",
"@types/morgan": "^1.7.32",
"@types/nconf": "0.0.32",
"@types/passport": "^0.2.32",
"@types/serve-favicon": "^2.2.28",
"@types/underscore": "^1.7.33",
"aws-sdk": "^2.4.6",
"bluebird": "^3.4.1",
"body-parser": "~1.15.1",
"cheerio": "^0.20.0",
"cookie-parser": "~1.4.3",
"cors": "^2.7.1",
"debug": "~2.2.0",
"express": "~4.13.4",
"express-session": "^1.14.0",
"jade": "~1.11.0",
"json-mask": "^0.3.8",
"morgan": "~1.7.0",
"nconf": "^0.8.4",
"passport": "^0.3.2",
"passport-github2": "^0.1.10",
"serve-favicon": "~2.3.0",
"typescript": "^2.1.4",
"underscore": "^1.8.3"
},
"devDependencies": {
"@types/jasmine": "^2.5.38",
"jasmine": "^2.5.2"
}
}