{
  "name": "sprout",
  "description": "Simple project templating & skeletons",
  "version": "1.2.1",
  "author": "Carrot Creative <dev@carrotcreative.com>",
  "bugs": "https://github.com/carrot/sprout/issues",
  "contributors": [
    "Noah Portes Chaikin <noah@porteschaikin.com>",
    "Jeff Escalante <hello@jenius.me>",
    "Kyle MacDonald <kyle@carrotcreative.com>"
  ],
  "dependencies": {
    "argparse": "^1.0.2",
    "ejs": "^2.3.1",
    "isbinaryfile": "^3.0.0",
    "joi": "^10.0.0",
    "js-yaml": "^3.4.5",
    "lodash": "^4.12.0",
    "minimatch": "^3.0.0",
    "mkdirp": "^0.5.1",
    "ncp": "^2.0.0",
    "readdirp": "^2.0.0",
    "rimraf": "^2.5.2",
    "underscore.string": "^3.1.1",
    "when": "^3.7.7",
    "which": "^1.2.8"
  },
  "devDependencies": {
    "babel-core": "^6.8.0",
    "babel-preset-es2015": "^6.6.0",
    "babel-preset-stage-2": "^6.5.0",
    "chai": "^3.0.0",
    "coveralls": "^2.11.2",
    "errno": "^0.1.2",
    "istanbul": "^0.4.1",
    "jsdoc": "^3.3.1",
    "mocha": "^2.5.3",
    "mockery": "^2.0.0",
    "snazzy": "^6.0.0",
    "standard": "^8.6.0"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "homepage": "https://github.com/carrot/sprout",
  "keywords": [
    "configuration",
    "new",
    "project",
    "templating"
  ],
  "license": "MIT",
  "main": "lib",
  "repository": {
    "type": "git",
    "url": "https://github.com/carrot/sprout"
  },
  "scripts": {
    "coverage": "istanbul cover _mocha --report html -- -R spec && open coverage/lcov-report/index.html",
    "lint": "standard --verbose | snazzy",
    "precommit": "npm run lint -s",
    "pretest": "npm run lint -s",
    "test": "mocha"
  },
  "standard": {
    "ignore": [
      "/test/*"
    ]
  }
}
