{
  "name": "gulp-module-wrapper",
  "version": "0.3.8",
  "description": "Module wrapper",
  "author": "ziflex <ziflex@gmail.com>",
  "homepage": "https://github.com/ziflex/gulp-module-wrapper",
  "repository": "git://github.com/ziflex/gulp-module-wrapper.git",
  "bugs": "https://github.com/ziflex/gulp-module-wrapper/issues",
  "main": "index.js",
  "scripts": {
    "test": "gulp test",
    "build": "gulp"
  },
  "keywords": [
    "gulpplugin",
    "module",
    "amd",
    "umd",
    "commonjs"
  ],
  "engines": {
    "node": ">= 0.10"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://raw.githubusercontent.com/ziflex/gulp-module-wrapper/master/LICENSE"
    }
  ],
  "dependencies": {
    "esprima": "^1.2.2",
    "gulp": "^3.8.10",
    "gulp-match": "^0.2.1",
    "gulp-util": "^3.0.1",
    "lodash": "^2.4.1",
    "through2": "^0.6.3"
  },
  "devDependencies": {
    "gulp": "^3.8.11",
    "gulp-bump": "^0.1.13",
    "gulp-concat": "^2.5.2",
    "gulp-jshint": "^1.9.2",
    "gulp-jst": "^0.1.1",
    "gulp-mocha": "^2.0.0",
    "gulp-wrap": "^0.5.0",
    "jshint-stylish": "^1.0.1",
    "lodash-cli": "^2.4.2",
    "map-stream": "0.0.5",
    "mocha": "^2.2.1",
    "mocha-fivemat-reporter": "0.0.6",
    "should": "^4.6.5",
    "stream-array": "^1.0.1",
    "stream-assert": "^2.0.2"
  }
}
