UNPKG

@bpanel/price

Version:

Fetch BTC-fiat exchange rate and add to app store.

52 lines (51 loc) 1.44 kB
{ "name": "@bpanel/price", "version": "0.0.6", "description": "Fetch BTC-fiat exchange rate and add to app store.", "main": "dist/index.js", "scripts": { "babel": "babel --presets=env,stage-3 lib -d dist", "watch": "babel --presets=env,stage-3 lib -d dist --watch", "clean": "rm -f ./dist/*.js", "lint": "eslint lib/ test/ || exit 0", "prepublish": "make babel", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "bpanel", "bcoin", "USD", "Coinbase", "price", "exchange", "rate" ], "author": "Matthew Zipkin", "license": "MIT", "repository": "git://github.com/bpanel-org/price.git", "dependencies": { "babel-cli": "^6.26.0", "babel-plugin-transform-runtime": "^6.23.0", "bcurl": "pinheadmz/bcurl#bpanel-dev" }, "devDependencies": { "babel-eslint": "^8.2.2", "babel-preset-env": "^1.6.1", "babel-preset-stage-3": "^6.24.1", "babel-preset-react": "^6.24.1", "eslint": "^4.9.0", "eslint-config-prettier": "^2.6.0", "eslint-import-resolver-webpack": "^0.8.3", "eslint-plugin-import": "^2.8.0", "eslint-plugin-jsx-a11y": "^6.0.2", "eslint-plugin-prettier": "^2.3.1", "eslint-plugin-react": "^7.4.0", "prettier": "^1.11.1" }, "peerDependencies": { "@bpanel/curl": "^0.0.1", "@bpanel/bpanel-ui": "^0.0.16", "@bpanel/bpanel-utils": "^0.1.4", "react": "^16.3.0" } }