package.json 2.02 KB
Newer Older
Nicolas Widart's avatar
Nicolas Widart committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
{
  "name": "gulp-uglify",
  "description": "Minify files with UglifyJS.",
  "version": "1.0.1",
  "author": {
    "name": "Terin Stock",
    "email": "terinjokes@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/terinjokes/gulp-uglify/issues"
  },
  "dependencies": {
    "deepmerge": ">=0.2.7 <0.3.0-0",
    "gulp-util": ">=3.0.0 <4.0.0-0",
    "through2": ">=0.6.1 <1.0.0-0",
    "uglify-js": "2.4.15",
    "vinyl-sourcemaps-apply": ">=0.1.1 <0.2.0-0"
  },
  "devDependencies": {
    "argg": "0.0.1",
    "codeclimate-test-reporter": "0.0.3",
    "gulp-concat": ">=2.3.4 <3.0.0-0",
    "gulp-sourcemaps": ">=1.1.1 <2.0.0-0",
    "istanbul": ">=0.3.0 <0.4.0-0",
    "rimraf": ">=2.2.8 <3.0.0-0",
    "tape": ">=2.12.3 <3.0.0-0",
    "vinyl": ">=0.3.2 <0.4.0-0"
  },
  "engines": {
    "node": ">= 0.9"
  },
  "homepage": "https://github.com/terinjokes/gulp-uglify/",
  "keywords": [
    "gulpplugin"
  ],
  "license": "MIT",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/terinjokes/gulp-uglify.git"
  },
  "scripts": {
    "codeclimate": "cat ./coverage/lcov.info|codeclimate",
    "coverage": "istanbul cover node_modules/argg test/*.js --report lcovonly",
    "rm": "rimraf ./coverage",
    "test": "npm run coverage && npm run rm",
    "test-report": "npm run coverage && npm run codeclimate && npm run rm"
  },
  "gitHead": "00addba278bc8aa2ea130de08315f74573c2e398",
  "_id": "gulp-uglify@1.0.1",
  "_shasum": "d70a24ff85b179a7b16cee577023f19b9c4ba96f",
  "_from": "gulp-uglify@^1.0.1",
  "_npmVersion": "2.0.0-beta.1",
  "_npmUser": {
    "name": "terinjokes",
    "email": "terinjokes@gmail.com"
  },
  "maintainers": [
    {
      "name": "terinjokes",
      "email": "terinjokes@gmail.com"
    }
  ],
  "dist": {
    "shasum": "d70a24ff85b179a7b16cee577023f19b9c4ba96f",
    "tarball": "http://registry.npmjs.org/gulp-uglify/-/gulp-uglify-1.0.1.tgz"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/gulp-uglify/-/gulp-uglify-1.0.1.tgz",
  "readme": "ERROR: No README data found!"
}