UNPKG

node-oanda

Version:

A NodeJS wrapper for the Oanda REST API

38 lines (37 loc) 814 B
{ "name": "node-oanda", "version": "1.1.21", "description": "A NodeJS wrapper for the Oanda REST API", "main": "index.js", "scripts": { "core": "mocha test/core", "requests": "mocha test/requests", "test": "npm run core && npm run requests" }, "repository": { "type": "git", "url": "https://github.com/flagpoonage/node-oanda.git" }, "keywords": [ "oanda", "forex", "rest", "api", "nodejs" ], "author": "= <pokinoice@live.com>", "license": "ISC", "bugs": { "url": "https://github.com/flagpoonage/node-oanda/issues" }, "homepage": "https://github.com/flagpoonage/node-oanda", "dependencies": { "qs": "^3.1.0", "router": "^1.1.1" }, "devDependencies": { "chai": "^4.1.2", "eslint": "^4.19.1", "mocha": "^5.1.1" } }