-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 826 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 826 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"author": {
"name": "4xmen",
"url": "http://4xmen.ir"
},
"main": "module/index.js",
"dependencies": {
"jquery": ">=1.10.2"
},
"description": "Tree select for jquery.",
"devDependencies": {
"grunt": "^1.3.0",
"grunt-concat-css": "^0.3.1",
"grunt-contrib-coffee": "^2.1.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-cssmin": "^2.0.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-contrib-watch": "^1.1.0"
},
"keywords": [
"jquery-plugin",
"jquery",
"x-tree-select",
"tree-select",
"select",
"tree combobox",
"combobox wizard"
],
"license": "GPL-3.0",
"name": "x-tree-select",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/4xmen/x-tree-select.git"
},
"version": "2.1.5"
}