-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.39 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "mitocgroup",
"description": "MitocGroup on GitHub",
"version": "0.0.1",
"private": false,
"homepage": "https://github.com/MitocGroup/mitocgroup.github.io",
"repository": {
"type": "git",
"url": "git://github.com/MitocGroup/mitocgroup.github.io.git"
},
"bugs": {
"url": "https://github.com/MitocGroup/mitocgroup.github.io/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"scripts": {
"start": "node ./bin/www",
"install": "node ./bin/www &",
"test": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec ./test/*",
"codacy": "cat ./coverage/lcov.info | ./node_modules/.bin/codacy-coverage",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"dependencies": {
"body-parser": "~1.18.2",
"cookie-parser": "~1.3.5",
"express": "~4.16.0",
"jade": "~1.11.0",
"morgan": "~1.9.0",
"serve-favicon": "~2.4.3",
"stylus": "~0.54.3",
"snyk": "^1.34.3"
},
"devDependencies": {
"debug": "~2.6.9",
"coveralls": "~2.11.3",
"codacy-coverage": "~1.1.3",
"istanbul": "~0.3.17",
"mocha": "~2.2.5",
"jscs": "~2.1.1",
"jshint": "~2.8.0",
"jsinspect": "~0.6.1"
},
"snyk": true
}