12345678910111213141516171819202122232425262728 |
- {
- "name": "testgulp",
- "version": "1.0.0",
- "description": "tset",
- "main": "gulpfile.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1",
- "start": "gulp default"
- },
- "author": "",
- "license": "ISC",
- "devDependencies": {
- "browser-sync": "^2.27.8",
- "gulp": "^4.0.2",
- "gulp-clean-css": "^4.3.0",
- "gulp-cli": "^2.3.0",
- "gulp-less": "^5.0.0",
- "gulp-livereload": "^4.0.2",
- "gulp-notify": "^4.0.0",
- "gulp-plumber": "^1.2.1",
- "gulp-rename": "^2.0.0",
- "gulp-run": "^1.7.1",
- "gulp-sass": "^5.1.0",
- "gulp-uglify": "^3.0.2",
- "gulp-watch": "^5.0.1"
- }
- }
|