mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-06 17:27:59 +00:00
44 lines
881 B
JSON
44 lines
881 B
JSON
{
|
|
"name": "ripple-lib",
|
|
"version": "0.7.36",
|
|
"description": "Ripple JavaScript client library",
|
|
"files": [
|
|
"src/js/*",
|
|
"bin/*",
|
|
"build/*",
|
|
"test/*",
|
|
"Makefile",
|
|
"Gulpfile.js"
|
|
],
|
|
"main": "src/js/ripple",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dependencies": {
|
|
"async": "~0.8.0",
|
|
"ws": "~0.4.31",
|
|
"extend": "~1.2.1",
|
|
"lru-cache": "~2.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "~1.14.0",
|
|
"gulp": "~3.6.2",
|
|
"gulp-concat": "~2.2.0",
|
|
"gulp-jshint": "~1.5.5",
|
|
"webpack": "~1.1.10",
|
|
"map-stream": "~0.1.0"
|
|
},
|
|
"scripts": {
|
|
"pretest": "node_modules/.bin/gulp concat-sjcl",
|
|
"test": "mocha --reporter spec test/*-test.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/ripple/ripple-lib.git"
|
|
},
|
|
"readmeFilename": "README.md",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
}
|