{
  "name": "parched-tasks-webapp",
  "version": "0.2.15",
  "description": "Adds a webapp workflow to parched",
  "main": "lib/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/raisedmedia/parched-tasks-webapp.git"
  },
  "homepage": "https://github.com/raisedmedia/parched-tasks-webapp",
  "scripts": {
    "watch": "babel src/ --out-dir lib --stage 0 --no-comments --watch",
    "build": "babel src/ --out-dir lib --stage 0 --no-comments",
    "clean": "rm -r lib/"
  },
  "keywords": [
    "parched",
    "tasks",
    "webapp",
    "browserify"
  ],
  "author": "Mike Wyatt <wyatt.mike@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "browser-sync": "^2.9.3",
    "browserify": "^11.1.0",
    "gulp-cached": "^1.1.0",
    "gulp-concat": "^2.6.0",
    "gulp-remember": "^0.3.0",
    "gulp-sourcemaps": "v2.0.0-alpha",
    "gulp-watch": "^4.3.5",
    "main-bower-files": "^2.9.0",
    "vinyl-buffer": "^1.0.0",
    "vinyl-source-stream": "^1.1.0",
    "watchify": "^3.4.0"
  },
  "devDependencies": {
    "babel": "^5.8.23"
  }
}
