加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 430 Bytes
一键复制 编辑 原始数据 按行查看 历史
yanyan 提交于 2016-11-15 10:56 . hellohtml
{
"name": "hellohtml",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "yanyan",
"license": "Apache-2.0",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-connect": "^5.0.0",
"gulp-uglify": "^2.0.0",
"run-sequence": "^1.2.2"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化