-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
49 lines (49 loc) · 1.09 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "heroku-config",
"version": "1.6.3",
"description": "Push and pull environment variables from a Heroku instance",
"main": "index.js",
"scripts": {
"test": "mocha",
"deploy": "npx np"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xavdid/heroku-config.git"
},
"keywords": [
"heroku-plugin"
],
"author": "David Brownman <[email protected]> (https://davidbrownman.com)",
"license": "ISC",
"bugs": {
"url": "https://github.com/xavdid/heroku-config/issues"
},
"homepage": "https://github.com/xavdid/heroku-config#readme",
"dependencies": {
"fs-extra": "8.1.0",
"heroku-cli-util": "6.2.12",
"lodash": "4.17.21"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"js-yaml": "^3.6.1",
"mocha": "^5.1.1",
"mock-fs": "5.1.2",
"mock-stdin": "^0.3.0",
"nock": "^9.0.0",
"rewire": "^2.5.1",
"semver": "^5.5.0",
"standard": "^11.0.0"
},
"files": [
"/index.js",
"/commands",
"/util"
],
"prettier": {
"semi": false,
"singleQuote": true
}
}