-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 930 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "heroku-run-localjs",
"version": "2.2.1",
"description": "A heroku plugin to run a command locally with the config vars of a heroku app.",
"author": "Maciek Sakrejda [email protected]",
"repository": "uhoh-itsmaciek/heroku-run-localjs",
"bugs": {
"url": "https://github.com/uhoh-itsmaciek/heroku-run-localjs/issues"
},
"keywords": [
"heroku-plugin"
],
"license": "ISC",
"main": "index.js",
"files": [
"/index.js",
"/commands"
],
"dependencies": {
"heroku-cli-util": "^5.10.12",
"lodash": "^4.6.1"
},
"scripts": {
"test": "eslint index.js commands/"
},
"devDependencies": {
"babel-eslint": "^8.2.3",
"chai": "*",
"eslint": "*",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"mocha": "*"
}
}