UNPKG

992 BJSONView Raw
1{
2 "name": "heroku-git",
3 "description": "Heroku CLI plugin to manage local git repos.",
4 "version": "2.5.9",
5 "author": "Jeff Dickey (@dickeyxxx)",
6 "bugs": {
7 "url": "https://github.com/heroku/heroku-git/issues"
8 },
9 "dependencies": {
10 "co": "4.6.0",
11 "heroku-cli-util": "6.1.3"
12 },
13 "devDependencies": {
14 "codeclimate-test-reporter": "0.4.0",
15 "coveralls": "2.11.16",
16 "mocha": "3.2.0",
17 "mocha-junit-reporter": "1.13.0",
18 "nock": "9.0.4",
19 "nyc": "10.1.2",
20 "proxyquire": "^1.5.0",
21 "sinon": "^1.14.1",
22 "standard": "8.6.0",
23 "unexpected": "10.25.0"
24 },
25 "homepage": "https://github.com/heroku/heroku-git",
26 "keywords": [
27 "heroku-plugin"
28 ],
29 "license": "ISC",
30 "main": "index.js",
31 "repository": {
32 "type": "git",
33 "url": "https://github.com/heroku/heroku-git.git"
34 },
35 "scripts": {
36 "postversion": "npm publish && git push && git push --tags",
37 "preversion": "npm test",
38 "test": "nyc mocha && standard"
39 }
40}