mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-30 07:55:51 +00:00
33 lines
562 B
JSON
33 lines
562 B
JSON
{
|
|
"name": "rippled",
|
|
"version": "0.0.1",
|
|
"description": "Rippled Server",
|
|
|
|
"private": true,
|
|
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
|
|
"dependencies": {
|
|
"ripple-lib": "0.7.25",
|
|
"async": "~0.2.9",
|
|
"extend": "~1.2.0",
|
|
"simple-jsonrpc": "~0.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "~1.13.0"
|
|
},
|
|
|
|
"scripts": {
|
|
"test": "mocha --reporter spec --ui tdd --timeout 10000 --slow 600 test/*-test.js"
|
|
},
|
|
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/ripple/rippled.git"
|
|
},
|
|
|
|
"readmeFilename": "README.md"
|
|
}
|