2 Star 0 Fork 0

Gj-tutu/grunt-gulp-demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.03 KB
一键复制 编辑 原始数据 按行查看 历史
许小米 提交于 2016-03-28 23:33 . 添加过滤文件
{
"name": "demo-grunt-gulp",
"version": "1.0.0",
"description": "grunt-test gulp-test",
"main": "index.js",
"dependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^1.1.0",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.14.1"
},
"devDependencies": {
"del": "^1.2.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.12.3",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-shell": "^1.1.2",
"grunt-spritesmith": "^4.7.1",
"grunt-webpack": "^1.0.11",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^1.11.2",
"gulp-less": "^3.0.3",
"gulp-minify-css": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.2.0",
"load-grunt-tasks": "^3.2.0",
"time-grunt": "^1.2.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "tutu",
"license": "ISC"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/_tutu/grunt-gulp-demo.git
git@gitee.com:_tutu/grunt-gulp-demo.git
_tutu
grunt-gulp-demo
grunt-gulp-demo
master

搜索帮助