{
  "name": "poetic-stanza",
  "engines": {
    "node": ">=6.0.0"
  },
  "description": "Poetic meteor-react-webflow project generator.",
  "bin": {
    "stanza": "bin/stanza.js",
    "st": "bin/stanza.js"
  },
  "scripts": {
    "test": "rm -rf examples/example && npm run lint && istanbul cover _mocha && coveralls < coverage/lcov.info",
    "lint": "eslint . --ext .jsx,.js",
    "fix": "eslint . --ext .jsx,.js --fix",
    "watch": "rm -rf examples/example && mocha --watch",
    "semantic-release": "semantic-release pre && npm publish && semantic-release post"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/poetic/stanza.git"
  },
  "keywords": [
    "meteor",
    "react",
    "webflow",
    "generator",
    "html"
  ],
  "author": "Chun-Yang",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/poetic/stanza/issues"
  },
  "homepage": "https://github.com/poetic/stanza",
  "devDependencies": {
    "chai": "^3.5.0",
    "coveralls": "^2.11.8",
    "eslint-config-poetic": "^1.0.2",
    "istanbul": "^1.0.0-alpha.2",
    "mocha": "^2.4.5",
    "semantic-release": "^4.3.5"
  },
  "dependencies": {
    "chalk": "^1.1.1",
    "cheerio": "^0.20.0",
    "commander": "git://github.com/tj/commander.js.git#c6236d9504b60d9a2e6aa7fc3ce17a12f48f4a3e",
    "glob": "^7.0.3",
    "lodash": "^4.6.1",
    "reacterminator": "^0.15.1",
    "shelljs": "^0.6.0"
  },
  "version": "1.4.9"
}