-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 973 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
37
38
{
"name": "tuber",
"version": "1.0.0",
"description": "",
"main": "router.js",
"directories": {
"test": "test"
},
"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=1b3cda680591cd6c37a816baac7f318d19557c303d75c521625610dc80adbca7 codeclimate-test-reporter < ./coverage/lcov.info"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fcscripters/tuber.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/fcscripters/tuber/issues"
},
"homepage": "https://github.com/fcscripters/tuber#readme",
"devDependencies": {
"istanbul": "^0.4.0",
"shot": "^1.7.0",
"tape": "^4.2.1"
},
"dependencies": {
"env2": "^2.0.4",
"request": "^2.65.0",
"routes": "^2.1.0"
},
"engines": {
"node": "4.1.1"
}
}