-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 863 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
{
"name": "Pratchett-as-a-Service",
"version": "1.0.0",
"repository": "https://github.com/trahloff/Pratchett-as-a-Service",
"description": "whalalalalala",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "standard --fix && mocha --throw-deprecation --check-leaks",
"cover": "istanbul cover node_modules/mocha/bin/_mocha",
"prepush": "npm test"
},
"author": ["Tobias Rahloff <[email protected]>"],
"license": "GPL-3.0",
"dependencies": {
"express": "4.14.0"
},
"devDependencies": {
"chai": "3.5.0",
"chai-http": "3.0.0",
"debug": "2.6.1",
"husky": "0.13.1",
"istanbul": "0.4.5",
"mocha": "3.2.0",
"standard": "8.6.0"
},
"standard": {
"ignore": [
"**/test/**"
]
}
}