-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 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
{
"name": "trylinks-server",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "mocha \"test/*.js\"",
"test_db": "mocha \"test/db/*.js\""
},
"dependencies": {
"bcryptjs": "^2.4.3",
"bluebird": "^3.5.1",
"body-parser": "~1.18.2",
"chai": "^4.1.2",
"child-process-promise": "^2.2.1",
"compression": "^1.7.2",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"dotenv": "^6.0.0",
"eslint": "^4.10.0",
"express": "~4.15.5",
"express-session": "^1.15.6",
"fs-extra": "^5.0.0",
"jade": "~1.11.0",
"mocha": "^4.0.1",
"mockery": "^2.1.0",
"morgan": "~1.9.0",
"npm": "^5.7.1",
"pg-promise": "^5.9.7",
"serve-favicon": "~2.4.5",
"socket.io": "^2.0.4"
},
"devDependencies": {
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-mocha": "^4.11.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"portfinder": "^1.0.13"
}
}