forked from dojo/dojo1-dgrid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 799 Bytes
/
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
{
"name": "dgrid",
"author": "Kris Zyp",
"version": "0.5.0-dev",
"description": "A lightweight, mobile-ready, data-driven, modular widget designed for lists and grids",
"licenses": [
{
"type": "AFLv2.1",
"url": "https://spdx.org/licenses/AFL-2.1"
},
{
"type": "BSD",
"url": "http://opensource.org/licenses/BSD-3-Clause"
}
],
"repository": {
"type":"git",
"url":"http://github.com/SitePen/dgrid"
},
"devDependencies": {
"grunt": "0.4.5",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-stylus": "~0.20",
"grunt-contrib-watch": "~0.6.1",
"intern-geezer": "~2.2",
"nib": "~1.0.4"
},
"directories": {
"doc": "./doc",
"lib": "."
},
"main": "./OnDemandGrid",
"icon": "http://packages.dojofoundation.org/images/dgrid.png",
"dojoBuild": "package.js"
}