-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 840 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 840 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
{
"name": "webapinodejstutorial",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "set DEBUG=app & nodemon src/app.js",
"lint": "eslint src/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rsrgithub/nodejs-web-api.git"
},
"author": "rsr",
"license": "ISC",
"bugs": {
"url": "https://github.com/rsrgithub/nodejs-web-api/issues"
},
"homepage": "https://github.com/rsrgithub/nodejs-web-api#readme",
"dependencies": {
"bootstrap": "3.3.7",
"chalk": "2.4.1",
"debug": "3.1.0",
"ejs": "2.6.1",
"express": "4.16.3",
"jquery": "3.3.1",
"morgan": "1.9.0"
},
"devDependencies": {
"eslint": "4.19.1",
"eslint-config-airbnb-base": "13.0.0",
"eslint-plugin-import": "2.13.0",
"nodemon": "1.17.5"
}
}