forked from dojo/dojo1-dgrid
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 778 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 778 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
{
"name": "dgrid",
"author": "Kris Zyp",
"version": "0.3.14-dev",
"description": "A lightweight, mobile-ready, data-driven, modular widget designed for lists and grids",
"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"
}
],
"repository": {
"type":"git",
"url":"http://github.com/SitePen/dgrid"
},
"dependencies": {
"dojo": "1.7.2",
"put-selector": "0.3.5",
"xstyle": "0.1.3"
},
"directories": {
"lib": "."
},
"main": "./OnDemandGrid",
"icon": "http://packages.dojofoundation.org/images/dgrid.png",
"dojoBuild": "package.js"
}