mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Create a ripple-lib NPM package for the JavaScript code.
This commit is contained in:
15
package.json
15
package.json
@@ -1,10 +1,17 @@
|
|||||||
{
|
{
|
||||||
"name": "ripple",
|
"name": "ripple-lib",
|
||||||
"version": "0.7.0",
|
"version": "0.7.0",
|
||||||
"description": "Open-source peer-to-peer payment network",
|
"description": "Ripple JavaScript client library",
|
||||||
|
|
||||||
|
"files": [
|
||||||
|
"src/js/*.js",
|
||||||
|
"build/sjcl.js"
|
||||||
|
],
|
||||||
|
"main": "src/js",
|
||||||
"directories": {
|
"directories": {
|
||||||
"test": "test"
|
"test": "test"
|
||||||
},
|
},
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"async": "~0.1.22",
|
"async": "~0.1.22",
|
||||||
"ws": "~0.4.22",
|
"ws": "~0.4.22",
|
||||||
@@ -15,13 +22,15 @@
|
|||||||
"buster": "~0.6.2",
|
"buster": "~0.6.2",
|
||||||
"grunt-webpack": "~0.4.0"
|
"grunt-webpack": "~0.4.0"
|
||||||
},
|
},
|
||||||
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "buster test"
|
"test": "buster test"
|
||||||
},
|
},
|
||||||
|
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/jedmccaleb/NewCoin.git"
|
"url": "git://github.com/jedmccaleb/NewCoin.git"
|
||||||
},
|
},
|
||||||
"readmeFilename": "README"
|
|
||||||
|
|
||||||
|
"readmeFilename": "README.md"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user