package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "author": "https://github.com/angular-ui/bootstrap/graphs/contributors",
  3. "name": "angular-ui-bootstrap",
  4. "version": "0.14.3",
  5. "homepage": "http://angular-ui.github.io/bootstrap/",
  6. "dependencies": {},
  7. "scripts":{
  8. "test": "grunt"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "https://github.com/angular-ui/bootstrap.git"
  13. },
  14. "devDependencies": {
  15. "angular": "^1.4.4",
  16. "angular-mocks": "^1.4.4",
  17. "angular-sanitize": "^1.4.4",
  18. "grunt": "^0.4.5",
  19. "grunt-contrib-concat": "^0.5.1",
  20. "grunt-contrib-copy": "^0.8.0",
  21. "grunt-contrib-jshint": "^0.11.1",
  22. "grunt-contrib-uglify": "^0.9.1",
  23. "grunt-contrib-watch": "^0.6.1",
  24. "grunt-conventional-changelog": "^4.0.0",
  25. "grunt-ddescribe-iit": "0.0.6",
  26. "grunt-html2js": "^0.3.0",
  27. "grunt-karma": "^0.12.0",
  28. "jasmine-core": "^2.2.0",
  29. "karma": "^0.13.3",
  30. "karma-chrome-launcher": "^0.2.0",
  31. "karma-coverage": "^0.5.0",
  32. "karma-firefox-launcher": "^0.1.4",
  33. "karma-jasmine": "^0.3.5",
  34. "node-markdown": "0.1.1",
  35. "semver": "^5.0.1",
  36. "shelljs": "^0.5.1"
  37. },
  38. "license": "MIT"
  39. }