mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-08-31 04:52:44 -06:00
74 lines
2.0 KiB
JSON
74 lines
2.0 KiB
JSON
{
|
|
"name": "gulp-uglify",
|
|
"description": "Minify files with UglifyJS.",
|
|
"version": "1.2.0",
|
|
"author": {
|
|
"name": "Terin Stock",
|
|
"email": "terinjokes@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/terinjokes/gulp-uglify/issues"
|
|
},
|
|
"dependencies": {
|
|
"deap": ">=1.0.0 <2.0.0-0",
|
|
"gulp-util": ">=3.0.0 <4.0.0-0",
|
|
"through2": ">=0.6.1 <1.0.0-0",
|
|
"uglify-js": "2.4.19",
|
|
"vinyl-sourcemaps-apply": ">=0.1.1 <0.2.0-0"
|
|
},
|
|
"devDependencies": {
|
|
"argg": "0.0.1",
|
|
"cmem": ">=1.0.0 <2.0.0-0",
|
|
"codeclimate-test-reporter": "0.0.4",
|
|
"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": "^4.0.0",
|
|
"vinyl": ">=0.4.6 <1.0.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": "4ead3aaefb3abc7f95997ee87312baf36a07b7f3",
|
|
"_id": "gulp-uglify@1.2.0",
|
|
"_shasum": "760a86a5cf68453e0036130763dde2952093e38b",
|
|
"_from": "gulp-uglify@*",
|
|
"_npmVersion": "2.7.6",
|
|
"_nodeVersion": "1.6.4",
|
|
"_npmUser": {
|
|
"name": "terinjokes",
|
|
"email": "terinjokes@gmail.com"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "terinjokes",
|
|
"email": "terinjokes@gmail.com"
|
|
}
|
|
],
|
|
"dist": {
|
|
"shasum": "760a86a5cf68453e0036130763dde2952093e38b",
|
|
"tarball": "http://registry.npmjs.org/gulp-uglify/-/gulp-uglify-1.2.0.tgz"
|
|
},
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/gulp-uglify/-/gulp-uglify-1.2.0.tgz",
|
|
"readme": "ERROR: No README data found!"
|
|
}
|