revolut
Version:
An API client for revolut
55 lines • 1.48 kB
JSON
{
"name": "revolut",
"version": "0.0.2",
"description": "An API client for revolut",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test mocha --reporter spec './test/**/*.js'",
"lint": "eslint .",
"precommit": "npm run lint",
"prepush": "npm run test",
"publish-patch": "node ./bin/publish patch && npm publish",
"publish-minor": "node ./bin/publish minor && npm publish",
"publish-major": "node ./bin/publish major && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/feliun/revolut.git"
},
"keywords": [
"revolut",
"api",
"banking",
"fintech"
],
"author": "Felipe Polo Ruiz <felipe.polo@gmail.com> (https://github.com/feliun)",
"license": "ISC",
"bugs": {
"url": "https://github.com/feliun/revolut/issues"
},
"homepage": "https://github.com/feliun/revolut#readme",
"dependencies": {
"debug": "^3.1.0",
"joi": "^13.0.2",
"ramda": "^0.25.0",
"request": "^2.83.0",
"request-promise": "^4.2.2",
"require-all": "^2.2.0"
},
"devDependencies": {
"commander": "^2.13.0",
"eslint": "^4.13.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-mocha": "^4.11.0",
"expect.js": "^0.3.1",
"http-status-codes": "^1.3.0",
"husky": "^0.14.3",
"i": "^0.3.6",
"inquirer": "^5.0.0",
"mocha": "^4.0.1",
"nock": "^9.1.4",
"npm": "^5.6.0",
"semver": "^5.5.0"
}
}