{
  "name": "generator-kibe",
  "version": "0.0.3",
  "description": "Start projects with the most common tasks of my workflow, using Gulp",
  "main": "app/index.es5.js",
  "scripts": {
    "transpile": "scripts/transpile",
    "pretest": "npm run transpile",
    "test": "scripts/test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/woliveiras/kibe.git"
  },
  "keywords": [
    "kibe",
    "pastel",
    "gulp",
    "html",
    "css",
    "javascript",
    "stylus",
    "rupture",
    "koutu-swiss",
    "nodejs",
    "smacss",
    "sprites",
    "front-end",
    "Babel",
    "Generator"
  ],
  "author": "William Oliveira <w.oliveira542@gmail.com> (https://github.com/woliveiras)",
  "contributors": [
    "Darlan Mendonça (http://github.com/darlanmendonca)"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/woliveiras/kibe/issues"
  },
  "homepage": "https://github.com/woliveiras/kibe#readme",
  "dependencies": {
    "yeoman-generator": "^0.22.1"
  },
  "devDependencies": {
    "coveralls": "^2.11.6",
    "gulp": "^3.9.0",
    "gulp-jshint": "^1.11.2",
    "gulp-util": "^3.0.7",
    "istanbul": "^0.4.1",
    "jshint-stylish": "^2.1.0",
    "mocha": "^2.3.4",
    "yeoman-assert": "^2.1.1",
    "yeoman-test": "^1.0.0",
    "babel-cli": "^6.6.5",
    "babel-core": "^6.7.0",
    "babel-preset-es2015": "^6.6.0"
  }
}
