| 123456789101112131415161718192021222324 |
- {
- "name": "esp8266-milight-hub-web",
- "version": "1.0.0",
- "description": "",
- "main": "gulpfile.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "keywords": [],
- "author": "",
- "license": "ISC",
- "devDependencies": {
- "del": "^2.2.1",
- "gulp": "^3.9.1",
- "gulp-base64-favicon": "^1.0.2",
- "gulp-clean-css": "^3.4.2",
- "gulp-css-base64": "^1.3.4",
- "gulp-gzip": "^1.4.0",
- "gulp-htmlmin": "^2.0.0",
- "gulp-inline": "^0.1.1",
- "gulp-uglify": "^1.5.3"
- }
- }
|