UNPKG

815 BJSONView Raw
1{
2 "name": "heroku-git",
3 "version": "2.4.4",
4 "description": "Heroku CLI plugin to manage local git repos.",
5 "main": "index.js",
6 "scripts": {
7 "test": "jshint . && mocha",
8 "debug": "node-debug _mocha"
9 },
10 "repository": {
11 "type": "git",
12 "url": "https://github.com/heroku/heroku-git.git"
13 },
14 "keywords": [
15 "heroku-plugin"
16 ],
17 "author": "Jeff Dickey (@dickeyxxx)",
18 "license": "ISC",
19 "bugs": {
20 "url": "https://github.com/heroku/heroku-git/issues"
21 },
22 "homepage": "https://github.com/heroku/heroku-git",
23 "dependencies": {
24 "co": "4.6.0",
25 "heroku-cli-util": "5.6.3"
26 },
27 "devDependencies": {
28 "chai": "^3.0.0",
29 "jshint": "*",
30 "mocha": "^2.2.4",
31 "nock": "^2.0.1",
32 "proxyquire": "^1.5.0",
33 "sinon": "^1.14.1",
34 "sinon-chai": "^2.8.0"
35 }
36}