mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-30 07:55:51 +00:00
27 lines
491 B
JSON
27 lines
491 B
JSON
{
|
|
"name": "ripple",
|
|
"version": "0.7.0",
|
|
"description": "Open-source peer-to-peer payment network",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dependencies": {
|
|
"async": "~0.1.22",
|
|
"ws": "~0.4.22",
|
|
"extend": "~1.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"buster": "~0.6.2",
|
|
"webpack": "~0.7.17"
|
|
},
|
|
"scripts": {
|
|
"test": "buster test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/jedmccaleb/NewCoin.git"
|
|
},
|
|
"readmeFilename": "README"
|
|
|
|
}
|