package.json 674 B

123456789101112131415161718192021222324252627
  1. {
  2. "devDependencies": {
  3. "grunt-cli": "^1.4.3",
  4. "grunt": "~1.4.1",
  5. "grunt-contrib-copy": "^1.0.0",
  6. "grunt-contrib-concat": "~1.0.1",
  7. "grunt-contrib-cssmin": "^4.0.0",
  8. "grunt-contrib-jshint": "~3.0.0",
  9. "grunt-contrib-less": "~3.0.0",
  10. "grunt-contrib-uglify": "~5.0.1",
  11. "grunt-contrib-watch": "~1.1.0",
  12. "grunt-webfont": "^1.7.2",
  13. "ionicons-npm": "^2.0.1",
  14. "jslint": "^0.12.1",
  15. "less": "^4.1.1",
  16. "less-plugin-clean-css": "^1.5.1"
  17. },
  18. "dependencies": {
  19. "autocomplete-js": "2.7.1",
  20. "leaflet": "^1.7.1"
  21. },
  22. "scripts": {
  23. "build": "npm install && grunt",
  24. "start": "grunt watch",
  25. "test": "grunt"
  26. }
  27. }