{
  "name": "babel-n_",
  "version": "0.1.2",
  "description": "A Babel REPL that bundles lodash",
  "main": "index.js",
  "repository": "esjay/babel-n_",
  "scripts": {
    "prepublish": "babel src --out-dir lib",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "repl",
    "babel",
    "lodash",
    "cli"
  ],
  "author": "wayne.elgin@gmail.com",
  "license": "MIT",
  "dependencies": {
    "babel-core": "^6.3.26",
    "commander": "^2.9.0",
    "eslint": "^1.10.3",
    "lodash": "^3.10.1",
    "path-is-absolute": "^1.0.0",
    "babel-cli": "^6.3.17",
    "babel-preset-es2015": "^6.3.13",
    "babel-register": "^6.3.13"
  },
  "bin": {
    "bn_": "./bin/babel-n_"
  }
}
