package.json 425 B

1234567891011121314151617181920212223
  1. {
  2. "name": "cc-theme",
  3. "author": "windhamdavid",
  4. "description": "cc-theme",
  5. "version": "0.0.1",
  6. "private": true,
  7. "dependencies": {
  8. },
  9. "devDependencies": {
  10. "del": "^2.1.0",
  11. "gulp": "^3.9.0",
  12. "gulp-concat": "^2.6.0",
  13. "gulp-jshint": "^2.0.0",
  14. "jshint-stylish": "^2.1.0",
  15. "gulp-uglify": "^1.5.1",
  16. "gulp-minify-css": "^1.2.1",
  17. "gulp-minify-html": "^1.0.4"
  18. },
  19. "scripts": {
  20. }
  21. }