-
Notifications
You must be signed in to change notification settings - Fork 42
/
package.json
65 lines (65 loc) · 1.47 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "ripple-blobvault",
"version": "0.2.0",
"description": "",
"main": "server.js",
"dependencies": {
"async": "^0.9.0",
"base64-url": "^1.0.0",
"blockscore": "^3.0.0",
"bluebird": "^2.3.5",
"concat-stream": "^1.4.5",
"cors": "^2.4.1",
"csv-write-stream": "^0.1.2",
"emailjs": "^0.3.8",
"express": "~3.4.0",
"hashish": "0.0.4",
"hyperglue": "^1.3.1",
"jsonwebtoken": "^1.1.2",
"knex": "",
"lodash": "~2.4.1",
"mandrill-api": "^1.0.41",
"morgan": "^1.5.1",
"mysql": "~2.0.0-alpha9",
"newrelic": "^1.16.2",
"nock": "^0.47.0",
"node-uuid": "^1.4.1",
"optimist": "^0.6.1",
"pg": "^3.0.1",
"queuelib": "",
"request": "^2.36.0",
"response": "https://github.com/mikeal/response/archive/master.tar.gz",
"ripple-lib": "^0.10.0",
"timeout-protector": "0.0.1",
"ursa": "^0.8.0",
"winston": "^0.9.0"
},
"devDependencies": {
"chai": "^1.9.1",
"mocha": "^2.1.0",
"nodemon": "^1.2.1",
"sinon": "^1.9.1"
},
"scripts": {
"test": "./test.sh",
"start": "nodemon server.js",
"postinstall": "node postInstall.js"
},
"repository": {
"type": "git",
"url": "git://github.com/ripple/ripple-blobvault.git"
},
"keywords": [
"blob",
"store",
"private",
"data",
"persistence",
"ripple"
],
"author": "Ripple Labs Inc.",
"license": "ISC",
"bugs": {
"url": "https://github.com/ripple/ripple-blobvault/issues"
}
}