UNPKG

1.09 kBJSONView Raw
1{
2 "name": "heroku-git",
3 "description": "Heroku CLI plugin to manage local git repos.",
4 "version": "2.5.0",
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": "5.10.10"
12 },
13 "devDependencies": {
14 "codeclimate-test-reporter": "0.3.1",
15 "coveralls": "2.11.9",
16 "mocha": "^2.2.4",
17 "nock": "8.0.0",
18 "nyc": "6.4.0",
19 "proxyquire": "^1.5.0",
20 "sinon": "^1.14.1",
21 "snazzy": "3.0.1",
22 "unexpected": "10.13.2"
23 },
24 "homepage": "https://github.com/heroku/heroku-git",
25 "keywords": [
26 "heroku-plugin"
27 ],
28 "license": "ISC",
29 "main": "index.js",
30 "repository": {
31 "type": "git",
32 "url": "https://github.com/heroku/heroku-git.git"
33 },
34 "scripts": {
35 "coverage": "nyc report --reporter=text-lcov | codeclimate-test-reporter && nyc report --reporter=text-lcov | coveralls",
36 "postversion": "npm publish && git push && git push --tags",
37 "preversion": "npm test",
38 "test": "nyc mocha && standard | snazzy"
39 }
40}