{
  "name": "gulp-requirejs-optimize",
  "version": "1.3.0",
  "description": "RequireJS optimizer plugin for gulp",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/jlouns/gulp-requirejs-optimize.git"
  },
  "author": {
    "name": "Jonathan Lounsbury",
    "email": "jlouns@gmail.com",
    "url": "https://github.com/jlouns"
  },
  "engines": {
    "node": ">=4.0"
  },
  "dependencies": {
    "chalk": "^2.3.2",
    "fancy-log": "^1.3.2",
    "lodash.defaults": "^4.0.1",
    "plugin-error": "^1.0.1",
    "requirejs": "^2.2.0",
    "through2": "^2.0.1",
    "vinyl": "^2.1.0",
    "vinyl-sourcemaps-apply": "^0.2.1"
  },
  "devDependencies": {
    "gulp": "^3.9.1",
    "gulp-coveralls": "^0.1.4",
    "gulp-istanbul": "^1.0.0",
    "gulp-mocha": "^3.0.1",
    "gulp-xo": "^0.17.1",
    "run-sequence": "^2.2.1",
    "should": "^13.2.1"
  },
  "scripts": {
    "test": "gulp test",
    "ci": "gulp ci"
  },
  "keywords": [
    "gulpplugin"
  ],
  "xo": {
    "globals": [
      "define"
    ],
    "rules": {
      "space-before-function-paren": [
        "error",
        "never"
      ],
      "babel/object-curly-spacing": [
        "error",
        "always",
        {
          "objectsInObjects": false,
          "arraysInObjects": false
        }
      ]
    }
  }
}
