You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 548B

12345678910111213141516171819202122232425
  1. {
  2. "name": "app",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "",
  10. "license": "ISC",
  11. "devDependencies": {
  12. "gulp": "^4.0.2",
  13. "gulp-concat-css": "^3.1.0",
  14. "gulp-image": "^6.1.0",
  15. "gulp-inject-js": "^1.0.3",
  16. "gulp-inline-css": "^3.5.0",
  17. "gulp-uglify": "^3.0.2",
  18. "gulp-zip": "^5.0.1"
  19. },
  20. "dependencies": {
  21. "gulp-htmlmin": "^5.0.1",
  22. "gulp-uglifycss": "^1.1.0",
  23. "readable-stream": "^3.6.0"
  24. }
  25. }