{
  "name": "repack-base",
  "version": "0.1.11",
  "description": "Repack base cli",
  "homepage": "https://github.com/dbuarque/repack-base",
  "scripts": {
    "clean": "rm -rf dist && rm -rf tmp",
    "build": "./bin/build.sh",
    "webpack": "NODE_ENV=production webpack -p",
    "gulp": "gulp deploy",
    "deploy": "./bin/deploy.sh",
    "dev": "webpack -w",
    "test": "mocha ./tests/* --compilers js:babel-register",
    "preversion": "npm test",
    "version": "npm run build && git add -A dist",
    "postversion": "git push origin master && git push --tags",
    "lint": "eslint src"
  },
  "keywords": [
    "repack",
    "repack-base",
    "cli",
    "interactive"
  ],
  "private": false,
  "bugs": {
    "url": "https://github.com/dbuarque/repack-base/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/dbuarque/repack-base.git"
  },
  "author": "Diogenes Buarque Ianakiara",
  "contributors": [
    "David Ianakiara <david@getty.io>"
  ],
  "license": "Apache License, Version 2.0",
  "devDependencies": {
    "babel-cli": "^6.5.1",
    "babel-loader": "^6.2.3",
    "babel-preset-es2015": "^6.3.13",
    "babel-preset-stage-0": "^6.3.13",
    "babel-register": "^6.4.3",
    "debug": "^2.2.0",
    "del": "^2.2.0",
    "eslint": "^2.2.0",
    "eslint-config-airbnb": "^6.0.2",
    "gulp": "^3.9.1",
    "gulp-bump": "^1.0.0",
    "gulp-clean": "^0.3.1",
    "gulp-exec": "^2.1.2",
    "gulp-install": "^0.6.0",
    "gulp-release-it": "^1.0.10",
    "gulp-webpack": "^1.5.0",
    "gulp-zip": "^3.2.0",
    "mocha": "^2.3.4",
    "node-aws-lambda": "^0.1.7",
    "nodemon": "^1.8.1",
    "run-sequence": "^1.1.5",
    "should": "^8.2.0",
    "webpack": "^1.12.13"
  },
  "dependencies": {
    "path": "^0.12.7"
  }
}
