-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.18 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.18 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
46
47
48
49
50
51
{
"name": "k-project-be",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "DEBUG='k-project*' mocha",
"start": "DEBUG='k-project*' node index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.41.0",
"babel": "^6.23.0",
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.24.1",
"bcrypt": "^3.0.0",
"bluebird": "^3.5.0",
"body-parser": "^1.17.1",
"cookie-parser": "^1.4.3",
"cors": "^2.8.1",
"debug": "^2.6.3",
"del": "^2.2.2",
"dotenv": "^4.0.0",
"express": "^4.15.2",
"fs-extra": "^4.0.0",
"http-errors": "^1.6.1",
"json-parser": "^1.1.5",
"jsonwebtoken": "^7.3.0",
"mongoose": "^4.8.7",
"morgan": "^1.8.1",
"multer": "^1.3.0",
"node-gyp": "^3.7.0",
"path": "^0.12.7",
"socket.io": "^2.0.2",
"webpack": "^3.5.6"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.2.0",
"superagent": "^3.5.0"
}
}