{
  "name": "project-tools",
  "version": "0.2.0",
  "description": "Tools for for helping with projects",
  "main": "dist/project.js",
  "bin": {
    "project": "bin/project",
    "project-tools": "bin/project"
  },
  "scripts": {
    "test": "make ci"
  },
  "author": "Tyler Benton <tjbenton21@gmail.com> (https://github.com/tjbenton)",
  "license": "ISC",
  "dependencies": {
    "async-array-methods": "^2.1.0",
    "babel-runtime": "^6.11.6",
    "chalk": "^1.1.3",
    "chokidar": "^1.6.0",
    "commander": "^2.9.0",
    "consolidate": "^0.14.1",
    "cssnano": "^3.10.0",
    "debug": "^2.2.0",
    "fs-extra-promisify": "^0.0.2",
    "globby": "^6.0.0",
    "inquirer": "^3.0.6",
    "inquirer-autocomplete-prompt": "^0.8.0",
    "is-glob": "^3.1.0",
    "js-beautify": "~1.6.4",
    "less": "^2.7.1",
    "lint-rules": "ma-shop/lint-rules",
    "lodash": "^4.16.4",
    "matcher": "^0.1.2",
    "node-sass": "^4.5.2",
    "parse-glob": "~3.0.4",
    "postcss": "^6.0.1",
    "rollup": "^0.41.6",
    "rollup-plugin-uglify": "~1.0.1",
    "source-map-url": "~0.4.0",
    "stylus": "^0.54.5",
    "templates": "^1.2.8",
    "to-js": "^0.0.6"
  },
  "devDependencies": {
    "ava": "^0.19.1",
    "ava-spec": "^1.1.0",
    "babel-cli": "^6.14.0",
    "babel-plugin-array-includes": "~2.0.3",
    "babel-plugin-external-helpers": "^6.22.0",
    "babel-plugin-transform-runtime": "^6.15.0",
    "babel-preset-latest": "^6.14.0",
    "babel-preset-stage-0": "^6.5.0",
    "bdd-stdin": "^0.2.0",
    "docs-core": "^0.0.1",
    "nixt": "^0.5.0",
    "np": "^2.14.1",
    "pug": "^2.0.0-beta6",
    "test-console": "~1.0.0",
    "touch": "~1.0.0"
  },
  "ava": {
    "files": [
      "test/project.test.js",
      "test/utils.test.js",
      "test/compile"
    ],
    "source": [
      "dist/**/*"
    ],
    "failFast": true,
    "concurrency": 5
  }
}
