-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
40 lines (40 loc) · 1 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
{
"name": "credstash",
"version": "1.0.1",
"description": "Module for reading credstash secrets",
"main": "index.js",
"scripts": {
"security": "nsp check",
"test": "istanbul cover _mocha -dir $CIRCLE_ARTIFACTS",
"coverage": "istanbul check-coverage --statement 80 $CIRCLE_ARTIFACTS/coverage.json",
"coveralls": "cat $CIRCLE_ARTIFACTS/lcov.info | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/roylines/node-credstash.git"
},
"keywords": [
"credstash",
"secrets"
],
"author": "Roy Lines",
"license": "ISC",
"bugs": {
"url": "https://github.com/roylines/node-credstash/issues"
},
"homepage": "https://github.com/roylines/node-credstash#readme",
"devDependencies": {
"aws-sdk-mock": "1.0.5",
"chai": "3.5.0",
"coveralls": "2.11.6",
"istanbul": "0.4.2",
"mocha": "2.4.5",
"nsp": "2.6.2"
},
"dependencies": {
"aes-js": "0.2.2",
"async": "1.5.2",
"aws-sdk": "2.2.35",
"xtend": "4.0.1"
}
}