UNPKG

1.29 kBJSONView Raw
1{
2 "name": "gulp-uglify",
3 "description": "Minify files with UglifyJS.",
4 "version": "1.0.2",
5 "author": "Terin Stock <terinjokes@gmail.com>",
6 "bugs": "https://github.com/terinjokes/gulp-uglify/issues",
7 "dependencies": {
8 "deepmerge": ">=0.2.7 <0.3.0-0",
9 "gulp-util": ">=3.0.0 <4.0.0-0",
10 "through2": ">=0.6.1 <1.0.0-0",
11 "uglify-js": "2.4.15",
12 "vinyl-sourcemaps-apply": ">=0.1.1 <0.2.0-0"
13 },
14 "devDependencies": {
15 "argg": "0.0.1",
16 "codeclimate-test-reporter": "0.0.3",
17 "gulp-concat": ">=2.3.4 <3.0.0-0",
18 "gulp-sourcemaps": ">=1.1.1 <2.0.0-0",
19 "istanbul": ">=0.3.0 <0.4.0-0",
20 "rimraf": ">=2.2.8 <3.0.0-0",
21 "tape": ">=2.12.3 <3.0.0-0",
22 "vinyl": ">=0.3.2 <0.4.0-0"
23 },
24 "engines": {
25 "node": ">= 0.9"
26 },
27 "homepage": "https://github.com/terinjokes/gulp-uglify/",
28 "keywords": [
29 "gulpplugin"
30 ],
31 "license": "MIT",
32 "main": "index.js",
33 "repository": "https://github.com/terinjokes/gulp-uglify.git",
34 "scripts": {
35 "codeclimate": "cat ./coverage/lcov.info|codeclimate",
36 "coverage": "istanbul cover node_modules/argg test/*.js --report lcovonly",
37 "rm": "rimraf ./coverage",
38 "test": "npm run coverage && npm run rm",
39 "test-report": "npm run coverage && npm run codeclimate && npm run rm"
40 }
41}