-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 915 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 915 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
38
{
"name": "learn-expressjs",
"version": "0.1.0",
"description": "Learn Express.js",
"main": "index.js",
"scripts": {
"start": "node index",
"mon": "nodemon index",
"dev": "node-dev index",
"test": "node test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/impactbyte-network/learn-expressjs.git"
},
"keywords": [
"learn",
"expressjs",
"javascript",
"api",
"rest"
],
"author": "M Haidar Hanif <npm@mhaidarhanif.com> (https://mhaidarhanif.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/impactbyte-network/learn-expressjs/issues"
},
"homepage": "https://github.com/impactbyte-network/learn-expressjs#readme",
"dependencies": {
"body-parser": "^1.18.3",
"express": "^4.16.3",
"greenkeeper-lockfile": "1.15.1"
},
"devDependencies": {
"node-dev": "^3.1.3",
"nodemon": "^1.18.3"
}
}