-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
35 lines (35 loc) · 1.01 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
{
"name": "heroin-js",
"version": "1.22.1",
"description": "Heroku Infrastructure As A Code",
"main": "lib/heroin.js",
"repository": "[email protected]:Schibsted-Tech-Polska/HeroIn.git",
"scripts": {
"test": "mocha --recursive",
"test:integration": "mocha test_integration",
"test:integration:debug": "node --inspect --inspect-brk node_modules/mocha/bin/_mocha test_integration",
"test:coverage": "istanbul cover node_modules/mocha/bin/_mocha --dir ./coverage --report lcov -- -R spec --recursive --timeout 7000 ./test",
"lint": "jshint --exclude=node_modules **/*.js"
},
"engines": {
"node": ">=6.0.0"
},
"keywords": [
"heroku",
"infrastructure",
"provisioning"
],
"author": "Mateusz Kwasniewski <[email protected]>",
"license": "MIT",
"devDependencies": {
"chai": "4.1.0",
"dotenv": "4.0.0",
"istanbul": "0.4.4",
"jshint": "2.10.2",
"mocha": "^6.2.0"
},
"dependencies": {
"heroku-client": "2.4.3",
"lodash": "4.17.19"
}
}