{
  "name": "digs-dev",
  "version": "0.2.17",
  "description": "Common development dependencies for digs",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/digsjs/digs-dev.git"
  },
  "author": "Christopher Hiller <boneskull@boneskull.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/digsjs/digs/issues"
  },
  "scripts": {
    "test": "grunt test",
    "dev-update-all": "grunt devUpdate:dev && bash scripts/update-all.sh"
  },
  "main": "lib/index.js",
  "homepage": "https://github.com/digsjs/digs-dev#readme",
  "dependencies": {
    "bluebird": "^3.0.2",
    "chalk": "^1.1.1",
    "child-process-promise": "^1.1.0",
    "debug": "^2.2.0",
    "gitignore-parser": "0.0.2",
    "graceful-fs": "^4.1.2",
    "lodash": "^3.10.1",
    "mkdirp": "^0.5.1",
    "node-emoji": "^1.0.4",
    "semver": "^5.0.3",
    "which": "^1.2.0",
    "yargs": "^3.29.0"
  },
  "devDependencies": {
    "chai": "^3.4.0",
    "chai-as-promised": "^5.1.0",
    "codacy-coverage": "^1.1.3",
    "codeclimate-test-reporter": "^0.1.1",
    "eslint": "^1.7.3",
    "grunt": "^0.4.5",
    "grunt-bump": "^0.6.0",
    "grunt-cli": "^0.1.13",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-dev-update": "^1.4.0",
    "grunt-eslint": "^17.3.1",
    "grunt-mocha-istanbul": "^3.0.1",
    "istanbul": "^0.4.0",
    "jit-grunt": "^0.9.1",
    "load-grunt-config": "^0.17.1",
    "mocha": "^2.3.2",
    "pre-commit": "^1.1.2",
    "rewire": "thesavior/rewire",
    "sinon": "^1.17.2",
    "sinon-chai": "^2.8.0",
    "time-grunt": "^1.2.2"
  },
  "bin": {
    "digs-dev": "./bin/digs-dev.js"
  },
  "config": {
    "digs-dev": {
      "symlink": [
        ".editorconfig",
        ".eslintignore",
        ".eslintrc",
        ".wallaby.js",
        "Gruntfile.js",
        "grunt/bump.yaml",
        "grunt/devUpdate.yaml",
        "grunt/digs-dev.js",
        "grunt/mocha_istanbul.yaml",
        "grunt/watch.yaml",
        "test/.eslintrc",
        "test/fixture.js"
      ]
    }
  },
  "engines": {
    "node": ">=2.0.1"
  }
}
