mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-30 07:55:51 +00:00
35 lines
620 B
JSON
35 lines
620 B
JSON
{
|
|
"name": "rippled",
|
|
"version": "0.0.1",
|
|
"description": "Rippled Server",
|
|
|
|
"private": true,
|
|
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
|
|
"dependencies": {
|
|
"ripple-lib": "0.7.37",
|
|
"async": "~0.2.9",
|
|
"extend": "~1.2.0",
|
|
"simple-jsonrpc": "~0.0.2",
|
|
"deep-equal": "0.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"coffee-script": "~1.6.3",
|
|
"mocha": "~1.13.0"
|
|
},
|
|
|
|
"scripts": {
|
|
"test": "mocha test/websocket-test.js test/server-test.js test/*-test.{js,coffee}"
|
|
},
|
|
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/ripple/rippled.git"
|
|
},
|
|
|
|
"readmeFilename": "README.md"
|
|
}
|