forked from kat4/commit4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 910 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
{
"name": "commit4",
"version": "1.0.0",
"description": "Data visualisation app for the commits in your repo",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/tape ./tests/*",
"start": "node server.js",
"coverage": "istanbul cover ./node_modules/.bin/tape ./tests/*",
"codeclimate": "CODECLIMATE_REPO_TOKEN=aafdb4cd2a56c924382225871cb0cd76665783101628712fb46ba335266c267b codeclimate-test-reporter < ./coverage/lcov.info"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kat4/commit4.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kat4/commit4/issues"
},
"homepage": "https://github.com/kat4/commit4#readme",
"devDependencies": {
"codeclimate-test-reporter": "^0.1.1",
"istanbul": "^0.4.0",
"shot": "^1.7.0",
"tape": "^4.2.2"
},
"dependencies": {
"env2": "^2.0.4"
}
}