package.json
383 Bytes
{
"name": "fatso",
"version": "1.0.0",
"description": "子页面js检查、合并、压缩等处理",
"main": "start.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "panzhaov5",
"license": "ISC",
"dependencies": {
"cheerio": "^0.20.0",
"colors": "^1.1.2",
"eventproxy": "^0.3.4",
"uglify-js": "^2.6.2"
}
}