Subversion Repositories oidplus

Rev

Rev 1101 | View as "text/json" | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. {
  2.         "name": "jstree",
  3.         "title": "jsTree",
  4.         "description": "Tree view for jQuery",
  5.         "version": "3.3.16",
  6.         "homepage": "http://jstree.com",
  7.         "keywords": [
  8.                 "ui",
  9.                 "tree",
  10.                 "jstree"
  11.         ],
  12.         "author": {
  13.                 "name": "Ivan Bozhanov",
  14.                 "email": "jstree@jstree.com",
  15.                 "url": "http://vakata.com"
  16.         },
  17.         "licenses": [
  18.                 {
  19.                         "type": "MIT",
  20.                         "url": "https://github.com/vakata/jstree/blob/master/LICENSE-MIT"
  21.                 }
  22.         ],
  23.         "bugs": "https://github.com/vakata/jstree/issues",
  24.         "demo": "http://jstree.com/demo",
  25.         "dependencies": {
  26.                 "jquery": ">=1.9.1"
  27.         }
  28. }