-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·37 lines (37 loc) · 869 Bytes
/
package.json
File metadata and controls
executable file
·37 lines (37 loc) · 869 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
34
35
36
37
{
"name": "sample",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.17.2",
"connect-busboy": "0.0.2",
"express": "^4.15.3",
"express-session": "^1.15.3",
"form-data": "^2.2.0",
"formidable": "^1.1.1",
"fs": "0.0.1-security",
"https": "^1.0.0",
"path": "^0.12.7",
"pug": "^2.0.0-rc.4",
"request": "^2.88.0",
"request-progress": "^3.0.0",
"request-promise": "^4.2.2"
},
"devDependencies": {
"eslint": "^4.8.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.2.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1"
},
"engines": {
"node": "8.6.0"
}
}