{
  "name": "env.json",
  "version": "2.0.1",
  "main": "dist/envJson.js",
  "module": "dist/envJson.mjs",
  "jsnext:main": "dist/envJson.mjs",
  "scripts": {
    "prebuild": "eslint lib test",
    "build": "rollup -c --environment BUILD:production",
    "watch": "rollup -c -w",
    "pretest": "rollup -c",
    "test": "mocha",
    "prepublishOnly": "npm test && npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jdcrecur/env.json.git"
  },
  "description": "env.json is a take on the traditional .env file pattern with an addition to be able to set the default from the same file opposed to additional logic.",
  "keywords": [
    "env",
    "json",
    "env.json",
    "env default"
  ],
  "author": "John Carmichael",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jdcrecur/env.json/issues"
  },
  "files": [
    "lib",
    "dist"
  ],
  "homepage": "https://github.com/jdcrecur/env.json#readme",
  "dependencies": {},
  "devDependencies": {
    "rollup-plugin-uglify": "^2.0.1",
    "uglify-es": "^3.1.6",
    "babel-eslint": "^8.0.1",
    "babel-plugin-external-helpers": "^6.18.0",
    "babel-preset-es2015": "^6.18.0",
    "babel-register": "^6.18.0",
    "babelrc-rollup": "^3.0.0",
    "eslint": "^4.10.0",
    "istanbul": "^0.4.5",
    "mocha": "^4.0.1",
    "rollup": "^0.50.0",
    "rollup-plugin-babel": "^3.0.2",
    "rollup-plugin-istanbul": "^1.1.0",
    "rollup-watch": "^4.0.0"
  }
}
