{
  "name": "gulp-define-module",
  "version": "0.1.5",
  "description": "gulp.js plugin for creating modules",
  "homepage": "https://github.com/wbyoung/gulp-define-module",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report $(if [ \"$TRAVIS\" ]; then echo lcovonly; else echo html; fi) -- && if [ \"$TRAVIS\" ]; then cat ./coverage/lcov.info | ./node_modules/.bin/coveralls; fi"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/wbyoung/gulp-define-module.git"
  },
  "keywords": [
    "gulpplugin",
    "gulpfriendly",
    "amd",
    "commonjs",
    "node"
  ],
  "author": "Whitney Young",
  "license": "MIT",
  "dependencies": {
    "through": "^2.3.0",
    "lodash": "^3.6.0",
    "gulp-util": "^3.0.4"
  },
  "devDependencies": {
    "coveralls": "^2.11.2",
    "istanbul": "^0.3.11",
    "mocha": "^2.2.1",
    "should": "^5.2.0"
  }
}
