package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "name": "bootstrap-treeview",
  3. "description": "Tree View for Twitter Bootstrap",
  4. "version": "1.2.0",
  5. "homepage": "https://github.com/jonmiles/bootstrap-treeview",
  6. "author": {
  7. "name": "Jonathan Miles"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git://github.com/jonmiles/bootstrap-treeview.git"
  12. },
  13. "bugs": {
  14. "url": "https://github.com/jonmiles/bootstrap-treeview/issues"
  15. },
  16. "licenses": [
  17. {
  18. "type": "Apache",
  19. "url": "https://github.com/jonmiles/bootstrap-treeview/blob/master/LICENSE"
  20. }
  21. ],
  22. "main": [
  23. "dist/bootstrap-treeview.min.js",
  24. "dist/bootstrap-treeview.min.css"
  25. ],
  26. "scripts": {
  27. "install": "bower install",
  28. "start": "node app",
  29. "test": "grunt test"
  30. },
  31. "engines": {
  32. "node": ">= 0.10.0"
  33. },
  34. "dependencies": {
  35. "express": "3.4.x",
  36. "ejs": "2.2.x",
  37. "phantomjs": "1.9.x"
  38. },
  39. "devDependencies": {
  40. "bower": "1.3.x",
  41. "grunt": "0.4.x",
  42. "grunt-contrib-uglify": "0.7.x",
  43. "grunt-contrib-cssmin": "0.12.x",
  44. "grunt-contrib-qunit": "0.5.x",
  45. "grunt-contrib-watch": "0.6.x",
  46. "grunt-contrib-copy": "0.7.x"
  47. },
  48. "keywords": [
  49. "twitter",
  50. "bootstrap",
  51. "tree",
  52. "treeview",
  53. "tree-view",
  54. "navigation",
  55. "javascript",
  56. "jquery",
  57. "jquery-plugin"
  58. ]
  59. }