jd-tiny
Version:
可对一整个项目进行打包,自动处理文件间与图片的依赖关系,并能实现图片压缩、上传、线上链接替换等
51 lines (50 loc) • 1.53 kB
JSON
{
"name": "jd-tiny",
"version": "1.1.5",
"description": "可对一整个项目进行打包,自动处理文件间与图片的依赖关系,并能实现图片压缩、上传、线上链接替换等",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"keywords": ["tinyPng", "jd", "pack"],
"author": "chenqingwei",
"license": "ISC",
"repository": {
"type": "git",
"url": "git@github.com:kingvid-chan/jd-tiny.git"
},
"dependencies": {
"archiver": "^1.3.0",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.5.2",
"body-parser": "^1.17.2",
"chalk": "^1.1.3",
"cheerio": "^1.0.0-rc.1",
"commander": "^2.10.0",
"cookie-parser": "^1.4.3",
"copy-dir": "^0.3.0",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.4",
"express": "^4.15.3",
"extract-loader": "^0.1.0",
"file-loader": "^0.11.2",
"gulp-util": "^3.0.8",
"html-loader": "^0.4.5",
"lowdb": "^0.16.2",
"multer": "^1.3.0",
"node-sass": "^4.5.3",
"opn": "^5.1.0",
"request": "^2.81.0",
"sass-loader": "^6.0.6",
"shelljs": "^0.7.8",
"tinify": "^1.5.0",
"uglifyjs-webpack-plugin": "^0.4.6",
"url-loader": "^0.5.9",
"webpack": "^3.0.0"
},
"bin": {
"jd-tiny": "index.js"
}
}