UNPKG

903 BJSONView Raw
1{
2 "name": "heroku-git",
3 "description": "Heroku CLI plugin to manage local git repos.",
4 "version": "2.5.15",
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.16"
12 },
13 "devDependencies": {
14 "codeclimate-test-reporter": "^0.4.1",
15 "coveralls": "^2.12.0",
16 "mocha": "3.2.0",
17 "mocha-junit-reporter": "1.13.0",
18 "nock": "^9.0.9",
19 "nyc": "10.1.2",
20 "proxyquire": "^1.5.0",
21 "sinon": "^1.14.1",
22 "standard": "^9.0.1",
23 "unexpected": "^10.26.3"
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 "test": "nyc mocha && standard"
37 }
38}