mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
34 lines
577 B
JSON
34 lines
577 B
JSON
{
|
|
"name": "rippled",
|
|
"version": "0.0.1",
|
|
"description": "Rippled Server",
|
|
|
|
"private": true,
|
|
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
|
|
"dependencies": {
|
|
"ripple-lib": "0.7.21",
|
|
"async": "~0.2.9",
|
|
"extend": "~1.2.0",
|
|
"simple-jsonrpc": "~0.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"buster": "~0.6.12",
|
|
"mocha": "~1.12.0"
|
|
},
|
|
|
|
"scripts": {
|
|
"test": "./node_modules/buster/bin/buster-test --reporter specification"
|
|
},
|
|
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/ripple/rippled.git"
|
|
},
|
|
|
|
"readmeFilename": "README.md"
|
|
}
|