forked from oria/gridx
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.48 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.48 KB
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
59
60
61
62
63
64
65
{
"name": "gridx",
"mappings": {
"dojo": "https://github.com/dojo/dojo/zipball/1.17.3",
"dijit": "https://github.com/dojo/dijit/zipball/1.17.3",
"dojox": "https://github.com/dojo/dojox/zipball/1.17.3"
},
"version": "1.3.8",
"maintainers": [
{
"name": "Xiao Wen Zhu(Oliver)",
"email": "zhuxw1984@gmail.com"
},
{
"name": "Pei Wang(Nate)",
"email": "supnate@gmail.com"
},
{
"name": "Qi Chen(Leslie)",
"email": "yurychika@gmail.com"
}
],
"contributors": [
{
"name": "Wei Huang(Evan)",
"email": "evanhuangwei@gmail.com"
}
],
"bugs": "mailto:yurychika@gmail.com",
"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": {
"dijit": "^1.17.3",
"dojo": "^1.17.3",
"dojox": "^1.17.3"
},
"directories": {
"lib": "."
},
"homepage": "http://oria.github.com/gridx",
"main": "./Grid",
"icon": "http://oria.github.com/gridx/images/logo.png",
"dojoBuild": "gridx.profile.js"
}