{
  "name": "gulp-crometrics",
  "version": "0.0.24",
  "description": "Predefined Gulp Tasks for CROmetrics (fork of gulp-clearhead)",
  "main": "lib/index.js",
  "scripts": {
    "compile": "node bin/compile.js && node node_modules/babel-cli/bin/babel.js --plugins transform-object-assign src/ -d ./lib/",
    "prepublish": "npm run compile",
    "bump": "npm version patch -m \"bump to v%s\" && npm publish && git push --follow-tags"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/crometrics/gulp-crometrics.git"
  },
  "keywords": [
    "Gulp",
    "crometrics",
    "Optimizely",
    "Browserify",
    "ES6",
    "JSX"
  ],
  "author": "eclecto <eric@crometrics.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/crometrics/gulp-crometrics/issues"
  },
  "homepage": "https://github.com/crometrics/gulp-crometrics#readme",
  "dependencies": {
    "babel-cli": "^6.6.4",
    "babel-core": "^6.7.0",
    "babel-eslint": "^6.0.2",
    "babel-plugin-transform-object-assign": "^6.5.0",
    "babel-plugin-transform-react-jsx": "^6.7.4",
    "babel-preset-es2015": "^6.6.0",
    "babel-register": "^6.7.2",
    "babelify": "^7.2.0",
    "browserify": "^11.0.1",
    "comment-regex": "^1.0.0",
    "del": "^1.2.0",
    "gulp": "^3.9.0",
    "gulp-csslint": "^0.1.5",
    "gulp-eslint": "^1.0.0",
    "gulp-help": "^1.6.0",
    "gulp-sass": "^2.0.4",
    "gulp-sequence": "^0.4.0",
    "gulp-shell": "^0.4.2",
    "path": "^0.12.7",
    "process-finder": "^1.0.0",
    "sassify": "^0.9.1",
    "stringify": "^3.1.0",
    "through2": "^2.0.0",
    "uglify-js": "^2.4.24"
  },
  "devDependencies": {
    "rimraf": "^2.5.2"
  }
}
