mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-05 16:57:56 +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",
|
||||
"description": "Open-source peer-to-peer payment network",
|
||||
"description": "Ripple JavaScript client library",
|
||||
|
||||
"files": [
|
||||
"src/js/*.js",
|
||||
"build/sjcl.js"
|
||||
],
|
||||
"main": "src/js",
|
||||
"directories": {
|
||||
"test": "test"
|
||||
},
|
||||
|
||||
"dependencies": {
|
||||
"async": "~0.1.22",
|
||||
"ws": "~0.4.22",
|
||||
@@ -15,13 +22,15 @@
|
||||
"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"
|
||||
|
||||
"readmeFilename": "README.md"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user