forked from krummi/heroku-pipelines
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 891 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": "heroku-pipelines",
"description": "pipelines heroku plugin",
"version": "1.1.7",
"author": "Mark Pundsack @markpundsack",
"repository": "heroku/heroku-pipelines",
"bugs": {
"url": "https://github.com/heroku/heroku-pipelines/issues"
},
"keywords": [
"heroku-plugin"
],
"license": "ISC",
"main": "index.js",
"scripts": {
"test": "nyc mocha && jshint .",
"preversion": "npm test",
"postversion": "npm publish && git push && git push --tags"
},
"dependencies": {
"bluebird": "3.3.4",
"co": "4.6.0",
"heroku-cli-util": "6.0.11",
"inflection": "1.8.0",
"inquirer": "0.12.0",
"string-just": "0.0.2",
"validator": "4.8.0"
},
"devDependencies": {
"chai": "^3.0.0",
"jshint": "*",
"mocha": "^2.2.5",
"nock": "8.0.0",
"nyc": "6.4.4",
"sinon": "^1.15.3",
"sinon-chai": "^2.8.0"
}
}