{
  "name": "gulp-wrap-commonjs",
  "description": "Wrap files into a CommonJS module definition compatible with the Node.js require() API.",
  "url": "https://github.com/efacilitation/gulp-wrap-commonjs",
  "author": {
    "name": "efa Gmbh",
    "email": "team@efa-gmbh.com"
  },
  "version": "0.1.14",
  "license": "MIT",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/efacilitation/gulp-wrap-commonjs.git"
  },
  "bugs": {
    "url": "https://github.com/efacilitation/gulp-wrap-commonjs/issues"
  },
  "keywords": [
    "gulp",
    "gulpplugin",
    "cjs",
    "commonjs",
    "wrapper",
    "wrap"
  ],
  "scripts": {
    "prepublish": "node_modules/.bin/coffee -c index.coffee"
  },
  "dependencies": {
    "gulp-util": "*",
    "lodash": "*",
    "regexp-sourcemaps": "^1.0.1",
    "through2": "*",
    "vinyl-sourcemaps-apply": "^0.1.4"
  },
  "devDependencies": {
    "mocha": "*",
    "expect": "*",
    "coffee-script": "~1.7.1"
  }
}
