| 123456789101112131415161718192021222324252627282930313233 |
- {
- "name": "fanwe_wap_ui",
- "version": "1.0.0",
- "description": "",
- "main": "gulpfile.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "lynn",
- "license": "ISC",
- "devDependencies": {
- "del": "^2.2.1",
- "gulp": "^3.9.1",
- "gulp-clean": "^0.3.2",
- "gulp-concat": "^2.6.0",
- "gulp-htmlmin": "^2.0.0",
- "gulp-imagemin": "^3.0.1",
- "gulp-jshint": "^2.0.1",
- "gulp-less": "^3.1.0",
- "gulp-livereload": "^3.8.1",
- "gulp-load-plugins": "^1.2.4",
- "gulp-minify-css": "^1.2.4",
- "gulp-notify": "^2.2.0",
- "gulp-rename": "^1.2.2",
- "gulp-run-sequence": "^0.3.2",
- "gulp-uglify": "^1.5.4",
- "gulp-watch": "^4.3.8",
- "imagemin-pngcrush": "^5.0.0",
- "jshint": "^2.9.2",
- "require-dir": "^0.3.0",
- "vinyl-paths": "^2.1.0"
- }
- }
|