package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "name": "jasny-bootstrap",
  3. "description": "Additional features and components for Bootstrap",
  4. "version": "3.1.3",
  5. "keywords": [
  6. "bootstrap",
  7. "css"
  8. ],
  9. "homepage": "http://jasny.github.io/bootstrap",
  10. "author": "Arnold Daniels",
  11. "scripts": {
  12. "test": "grunt test"
  13. },
  14. "style": "./dist/css/jasny-bootstrap.css",
  15. "less": "./less/jasny-bootstrap.less",
  16. "repository": {
  17. "type": "git",
  18. "url": "https://github.com/jasny/bootstrap.git"
  19. },
  20. "bugs": {
  21. "url": "https://github.com/jasny/bootstrap/issues"
  22. },
  23. "license": {
  24. "type": "Apache-2.0",
  25. "url": "https://github.com/jasny/bootstrap/blob/master/LICENSE"
  26. },
  27. "devDependencies": {
  28. "btoa": "~1.1.1",
  29. "canonical-json": "~0.0.3",
  30. "grunt": "~0.4.2",
  31. "grunt-banner": "~0.2.0",
  32. "grunt-contrib-clean": "~0.5.0",
  33. "grunt-contrib-concat": "~0.4.0",
  34. "grunt-contrib-connect": "~0.7.0",
  35. "grunt-contrib-copy": "~0.5.0",
  36. "grunt-contrib-csslint": "~0.2.0",
  37. "grunt-contrib-cssmin": "~0.9.0",
  38. "grunt-contrib-jade": "~0.11.0",
  39. "grunt-contrib-jshint": "~0.10.0",
  40. "grunt-contrib-less": "~0.11.0",
  41. "grunt-contrib-qunit": "~0.4.0",
  42. "grunt-contrib-uglify": "~0.4.0",
  43. "grunt-contrib-watch": "~0.6.0",
  44. "grunt-csscomb": "~2.0.1",
  45. "grunt-exec": "~0.4.2",
  46. "grunt-html-validation": "~0.1.13",
  47. "grunt-jekyll": "~0.4.1",
  48. "grunt-jscs-checker": "~0.4.0",
  49. "grunt-saucelabs": "~5.1.0",
  50. "grunt-text-replace": "~0.3.0",
  51. "load-grunt-tasks": "~0.4.0",
  52. "markdown": "~0.5.0"
  53. },
  54. "jspm": {
  55. "main": "js/jasny-bootstrap",
  56. "directories": {
  57. "example": "examples",
  58. "lib": "dist"
  59. },
  60. "shim": {
  61. "js/jasny-bootstrap": {
  62. "imports": "jquery",
  63. "exports": "$"
  64. }
  65. },
  66. "buildConfig": {
  67. "uglify": true
  68. }
  69. }
  70. }