package.json 808 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "trexrunner",
  3. "description": "",
  4. "readme": "",
  5. "repository": "",
  6. "version": "0.1.0",
  7. "readme": "",
  8. "repository": "",
  9. "dependencies": {},
  10. "devDependencies": {
  11. "bower": "*",
  12. "gulp": "*",
  13. "gulp-util": "*",
  14. "gulp-clean": "*",
  15. "gulp-concat": "*",
  16. "gulp-download": "*",
  17. "gulp-rename": "*",
  18. "gulp-minify-css": "*",
  19. "gulp-minify-html": "*",
  20. "gulp-processhtml": "*",
  21. "gulp-jshint": "*",
  22. "gulp-uglify": "*",
  23. "gulp-connect": "*",
  24. "gulp-watch": "*",
  25. "tiny-lr": "*"
  26. },
  27. "scripts": {
  28. "post-install": "node ./node_modules/bower/bin/bower install",
  29. "start": "node ./node_modules/gulp/bin/gulp.js",
  30. "build": "node ./node_modules/gulp/bin/gulp.js build",
  31. "lint": "node ./node_modules/gulp/bin/gulp.js lint"
  32. }
  33. }