-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
43 lines (43 loc) · 939 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
39
40
41
42
43
{
"name": "travisjs",
"version": "1.0.0",
"description": "travis cli helper for managing node modules",
"bin": {
"travisjs": "./bin/travisjs.js"
},
"scripts": {
"test": "node ./test/travisjs.js",
"lint": "standard"
},
"repository": {
"type": "git",
"url": "https://github.com/finnp/node-travisjs.git"
},
"keywords": [
"travisify",
"travis",
"cli"
],
"author": "Finn Pauls",
"license": "MIT",
"bugs": {
"url": "https://github.com/finnp/node-travisjs/issues"
},
"homepage": "https://github.com/finnp/node-travisjs",
"dependencies": {
"configstore": "^0.3.1",
"ghauth": "^0.3.0",
"git-travis": "^0.1.10",
"github-slug": "0.0.2",
"nomnom": "^1.7.0",
"open": "0.0.5",
"request": "^2.36.0",
"travis-lint": "0.0.5",
"yamljs": "^0.1.5"
},
"devDependencies": {
"nock": "^0.34.1",
"standard": "^8.6.0",
"tape": "^2.13.3"
}
}