{
  "name": "make",
  "version": "0.8.1",
  "description": "Make like Task runner",
  "main": "index.js",
  "scripts": {
    "test": "babel lib -d src && mocha -R spec",
    "babel": "babel lib -d src"
  },
  "devDependencies": {
    "babel-cli": "^6.9.0",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-transform-regenerator": "^6.9.0",
    "babel-preset-es2015": "^6.9.0",
    "eslint": "^2.10.2",
    "eslint-config-standard": "^5.3.1",
    "eslint-plugin-promise": "^1.1.0",
    "eslint-plugin-standard": "^1.3.2",
    "mocha": "^2.5.2",
    "standard-version": "^2.2.1",
    "watchd": "github:mklabs/watchd",
    "gentle-cli": "^1.0.3"
  },
  "bin": {
    "make": "bin/make.js",
    "make-init": "bin/make-init.js"
  },
  "dependencies": {
    "chalk": "^1.1.3",
    "debug": "^2.2.0",
    "jsonlint": "^1.6.2",
    "log-symbols": "^1.0.2",
    "minimist": "^1.2.0",
    "npmlog": "^2.0.3",
    "request": "^2.72.0",
    "template-copy": "^1.1.1",
    "unzip": "^0.1.11",
    "which": "^1.2.9"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mklabs/make.git"
  },
  "bugs": {
    "url": "https://github.com/mklabs/make/issues"
  },
  "homepage": "https://github.com/mklabs/make#readme",
  "keywords": [
    "make",
    "build",
    "tool",
    "task",
    "cli",
    "runner"
  ]
}
