UNPKG

631 BJSONView Raw
1{
2 "name": "heroku-local",
3 "version": "4.1.6",
4 "description": "run heroku apps locally",
5 "main": "index.js",
6 "author": "Jeff Dickey @dickeyxxx",
7 "scripts": {
8 "test": "jshint .",
9 "preversion": "npm test",
10 "postversion": "npm publish && git push && git push --tags"
11 },
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/heroku/heroku-local"
15 },
16 "bugs": {
17 "url": "https://github.com/heroku/heroku-local/issues"
18 },
19 "keywords": [
20 "heroku-plugin"
21 ],
22 "license": "ISC",
23 "dependencies": {
24 "heroku-cli-util": "5.7.4"
25 },
26 "devDependencies": {
27 "jshint": "^2.8.0"
28 }
29}