-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 898 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
{
"name": "GoJekAssignment",
"version": "1.0.0",
"main": "index.js",
"author": "Narendra Sisodiya <[email protected]>",
"scripts": {
"start": "node src/server.js",
"eslint": "eslint src",
"start:dev": "node --inspect src/server.js",
"apidoc": "apidoc -i src/ -o doc/",
"test-karma-later": "karma start ./test/karma/karma-configuration.js",
"test": "istanbul cover _mocha -- -R spec --reporter mochawesome"
},
"apidoc": {
"title": "GoJekAssignment",
"url": "https://example.com"
},
"license": "MIT",
"dependencies": {
"apidoc": "^0.17.5",
"body-parser": "^1.17.0",
"chai": "^3.5.0",
"chakram": "^1.5.0",
"eslint": "^3.17.0",
"express": "^4.15.0",
"express-jsonq": "^0.0.5",
"istanbul": "^0.4.5",
"lokijs": "^1.4.3",
"mocha": "^3.2.0",
"mochawesome": "^2.0.4",
"nodemon": "^1.11.0"
}
}