[TASK] re-add package.json for crypt

This commit is contained in:
Geert Weening
2015-01-15 12:31:46 -08:00
parent 1f860ecba6
commit f9b13cbc7f

View File

@@ -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",