Subversion Repositories oidplus

Rev

Rev 1101 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
597 daniel-mar 1
{
2
  "name": "jstree",
3
  "title": "jsTree",
4
  "description": "jQuery tree plugin",
1411 daniel-mar 5
  "version": "3.3.16",
597 daniel-mar 6
  "homepage": "http://jstree.com",
7
  "main": "./dist/jstree.js",
8
  "author": {
9
    "name": "Ivan Bozhanov",
10
    "email": "jstree@jstree.com",
11
    "url": "http://vakata.com"
12
  },
13
  "repository": {
14
    "type": "git",
15
    "url": "git://github.com/vakata/jstree.git"
16
  },
17
  "bugs": {
18
    "url": "https://github.com/vakata/jstree/issues"
19
  },
20
  "license": "MIT",
21
  "licenses": [
22
    {
23
      "type": "MIT",
24
      "url": "https://github.com/vakata/jstree/blob/master/LICENSE-MIT"
25
    }
26
  ],
27
  "keywords": [],
28
  "devDependencies": {
1101 daniel-mar 29
    "dox": "^0.9.0",
637 daniel-mar 30
    "grunt": "~1.4.1",
597 daniel-mar 31
    "grunt-contrib-concat": "*",
32
    "grunt-contrib-copy": "*",
1101 daniel-mar 33
    "grunt-contrib-imagemin": "^4.0.0",
597 daniel-mar 34
    "grunt-contrib-jshint": "*",
1101 daniel-mar 35
    "grunt-contrib-less": "^3.0.0",
36
    "grunt-contrib-qunit": "^5.1.1",
37
    "grunt-contrib-uglify": "^5.0.1",
597 daniel-mar 38
    "grunt-contrib-watch": "~1.1.0",
39
    "grunt-text-replace": "~0.4.0",
1101 daniel-mar 40
    "lodash": "^4.17.21"
597 daniel-mar 41
  },
42
  "dependencies": {
1101 daniel-mar 43
    "jquery": "^3.5.0"
597 daniel-mar 44
  },
45
  "npmName": "jstree",
46
  "npmFileMap": [
47
    {
48
      "basePath": "/dist/",
49
      "files": [
50
        "jstree.min.js",
51
        "themes/**/*.png",
52
        "themes/**/*.gif",
53
        "themes/**/*.min.css"
54
      ]
55
    }
56
  ]
57
}