-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 921 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
{
"name": "fabric-sdk-kvs-vault",
"version": "0.1.2",
"description": "Hashicorp's Vault kvs for fabric-sdk-node",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:ramanandapanda/fabric-sdk-kvs-vault.git"
},
"keywords": [
"fabric-ca",
"fabric-sdk-node",
"Hashicorp's Vault",
"fabric-sdk-kvs-vault",
"hashicorp",
"secret"
],
"author": "Ramananda Panda",
"license": "MIT",
"bugs": {
"url": "https://github.com/ramanandapanda/fabric-sdk-kvs-vault/issues"
},
"homepage": "https://github.com/ramanandapanda/fabric-sdk-kvs-vault#readme",
"devDependencies": {
"eslint": "^4.9.0",
"eslint-config-airbnb-base": "12.1.0",
"eslint-plugin-import": "^2.7.0",
"mocha": "5.2.0"
},
"dependencies": {
"debug": "3.1.0",
"node-vault": "^0.9.0"
}
}