mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-30 07:25:50 +00:00
33 lines
531 B
JSON
33 lines
531 B
JSON
{
|
|
"name": "rippled",
|
|
"version": "0.0.1",
|
|
"description": "Rippled Server",
|
|
|
|
"private": true,
|
|
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
|
|
"dependencies": {
|
|
"ripple-lib": "0.7.10",
|
|
"async": "~0.1.22",
|
|
"extend": "~1.1.1",
|
|
"simple-jsonrpc": "~0.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"buster": "~0.6.12"
|
|
},
|
|
|
|
"scripts": {
|
|
"test": "node_modules/buster/bin/buster test"
|
|
},
|
|
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/jedmccaleb/NewCoin.git"
|
|
},
|
|
|
|
"readmeFilename": "README.md"
|
|
}
|