UNPKG

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