{ "name": "ripple-lib", "version": "0.7.20", "description": "Ripple JavaScript client library", "files": [ "src/js/ripple/*.js", "build/sjcl.js", "bin/rsign.js" ], "main": "src/js/ripple", "directories": { "test": "test" }, "dependencies": { "async": "~0.2.9", "ws": "~0.4.30", "extend": "~1.2.0", "jshint-loader": "~0.5.0" }, "devDependencies": { "grunt": "~0.4.1", "grunt-cli": "~0.1.9", "grunt-contrib-concat": "~0.3.0", "grunt-contrib-watch": "~0.4.4", "grunt-webpack": "~0.10.5", "grunt-dox": "~0.5.0", "mocha": "~1.12.1" }, "scripts": { "test": "mocha --reporter spec test/*-test.js", "build": "grunt" }, "repository": { "type": "git", "url": "git://github.com/ripple/ripple-lib.git" }, "readmeFilename": "README.md", "engines": { "node": ">=0.10.0" } }