forked from ripple/ripple-vault-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 902 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
40
41
42
43
44
{
"name": "ripple-vault-client",
"version": "0.4.7",
"description": "",
"main": "src/index.js",
"dependencies": {
"ripple-lib": "~0.10.0",
"superagent": "^0.21.0",
"async": "^0.9.0",
"extend": "^2.0.0"
},
"devDependencies": {
"webpack": "~1.1.11",
"gulp-webpack": "~1.1.2",
"gulp": "^3.8.10",
"gulp-bump": "~0.1.10",
"del": "^0.1.3",
"mocha": "^2.0.1",
"nock": "^0.48.2",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.0.1"
},
"scripts": {
"test": "./node_modules/mocha/bin/_mocha --reporter spec test/*.js",
"start": ""
},
"repository": {
"type": "git",
"url": "git://github.com/shekenahglory/ripple-vault-client.git"
},
"keywords": [
"blob",
"store",
"private",
"data",
"persistence",
"ripple"
],
"author": "Ripple Labs Inc.",
"license": "ISC",
"bugs": {
"url": ""
}
}