{
  "name": "measures",
  "version": "0.2.0",
  "description": "Convert metric to imperial and vice versa",
  "main": "dist/measures.cjs.js",
  "repository": "https://github.com/pillars/measures",
  "author": "Karel Ledru-Mathe <karel@ledrumathe.com>",
  "license": "MIT",
  "keywords": [
    "base64",
    "encode",
    "string"
  ],
  "bugs": {
    "url": "https://github.com/pillars/measures/issues"
  },
  "scripts": {
    "build": "rollup -c",
    "dev": "rollup -c -w",
    "test": "rollup -c && mocha test/"
  },
  "browserslist": {
    "development": ["last 2 versions"],
    "production": ["last 4 versions"]
  },
  "devDependencies": {
    "babel-eslint": "6",
    "babel-plugin-external-helpers": "^6.22.0",
    "babel-preset-es2015-rollup": "^3.0.0",
    "babel-preset-latest": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "chai": "^4.0.0",
    "eslint": "^3.19.0",
    "eslint-plugin-compat": "^1.0.3",
    "mocha": "^3.4.2",
    "rollup": "^0.41.6",
    "rollup-plugin-babel": "^2.7.1",
    "rollup-plugin-commonjs": "^8.0.2",
    "rollup-plugin-node-resolve": "^3.0.0",
    "rollup-watch": "^3.2.2"
  }
}
