{
  "name": "node-rbuild",
  "version": "1.0.15",
  "description": "build tool",
  "repository": {
    "type": "git",
    "url": "https://github.com/vfasky/rbuild.git",
    "web": "https://github.com/vfasky/rbuild"
  },
  "main": "index.js",
  "bin": {
    "rbuild": "./bin/rbuild.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "build",
    "tool",
    "webpack",
    "gulp"
  ],
  "author": "vfasky@gmail.com",
  "license": "BSD",
  "dependencies": {
    "browser-sync": "^2.10.0",
    "fs-plus": "^2.8.1",
    "gulp": "^3.9.0",
    "gulp-util": "^3.0.7",
    "gulp-watch": "^4.3.5",
    "html-minifier": "^1.0.0",
    "lodash": "^3.10.1",
    "minimist": "^1.2.0",
    "request": "^2.65.0",
    "through2": "^2.0.0",
    "webpack": "^1.12.4"
  }
}
