Files
xahau.js/package.json
2013-08-03 09:01:55 +09:00

43 lines
928 B
JSON

{
"name": "ripple-lib",
"version": "0.7.18",
"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.27",
"extend": "~1.1.3",
"simple-jsonrpc": "~0.0.2",
"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",
"buster": "~0.6.12"
},
"scripts": {
"test": "node_modules/buster/bin/buster-test",
"build": "node_modules/.bin/grunt"
},
"repository": {
"type": "git",
"url": "git://github.com/ripple/ripple-lib.git"
},
"readmeFilename": "README.md",
"engines": {
"node": ">=0.10.0"
}
}