{
  "name": "@devcode/init",
  "version": "0.1.20",
  "description": "The glue for DevCode plugins",
  "main": "index.js",
  "directories": {
    "lib": "lib"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MatejMazur/devcode.git"
  },
  "keywords": [
    "devcode",
    "init",
    "glue",
    "manager",
    "management",
    "base",
    "default",
    "build",
    "clean",
    "watch"
  ],
  "author": "Matej Mazur",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/MatejMazur/devcode/issues"
  },
  "homepage": "https://github.com/MatejMazur/devcode#readme",
  "dependencies": {
    "@devcode/tools": ">0.0.1",
    "del": "^3.0.0",
    "gulp-sequence": "^0.4.6",
    "prettier": "^1.7.4"
  }
}
