{
  "name": "gulp-taskify",
  "description": "A plugin designed to aid in managing tasks that are split over multiple files",
  "version": "0.0.9",
  "homepage": "https://github.com/whitneyit/gulp-taskify",
  "repository": "whitneyit/gulp-taskify",
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/whitneyit/gulp-taskify/blob/master/LICENSE.md"
    }
  ],
  "main": "index.js",
  "keywords": [
    "gulpplugin",
    "gulp-taskify",
    "taskify",
    "tasks"
  ],
  "author": "James Whitney <james@whitney.io>",
  "bugs": {
    "url": "https://github.com/whitneyit/gulp-taskify/issues"
  },
  "engines": {
    "node": ">0.8.x",
    "npm": ">1.1.x"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "dependencies": {},
  "devDependencies": {
    "gulp": "^3.8.6",
    "gulp-eslint": "^0.1.8",
    "gulp-jasmine": "^0.2.0",
    "gulp-jscs": "^0.6.0",
    "gulp-json-lint": "0.0.1"
  }
}
