UNPKG

977 BJSONView Raw
1{
2 "name": "heroku-run",
3 "version": "3.3.4",
4 "description": "Heroku CLI plugin to run one-off dyno processes.",
5 "main": "index.js",
6 "scripts": {
7 "test": "nyc mocha && standard",
8 "preversion": "npm test",
9 "postversion": "npm publish && git push && git push --tags"
10 },
11 "repository": {
12 "type": "git",
13 "url": "https://github.com/heroku/heroku-run.git"
14 },
15 "keywords": [
16 "heroku-plugin"
17 ],
18 "author": "Jeff Dickey (@dickeyxxx)",
19 "license": "ISC",
20 "bugs": {
21 "url": "https://github.com/heroku/heroku-run/issues"
22 },
23 "homepage": "https://github.com/heroku/heroku-run",
24 "dependencies": {
25 "co": "4.6.0",
26 "heroku-cli-util": "6.0.15",
27 "shellwords": "0.1.0"
28 },
29 "devDependencies": {
30 "fixture-stdout": "0.2.1",
31 "mocha": "2.5.3",
32 "mocha-junit-reporter": "1.11.1",
33 "netrc": "0.1.4",
34 "nock": "8.0.0",
35 "nyc": "7.1.0",
36 "sinon": "1.17.5",
37 "standard": "7.1.2",
38 "unexpected": "10.15.0"
39 }
40}