-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
36 lines (36 loc) · 995 Bytes
/
package.json
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
{
"name": "week5-globetown-news-ammp",
"version": "1.0.0",
"description": "News",
"main": "src/server.js",
"scripts": {
"start": "node src/server.js",
"dev": "nodemon src/server.js",
"test": "node bTest/router-handlers.test.js | tap-spec",
"test:watch": "onchange \"src/**/*.js\" \"bTest/**/*.js\" -i -- npm test",
"cover": "istanbul cover bTest/router-handlers.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FAC10/week5-globetown-news-ammp.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/FAC10/week5-globetown-news-ammp/issues"
},
"homepage": "https://github.com/FAC10/week5-globetown-news-ammp#readme",
"dependencies": {
"env2": "^2.1.1",
"request": "^2.81.0"
},
"devDependencies": {
"istanbul": "^0.4.5",
"nodemon": "^1.11.0",
"onchange": "^3.2.1",
"prettyjson": "^1.2.1",
"shot": "^3.4.0",
"tap-spec": "^4.1.1",
"tape": "^4.6.3"
}
}