catdad/gulp-obfuscator-wrapper

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "gulp-obfuscator-wrapper",
  "version": "0.3.1",
  "description": "A Gulp wrapper for Obfuscator",
  "main": "index.js",
  "scripts": {
    "mocha": "mocha",
    "test": "istanbul cover --dir coverage node_modules/mocha/bin/_mocha"
  },
  "keywords": [
    "obfuscator",
    "obfuscate",
    "gulpplugin"
  ],
  "author": "Kiril Vatev <vatev.1@gmail.com>",
  "license": "ISC",
  "dependencies": {
    "gulp-util": "^3.0.7",
    "lodash": "^4.0.0",
    "obfuscator": "^0.5.4",
    "read-vinyl-file-stream": "^1.1.0"
  },
  "devDependencies": {
    "chai": "^3.4.1",
    "codeclimate-test-reporter": "^0.4.0",
    "gulp": "^3.9.0",
    "istanbul": "^0.4.2",
    "mocha": "^3.2.0",
    "shellton": "^3.0.0",
    "through2": "^2.0.0"
  },
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/catdad/gulp-obfuscator-wrapper.git"
  },
  "bugs": {
    "url": "https://github.com/catdad/gulp-obfuscator-wrapper/issues"
  },
  "homepage": "https://github.com/catdad/gulp-obfuscator-wrapper#readme"
}