{
  "name": "ezy",
  "version": "0.0.16",
  "description": "Common dev tasks as a module.",
  "main": "dist/bundle.js",
  "bin": {
    "ezy": "bin/ezy.js"
  },
  "scripts": {
    "start": "BABEL_ENV=build rollup src/index.js -c | node",
    "build": "rm rf dist; BABEL_ENV=build rollup src/index.js -c -o dist/bundle.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "ezy",
    "easy",
    "starter"
  ],
  "author": "Louis Rudner <louisrudner@gmail.com>",
  "license": "ISC",
  "devDependencies": {
    "mock-fs": "3.9.0"
  },
  "dependencies": {
    "babel-core": "6.7.7",
    "babel-preset-es2015": "6.6.0",
    "babel-preset-es2015-rollup": "1.1.1",
    "babel-register": "6.7.2",
    "browser-sync": "2.12.5",
    "browserify": "13.1.0",
    "chalk": "1.1.3",
    "faucet": "0.0.1",
    "inquirer": "1.0.2",
    "npm-check-updates": "2.6.3",
    "nyc": "6.4.0",
    "rollup": "0.26.1",
    "rollup-plugin-babel": "2.4.0",
    "tape": "4.5.1"
  }
}
