{
  "name": "sprout-cli",
  "description": "command-line interface for sprout",
  "version": "1.1.1",
  "author": "Carrot Creative <dev@carrotcreative.com>",
  "bin": {
    "sprout": "bin/sprout"
  },
  "bugs": "https://github.com/carrot/sprout-cli/issues",
  "contributors": [
    "Noah Portes Chaikin <noah.porteschaikin@carrotcreative.com>",
    "Kyle MacDonald <kyle@carrotcreative.com>",
    "Jeff Escalante <jeff@carrotcreative.com"
  ],
  "dependencies": {
    "argparse": "^1.0.2",
    "chalk": "^1.1.3",
    "inquirer": "^1.0.2",
    "lodash": "^4.12.0",
    "mkdirp": "^0.5.0",
    "osenv": "^0.1.0",
    "sprout": "^1.2.0",
    "when": "^3.7.7"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "coveralls": "2.11.x",
    "istanbul": "^0.4.3",
    "jsdoc": "^3.3.0-beta2",
    "mocha": "^2.2.4",
    "rimraf": "^2.3.2",
    "snazzy": "^4.0.0",
    "standard": "^7.0.1"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "homepage": "https://github.com/carrot/sprout-cli",
  "keywords": [
    "cli",
    "configuration",
    "new",
    "project",
    "sprout",
    "templating"
  ],
  "license": "MIT",
  "main": "lib",
  "repository": {
    "type": "git",
    "url": "https://github.com/carrot/sprout-cli"
  },
  "scripts": {
    "coverage": "istanbul cover _mocha --report html -- -R spec",
    "coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
    "lint": "standard --verbose | snazzy",
    "precommit": "npm run lint -s",
    "pretest": "npm run lint -s",
    "test": "mocha"
  }
}
