forked from JonathanLigh/express-workshop
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 673 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 673 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
{
"name": "express-workshop",
"version": "1.0.0",
"description": "",
"main": "main.js",
"dependencies": {
"chalk": "^2.3.0",
"express": "^4.16.2",
"knock-knock-jokes": "^1.7.0",
"one-liner-joke": "^1.0.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node main"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JonathanLigh/express-workshop.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/JonathanLigh/express-workshop/issues"
},
"homepage": "https://github.com/JonathanLigh/express-workshop#readme"
}