{
  "name": "ponytail",
  "version": "1.0.57",
  "description": "Rethinking maintenance of multiple sites.",
  "main": "index.js",
  "scripts": {
    "test": "find ./ -name '*test.js' | grep -v node_modules | xargs mocha -R spec",
    "autocommit": "git add . ; git commit -m 'Release auto-commit' ; git push",
    "prepublish": "npm run autocommit; npm version patch; git add . ; git commit -m 'Updated version' ; git push",
    "shout": "npm run autocommit && npm publish && cd ../seed && npm update ponytail && cd ../ponytail"
  },
  "author": "Vladislav Zhabinsky <vladislavzhabinsky@gmail.com>",
  "license": "ISC",
  "devDependencies": {}
}
