forked from oria/gridx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.45 KB
/
package.json
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "gridx",
"mappings": {
"dojo": "https://github.com/dojo/dojo/zipball/1.9.1",
"dijit": "https://github.com/dojo/dijit/zipball/1.9.1",
"dojox": "https://github.com/dojo/dojox/zipball/1.9.1"
},
"version": "1.3.0",
"maintainers":[
{
"name": "Xiao Wen Zhu(Oliver)",
"email": "[email protected]"
}, {
"name": "Pei Wang(Nate)",
"email": "[email protected]"
}, {
"name": "Qi Chen(Leslie)",
"email": "[email protected]"
}
],
"contributors": [
{
"name": "Wei Huang(Evan)",
"email": "[email protected]"
}
],
"bugs": "mailto:[email protected]",
"keywords": ["Gridx", "grid", "virtual scroll", "tree grid"],
"description": "A fast rendering, well modularized and plugin architecture based Grid. Besides supporting a rich set of popular features, GridX is optimized and extremely capable of supporting huge dataset larger than millions of rows.",
"licenses": [
{
"type": "AFLv2.1",
"url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L43"
},
{
"type": "BSD",
"url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L13"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/oria/gridx"
}
],
"dependencies": {
"dojo": "1.9.1",
"dijit": "1.9.1",
"dojox": "1.9.1"
},
"directories": {
"lib": "."
},
"homepage": "http://oria.github.com/gridx",
"main": "./Grid",
"icon": "http://oria.github.com/gridx/images/logo.png",
"dojoBuild": "gridx.profile.js"
}