liuyg
2021-07-02 25ce610f6ecca7325e7a743dc032c4a76559c63d
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
{
    "name": "dgrid",
    "author": "Kris Zyp",
    "version": "1.2.1",
    "description": "A lightweight, mobile-ready, data-driven, modular widget designed for lists and grids",
    "license": "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": "~3.0.6",
        "nib": "~1.0.4"
    },
    "directories": {
        "doc": "./doc",
        "lib": "."
    },
    "main": "./OnDemandGrid",
    "icon": "http://packages.dojofoundation.org/images/dgrid.png",
    "dojoBuild": "package.js"
}