ripplelib
Version:
A JavaScript API for interacting with Ripple in Node.js and the browser
63 lines (62 loc) • 1.59 kB
JSON
{
"name": "ripplelib",
"version": "1.2.5",
"license": "ISC",
"description": "A JavaScript API for interacting with Ripple in Node.js and the browser",
"files": [
"src/*",
"build/*",
"test/*",
"Gulpfile.js"
],
"main": "src/",
"directories": {
"test": "test"
},
"dependencies": {
"asn1.js": "^4.9.0",
"async": "~0.9.0",
"babel-runtime": "^5.8.20",
"bignumber.js": "^4.0.2",
"extend": "~1.2.1",
"lodash": "^3.1.0",
"lru-cache": "~2.5.0",
"ws": "~0.8.1"
},
"devDependencies": {
"assert-diff": "^1.0.1",
"babel": "^5.3.3",
"babel-core": "^5.8.23",
"babel-loader": "^5.3.2",
"coveralls": "~2.10.0",
"gulp": "~3.8.10",
"gulp-bump": "~0.1.13",
"gulp-clean-dest": "^0.1.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": "~1.1.0",
"gulp-util": "^3.0.3",
"gulp-watch": "^4.1.0",
"istanbul": "~0.3.5",
"mocha": "~2.1.0",
"nock": "^0.34.1",
"webpack": "~1.5.3",
"yargs": "~1.3.1"
},
"scripts": {
"build": "gulp",
"test": "./node_modules/.bin/istanbul test ./node_modules/mocha/bin/mocha -- --reporter spec test/*-test.js",
"coveralls": "cat ./coverage/lcov.info | coveralls"
},
"repository": {
"type": "git",
"url": "git://github.com/ripplerm/ripplelib.git"
},
"readmeFilename": "README.md",
"engines": {
"node": ">=4.0.0"
}
}