{
  "name": "generator-barephp",
  "version": "1.0.1",
  "description": "PHP project scaffold with lots of integrations",
  "keywords": [
    "yeoman-generator",
    "gulp",
    "grunt",
    "php",
    "composer",
    "packagist",
    "phpunit",
    "phplint",
    "phpcs",
    "php-cs-fixer",
    "phpmd",
    "phpmnd",
    "phpcpd",
    "travis",
    "coveralls",
    "scrutinizer",
    "styleci",
    "vagrant",
    "homestead",
    "phpmyadmin",
    "browsersync"
  ],
  "homepage": "https://github.com/juliangut/generator-barephp",
  "license": "BSD-3-Clause",
  "bugs": "https://github.com/juliangut/generator-barephp/issues",
  "author": {
    "name": "Julián Gutiérrez",
    "email": "juliangut@gmail.com",
    "url": "http://juliangut.com"
  },
  "repository": {
    "type": "git",
    "url": "git://git@github.com/juliangut/generator-barephp.git"
  },
  "main": "app/index.js",
  "scripts": {
    "test": "mocha"
  },
  "dependencies": {
    "chalk": "^1.1.0",
    "mkdirp": "^0.5.1",
    "shelljs": "^0.5.3",
    "sprintf-js": "^1.0.3",
    "underscore.string": "^3.1.1",
    "util": "^0.10.3",
    "validator": "^4.7.1",
    "yeoman-generator": "^0.21.0",
    "yo": ">=1.0.0",
    "yosay": "^1.0.5"
  },
  "devDependencies": {
    "gulp": "^3.9.0",
    "gulp-jscs": "^3.0.0",
    "gulp-jshint": "^2.0.0",
    "jshint-stylish": "^2.2.0",
    "mocha": "^2.2.0",
    "run-sequence": "^1.2.0"
  },
  "engines": {
    "node": ">=0.10.0",
    "npm": ">=1.2.10"
  }
}
