UNPKG

espend-rest

Version:

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

68 lines (67 loc) 1.79 kB
{ "name": "espend-rest", "version": "1.4.2", "description": "A RESTful API for submitting payments and monitoring accounts on the eSpend 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/espend-public/espend-rest.git" }, "main": "index.js", "keywords": [ "espend", "espend-rest", "espend-lib", "payments", "rest", "restful" ], "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", "espend-lib": "^0.12.9", "espend-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" }, "bugs": { "url": "https://github.com/espend-public/espend-rest/issues" }, "homepage": "https://github.com/espend-public/espend-rest", "directories": { "doc": "docs", "test": "test" }, "author": "", "license": "ISC" }