mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-04 13:05:49 +00:00
39 lines
652 B
JSON
39 lines
652 B
JSON
{
|
|
"name": "ripple-lib",
|
|
"version": "0.7.3",
|
|
"description": "Ripple JavaScript client library",
|
|
|
|
"files": [
|
|
"src/js/*.js",
|
|
"build/sjcl.js",
|
|
"bin/rsign.js"
|
|
],
|
|
"main": "src/js",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
|
|
"dependencies": {
|
|
"async": "~0.1.22",
|
|
"ws": "~0.4.22",
|
|
"extend": "~1.1.1",
|
|
"simple-jsonrpc": "~0.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "~0.3.17",
|
|
"buster": "~0.6.2",
|
|
"grunt-webpack": "~0.4.0"
|
|
},
|
|
|
|
"scripts": {
|
|
"test": "buster test"
|
|
},
|
|
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/jedmccaleb/NewCoin.git"
|
|
},
|
|
|
|
"readmeFilename": "README.md"
|
|
}
|