-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 972 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
34
35
36
{
"name": "creepygit",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/tape ./test/* & npm run coverage",
"start": "node server.js",
"coverage": "./node_modules/.bin/istanbul cover test/*",
"codeclimate": "CODECLIMATE_REPO_TOKEN=4b8b02d37b6765b9ab7c14e2442502a5342414578a67bed43ea717a021740890 codeclimate-test-reporter < ./coverage/lcov.info"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fcscripters/creepygit.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/fcscripters/creepygit/issues"
},
"homepage": "https://github.com/fcscripters/creepygit#readme",
"dependencies": {
"env2": "^2.0.4",
"request": "^2.65.0",
"routes": "^2.1.0",
"socket.io": "^1.3.7"
},
"devDependencies": {
"istanbul": "^0.4.0",
"shot": "^1.7.0",
"tape": "^4.2.2"
},
"engines": {
"node": "4.1.1"
}
}