説明なし

package.json 917B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "name": "oeae",
  3. "version": "1.0.0",
  4. "description": "OEAE application",
  5. "main": "index.js",
  6. "directories": {
  7. "test": "tests"
  8. },
  9. "scripts": {
  10. "test": "echo \"Error: no test specified\" && exit 1"
  11. },
  12. "keywords": [
  13. "oeae",
  14. "grunt",
  15. "upr",
  16. "uprrp",
  17. "bower",
  18. "sass",
  19. "laravel",
  20. "php",
  21. "bourbon",
  22. "neat"
  23. ],
  24. "author": "Camila Perez",
  25. "license": "ISC",
  26. "devDependencies": {
  27. "grunt": "^0.4.5",
  28. "grunt-autoprefixer": "^2.0.0",
  29. "grunt-contrib-clean": "^0.6.0",
  30. "grunt-contrib-concat": "^0.5.0",
  31. "grunt-contrib-cssmin": "^0.10.0",
  32. "grunt-contrib-htmlmin": "^0.3.0",
  33. "grunt-contrib-jshint": "^0.10.0",
  34. "grunt-contrib-sass": "^0.8.1",
  35. "grunt-contrib-uglify": "^0.6.0",
  36. "grunt-contrib-watch": "^0.6.1",
  37. "gulp": "^3.8.10",
  38. "jit-grunt": "^0.9.0"
  39. },
  40. "dependencies": {
  41. "bootstrap-select": "^1.12.4"
  42. }
  43. }