-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.05 KB
/
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
40
41
42
43
44
{
"name": "newsearchservice",
"version": "1.0.0",
"dependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"base64url": "^2.0.0",
"bluebird": "^3.5.0",
"body-parser": "~1.0.1",
"connect-timeout": "^1.9.0",
"debug": "~2.2.0",
"detect-indent": "^5.0.0",
"express": "^4.15.4",
"express-recaptcha": "^2.3.0",
"helmet": "^3.8.1",
"http-proxy": "^1.13.2",
"http-proxy-rules": "^1.1.0",
"install": "^0.8.9",
"is-finite": "^1.0.2",
"jsonwebtoken": "^7.4.1",
"mathjs": "^3.13.3",
"morgan": "~1.6.1",
"newrelic": "1.24.1",
"npm": "^3.8.7",
"pg": "6.1.2",
"pg-promise": "^7.3.1",
"request": "^2.81.0",
"request-ip": "^1.3.0",
"set": "^1.1.1",
"trim-right": "^1.0.1",
"underscore": "^1.8.3",
"underscore.string": "^2.3.2"
},
"scripts": {
"start": "node server.js",
"inspect": "node --inspect server.js"
},
"engines": {
"node": "6.9.1",
"npm": "^3.7.3"
}
}