package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "name": "bootstrap-tour",
  3. "description": "Quick and easy way to build your product tours with Twitter Bootstrap Popovers.",
  4. "version": "0.8.0",
  5. "keywords": [
  6. "tour",
  7. "bootstrap",
  8. "js",
  9. "tour",
  10. "intro",
  11. "twitter"
  12. ],
  13. "homepage": "http://bootstraptour.com",
  14. "author": {
  15. "name": "Ulrich Sossou",
  16. "email": "sorich87@gmail.com",
  17. "url": "http://ulrichsossou.com"
  18. },
  19. "mantainers": [
  20. {
  21. "name": "Emanuele Marchi",
  22. "email": "emanuele@lostcrew.it",
  23. "web": "http://lostcrew.nl"
  24. }
  25. ],
  26. "contributors": [
  27. {
  28. "name": "Nicola Molinari",
  29. "email": "emmenko@gmail.com"
  30. }
  31. ],
  32. "repository": {
  33. "type": "git",
  34. "url": "https://github.com/sorich87/bootstrap-tour.git"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sorich87/bootstrap-tour/issues"
  38. },
  39. "licenses": [
  40. {
  41. "type": "Apache-2.0",
  42. "url": "http://www.apache.org/licenses/LICENSE-2.0"
  43. }
  44. ],
  45. "dependencies": {
  46. "jquery": "~1.8.0"
  47. },
  48. "devDependencies": {
  49. "grunt": "~0.4.x",
  50. "grunt-bump": "~0.0.11",
  51. "grunt-coffeelint": "~0.0.7",
  52. "grunt-contrib-clean": "~0.5.0",
  53. "grunt-contrib-coffee": "~0.7.0",
  54. "grunt-contrib-concat": "~0.3.0",
  55. "grunt-contrib-connect": "~0.5.0",
  56. "grunt-contrib-copy": "~0.4.1",
  57. "grunt-contrib-jasmine": "~0.5.1",
  58. "grunt-contrib-less": "~0.8.2",
  59. "grunt-contrib-uglify": "~0.2.7",
  60. "grunt-contrib-watch": "~0.5.3",
  61. "grunt-notify": "~0.2.16",
  62. "grunt-open": "~0.2.2",
  63. "grunt-replace": "~0.5.1"
  64. },
  65. "engines": {
  66. "node": ">= 0.8.0"
  67. },
  68. "main": [
  69. "./build/js/bootstrap-tour.js",
  70. "./build/css/bootstrap-tour.css"
  71. ],
  72. "scripts": {
  73. "run": "grunt run",
  74. "build": "grunt build",
  75. "test": "grunt test"
  76. }
  77. }