{
  "name": "esnow",
  "version": "2.0.1",
  "description": "Write ES2015 for the browser, import Node packages with the ES2015 module syntax and generate separate source maps.",
  "main": "index.js",
  "scripts": {
    "test": "tape test/*.js | faucet && trash test/fixtures/out",
    "test-compile": "node bin/cli.js -e test/fixtures/main.js -o test/fixtures/out",
    "test-compile-w": "node bin/cli.js -w -e test/fixtures/main.js -o test/fixtures/out",
    "test-compile-p": "node bin/cli.js -e test/fixtures/main.js -o test/fixtures/out -p",
    "test-compile-simple": "node bin/cli.js -e test/fixtures/main.js",
    "clean": "trash test/fixtures/out"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/distilledhype/esnow.git"
  },
  "keywords": [
    "es6",
    "es7",
    "es2015",
    "es2016",
    "babel",
    "browserify",
    "sourcemaps",
    "uglify"
  ],
  "author": "Kahlil Lechelt",
  "license": "MIT",
  "bin": {
    "esnow": "bin/cli.js"
  },
  "dependencies": {
    "babelify": "^6.1.3",
    "browserify": "^11.0.1",
    "chalk": "^1.1.1",
    "exorcist": "^0.4.0",
    "minimist": "^1.1.3",
    "mkdirp": "^0.5.1",
    "uglifyify": "^3.0.1",
    "watchify": "^3.3.1"
  },
  "devDependencies": {
    "babel-eslint": "^4.0.10",
    "eslint": "^1.2.1",
    "eslint-config-airbnb": "0.0.8",
    "faucet": "0.0.1",
    "is-there": "^4.0.0",
    "serve": "^1.4.0",
    "tape": "^4.2.0",
    "trash": "^2.0.0"
  }
}
