UNPKG

607 BJSONView Raw
1{
2 "name": "heroku-git",
3 "version": "2.2.0",
4 "description": "Heroku CLI plugin to manage local git repos.",
5 "main": "index.js",
6 "scripts": {
7 "test": "jshint ."
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/heroku/heroku-git.git"
12 },
13 "keywords": [
14 "heroku-plugin"
15 ],
16 "author": "Jeff Dickey (@dickeyxxx)",
17 "license": "ISC",
18 "bugs": {
19 "url": "https://github.com/heroku/heroku-git/issues"
20 },
21 "homepage": "https://github.com/heroku/heroku-git",
22 "dependencies": {
23 "heroku-cli-util": "^3.5.1"
24 },
25 "devDependencies": {
26 "jshint": "*"
27 }
28}