forked from roylines/node-credstash
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 908 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
38
39
{
"name": "@pizza-hut/credstash",
"version": "1.4.0",
"description": "Module for reading credstash secrets",
"main": "index.js",
"scripts": {
"test": "istanbul cover _mocha",
"coverage": "istanbul check-coverage --statement 80"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pizzahutuk/node-credstash.git"
},
"keywords": [
"credstash",
"secrets"
],
"author": "Roy Lines",
"license": "MIT",
"bugs": {
"url": "https://github.com/pizzahutuk/node-credstash/issues"
},
"homepage": "https://github.com/pizzahutuk/node-credstash#readme",
"devDependencies": {
"aws-sdk": "2.989.0",
"aws-sdk-mock": "5.3.0",
"chai": "4.3.4",
"istanbul": "0.4.5",
"mocha": "9.1.1"
},
"dependencies": {
"aes-js": "3.1.2",
"async": "^3.2.1",
"xtend": "4.0.2"
},
"peerDependencies": {
"aws-sdk": ">= 2.0.0 < 3"
}
}