package.json 958 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "bootbox",
  3. "version": "4.4.0",
  4. "description": "Wrappers for JavaScript alert(), confirm() and other flexible dialogs using the Bootstrap framework",
  5. "directories": {
  6. "test": "tests"
  7. },
  8. "scripts": {
  9. "test": "./node_modules/.bin/karma start"
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "git://github.com/makeusabrew/bootbox.git"
  14. },
  15. "author": "Nick Payne <nick@kurai.co.uk>",
  16. "license": "MIT",
  17. "readmeFilename": "README.md",
  18. "main": "bootbox.js",
  19. "devDependencies": {
  20. "grunt-contrib-uglify": "~0.2.2",
  21. "grunt": "~0.4.1",
  22. "karma": "~0.10.1",
  23. "grunt-contrib-jshint": "~0.6.3",
  24. "karma-mocha": "0.1.3",
  25. "karma-phantomjs-launcher": "~0.1.0",
  26. "mocha": "~1.12.0",
  27. "karma-coffee-preprocessor": "~0.1.0",
  28. "karma-coverage": "~0.1.0",
  29. "karma-junit-reporter": "~0.1.0",
  30. "sinon": "~1.7.3",
  31. "sinon-chai": "~2.4.0",
  32. "karma-chai": "0.0.1",
  33. "grunt-karma": "~0.6.2"
  34. }
  35. }