UNPKG

@parity/shapeshift

Version:

The Parity Promise-based library for interfacing with ShapeShift over HTTP

62 lines (61 loc) 1.69 kB
{ "name": "@parity/shapeshift", "description": "The Parity Promise-based library for interfacing with ShapeShift over HTTP", "version": "2.1.2", "main": "lib/index.js", "author": "Parity Team <admin@parity.io>", "maintainers": [ "Jaco Greeff" ], "contributors": [], "license": "GPL-3.0", "repository": { "type": "git", "url": "git+https://github.com/paritytech/js-shapeshift.git" }, "keywords": [ "Ethereum", "ABI", "API", "RPC", "Parity", "Promise" ], "scripts": { "build": "babel src --out-dir lib --ignore *.spec.js", "lint": "npm run lint:css && npm run lint:js", "lint:css": "echo \"WARN: npm run lint:css skipped\"", "lint:js": "eslint src", "test": "NODE_ENV=test mocha ./src/*.spec.js" }, "publishConfig": { "access": "public" }, "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "^6.26.0", "babel-plugin-transform-class-properties": "^6.24.1", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-preset-env": "^1.6.1", "babel-preset-stage-0": "^6.24.1", "chai": "^4.1.2", "eslint": "^4.4.0", "eslint-config-semistandard": "^11.0.0", "eslint-config-standard": "^10.2.1", "eslint-config-standard-react": "^5.0.0", "eslint-plugin-import": "^2.7.0", "eslint-plugin-node": "^5.1.1", "eslint-plugin-promise": "^3.5.0", "eslint-plugin-react": "^7.1.0", "eslint-plugin-standard": "^3.0.1", "mocha": "^3.5.3", "nock": "^9.0.18", "sinon": "^3.3.0", "sinon-chai": "^2.13.0" }, "dependencies": { "es6-promise": "^4.1.1", "node-fetch": "^1.6.3", "whatwg-fetch": "^2.0.3" } }