package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "nya-bootstrap-select",
  3. "version": "2.0.10",
  4. "description": "An angular directive wraps bootstrap-select",
  5. "repository": {
  6. "type": "git",
  7. "url": "git://github.com/lordfriend/nya-bootstrap-select.git"
  8. },
  9. "devDependencies": {
  10. "groundskeeper": "^0.1.11",
  11. "grunt": "~0.4.2",
  12. "grunt-contrib-concat": "^0.5.0",
  13. "grunt-contrib-connect": "~0.6.0",
  14. "grunt-contrib-copy": "^0.7.0",
  15. "grunt-contrib-cssmin": "^0.10.0",
  16. "grunt-contrib-jshint": "~0.8.0",
  17. "grunt-contrib-less": "^0.11.4",
  18. "grunt-contrib-uglify": "^0.6.0",
  19. "grunt-contrib-watch": "~0.5.3",
  20. "grunt-gh-pages": "^0.9.1",
  21. "grunt-karma": "~0.6.2",
  22. "grunt-newer": "~0.6.1",
  23. "highlight.js": "^8.4.0",
  24. "jshint-stylish": "~0.1.5",
  25. "karma": "~0.10.9",
  26. "karma-chrome-launcher": "~0.1.2",
  27. "karma-ng-html2js-preprocessor": "~0.1.0",
  28. "karma-ng-scenario": "~0.1.0",
  29. "karma-phantomjs-launcher": "~0.1.2",
  30. "load-grunt-tasks": "~0.3.0",
  31. "marked": "~0.3.2",
  32. "time-grunt": "~0.2.9"
  33. },
  34. "scripts": {
  35. "test": "grunt test"
  36. }
  37. }