mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
36 lines
582 B
JSON
36 lines
582 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",
|
|
"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"
|
|
}
|