{
  "name": "ether-converter",
  "version": "0.0.16",
  "description": "Ether unit converter",
  "main": "dist/index.js",
  "bin": {
    "ether_converter": "bin/ether_converter",
    "ether-converter": "bin/ether_converter"
  },
  "scripts": {
    "lint": "standard --fix *.js test/*.js bin/*",
    "coverage": "node_modules/nyc/bin/nyc.js report --reporter=text-lcov | ./node_modules/.bin/coveralls",
    "test": "tape ./test/*.js",
    "test:report": "./node_modules/nyc/bin/nyc.js --reporter=html --reporter=text tape ./test/index.js",
    "build": "babel index.js --presets babel-preset-es2015 --out-dir dist/",
    "build:demo": "browserify example/client.js > example/dist/bundle.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/miguelmota/ether-converter"
  },
  "bugs": {
    "url": "https://github.com/miguelmota/ether-converter/issues"
  },
  "homepage": "https://github.com/miguelmota/ether-converter",
  "author": {
    "name": "Miguel Mota",
    "email": "hello@miguelmota.com",
    "url": "https://miguelmota.com/"
  },
  "license": {
    "type": "MIT",
    "url": "https://github.com/miguelmota/ether-converter/blob/master/LICENSE"
  },
  "keywords": [
    "crypto",
    "ether",
    "eth",
    "unit",
    "converter",
    "cli"
  ],
  "dependencies": {
    "bignumber.js": "^8.0.1"
  },
  "devDependencies": {
    "babel": "^6.23.0",
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.3",
    "babel-preset-es2015": "^6.24.1",
    "babelify": "^8.0.0",
    "browserify": "^16.2.3",
    "coveralls": "^3.0.2",
    "istanbul": "^0.4.5",
    "nyc": "^12.0.2",
    "standard": "^16.0.3",
    "tape": "^4.11.0"
  }
}
