package.json 786 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "codeigniter4cms",
  3. "version": "1.0.0",
  4. "description": "a light cms for codeigniter4",
  5. "main": "Gruntfile.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://notabug.org/captainsensible/codeigniter4CMS.git"
  12. },
  13. "keywords": [
  14. "cms",
  15. "codeigniter4"
  16. ],
  17. "author": "andy brookes",
  18. "license": "MIT",
  19. "devDependencies": {
  20. "grunt": "^1.4.1"
  21. },
  22. "dependencies": {
  23. "grunt-browser-sync": "^2.2.0",
  24. "grunt-contrib-concat": "^1.0.1",
  25. "grunt-contrib-copy": "^1.0.0",
  26. "grunt-contrib-cssmin": "^4.0.0",
  27. "grunt-contrib-jshint": "^3.0.0",
  28. "grunt-contrib-less": "^3.0.0",
  29. "grunt-contrib-sass": "^2.0.0",
  30. "grunt-contrib-watch": "^1.1.0"
  31. }
  32. }