-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 779 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 779 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": "data-challenge-api",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "~1.15.2",
"connect": "^3.5.0",
"cookie-parser": "~1.4.3",
"crypto": "^0.0.3",
"debug": "~2.2.0",
"easyxml": "^2.0.1",
"express": "~4.14.0",
"express-session": "^1.14.2",
"helmet": "^3.1.0",
"jade": "~1.11.0",
"js-yaml": "^3.7.0",
"lodash": "^4.17.2",
"morgan": "~1.7.0",
"oauth-1.0a": "^2.0.0",
"passport": "^0.3.2",
"passport-http": "^0.3.0",
"passport-linkedin-oauth2": "^1.4.1",
"passport-xing": "^0.1.5",
"pons.js": "^3.0.2",
"serve-favicon": "~2.3.0",
"swagger-tools": "^0.10.1",
"uuid": "^3.0.1",
"x2js": "^3.1.0"
}
}