{ "name": "ripple-lib", "version": "0.11.0-rc1", "description": "A JavaScript API for interacting with Ripple in Node.js and the browser", "files": [ "src/js/*", "bin/*", "build/*", "test/*", "Makefile", "Gulpfile.js" ], "main": "src/js/ripple", "directories": { "test": "test" }, "dependencies": { "async": "~0.8.0", "extend": "~1.2.1", "lodash": "^2.4.1", "lru-cache": "~2.5.0", "ripple-wallet-generator": "1.0.1", "ws": "~0.4.31", "superagent": "^0.18.0" }, "devDependencies": { "coveralls": "~2.10.0", "gulp": "~3.6.2", "gulp-bump": "~0.1.10", "gulp-clean-dest": "^0.1.0", "gulp-concat": "~2.2.0", "gulp-filelog": "^0.4.1", "gulp-flowtype": "^0.4.1", "gulp-plumber": "^0.6.6", "gulp-react": "^2.0.0", "gulp-rename": "~1.2.0", "gulp-uglify": "~0.3.0", "gulp-util": "^3.0.2", "gulp-watch": "^3.0.0", "gulp-eslint": "^0.2.0", "istanbul": "~0.2.10", "map-stream": "~0.1.0", "mocha": "~1.14.0", "nock": "^0.34.1", "webpack": "~1.1.11", "yargs": "~1.3.1" }, "scripts": { "build": "node_modules/.bin/gulp", "pretest": "node_modules/.bin/gulp concat-sjcl", "test": "./node_modules/.bin/istanbul test -x build/sjcl.js -x src/js/jsbn/* ./node_modules/mocha/bin/_mocha -- --reporter tap test/*-test.js", "coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls", "lint": "./node_modules/.bin/gulp lint" }, "repository": { "type": "git", "url": "git://github.com/ripple/ripple-lib.git" }, "readmeFilename": "README.md", "engines": { "node": ">=0.10.0" } }