UNPKG

ripple-rest-dinex

Version:

A RESTful API for submitting payments and monitoring accounts on the Ripple network.

59 lines (58 loc) 1.61 kB
{ "name": "ripple-rest-dinex", "version": "1.6.4", "description": "A RESTful API for submitting payments and monitoring accounts on the Ripple network.", "scripts": { "test": "NODE_ENV=test ./node_modules/.bin/istanbul test ./node_modules/.bin/_mocha -- --ui tdd --reporter spec --timeout 10000 --slow 500 test/*-test.js test/unit/*-test.js", "start": "node server/server.js", "coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls" }, "repository": { "type": "git", "url": "https://github.com/dinexcode/ripple-rest-dinex.git" }, "main": "index.js", "keywords": [ "ripple", "ripple-rest", "ripple-lib", "payments", "rest", "restful", "dinex" ], "engines": { "node": "~0.10.22" }, "dependencies": { "async": "^0.2.9", "bignumber.js": "^1.4.0", "bluebird": "^2.3.4", "body-parser": "^1.7.0", "compression": "^1.3.0", "express": "^4.8.7", "jayschema": "^0.3.1", "jayschema-error-messages": "^1.0.2", "knex": "^0.7.3", "lodash": "^2.4.1", "morgan": "^1.3.0", "nconf": "^0.6.9", "node-uuid": "^1.4.1", "ripple-lib": "git://github.com/dinexcode/ripple-lib.git#0.12.2-rc2", "ripple-lib-transactionparser": "^0.3.0", "sqlite3": "^3.0.2", "supertest": "^0.13.0", "winston": "^0.7.3" }, "devDependencies": { "assert-diff": "^0.0.4", "chai": "^1.10.0", "coveralls": "^2.10.0", "istanbul": "^0.2.10", "mocha": "^2.1.0", "require-directory": "^1.2.0", "sinon": "~1.10.0", "sinon-chai": "^2.5.0", "ws": "^0.4.32" } }