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.         "license": "MIT",
  4.         "version": "3.3.16",
  5.         "main" : [
  6.                 "./dist/jstree.js",
  7.                 "./dist/themes/default/style.css"
  8.         ],
  9.         "ignore": [
  10.                 "**/.*",
  11.                 "docs",
  12.                 "demo",
  13.                 "libs",
  14.                 "node_modules",
  15.                 "test",
  16.                 "libs",
  17.                 "jstree.jquery.json",
  18.                 "gruntfile.js",
  19.                 "package.json",
  20.                 "bower.json",
  21.                 "component.json",
  22.                 "LICENCE-MIT",
  23.                 "README.md"
  24.         ],
  25.         "dependencies": {
  26.                 "jquery": ">=1.9.1"
  27.         },
  28.         "keywords": [
  29.                 "ui",
  30.                 "tree",
  31.                 "jstree"
  32.         ]
  33. }
  34.