forked from dashersw/wtmbjsa
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 750 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 750 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
{
"name": "wtmbjsa",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "nyc ava --verbose",
"test-watch": "ava --verbose --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dashersw/wtmbjsa.git"
},
"author": "Armagan Amcalar <armagan@amcalar.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dashersw/wtmbjsa/issues"
},
"homepage": "https://github.com/dashersw/wtmbjsa#readme",
"dependencies": {
"cookie-parser": "^1.4.3",
"express": "^4.16.3",
"mongoose": "^5.0.11",
"mongoose-sequence": "^4.0.1",
"pug": "^2.0.1"
},
"devDependencies": {
"ava": "0.25.0",
"nyc": "^11.6.0",
"supertest": "^3.0.0"
}
}