forked from XRPLF/xrpl.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 797 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 797 Bytes
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
{
"name": "ripple-lib",
"version": "0.7.14",
"description": "Ripple JavaScript client library",
"files": [
"src/js/ripple/*.js",
"build/sjcl.js",
"bin/rsign.js"
],
"main": "src/js/ripple",
"directories": {
"test": "test"
},
"dependencies": {
"async": "~0.1.22",
"ws": "~0.4.22",
"extend": "~1.1.1",
"simple-jsonrpc": "~0.0.1"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-watch": "~0.4.0",
"grunt-webpack": "~0.10.2",
"grunt-dox": "~0.4.1",
"buster": "~0.6.2"
},
"scripts": {
"test": "node_modules/buster/bin/buster test"
},
"repository": {
"type": "git",
"url": "git://github.com/rippleFoundation/ripple-lib.git"
},
"readmeFilename": "README.md"
}