mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-06 17:27:59 +00:00
[TASK] re-add package.json for crypt
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ripple-lib",
|
"name": "ripple-lib",
|
||||||
"version": "0.10.1-rc2",
|
"version": "0.11.0-rc1",
|
||||||
"description": "A JavaScript API for interacting with Ripple in Node.js and the browser",
|
"description": "A JavaScript API for interacting with Ripple in Node.js and the browser",
|
||||||
"files": [
|
"files": [
|
||||||
"src/js/*",
|
"src/js/*",
|
||||||
@@ -42,7 +42,8 @@
|
|||||||
"mocha": "~1.14.0",
|
"mocha": "~1.14.0",
|
||||||
"nock": "^0.34.1",
|
"nock": "^0.34.1",
|
||||||
"webpack": "~1.1.11",
|
"webpack": "~1.1.11",
|
||||||
"yargs": "~1.3.1"
|
"yargs": "~1.3.1",
|
||||||
|
"superagent": "^0.18.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "node_modules/.bin/gulp",
|
"build": "node_modules/.bin/gulp",
|
||||||
|
|||||||
Reference in New Issue
Block a user