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
27
28
29
{
    "name": "dgrid",
    "description": "A lightweight, mobile-ready, data-driven, modular widget designed for lists and grids",
    "keywords": [
        "dojo",
        "grid"
    ],
    "authors": [
        "Kris Zyp",
        "Kenneth G. Franqueiro",
        "Ed Hager"
    ],
    "main": "OnDemandGrid.js",
    "homepage": "http://dgrid.io",
    "repository": {
        "type": "git",
        "url": "git://github.com/SitePen/dgrid"
    },
    "dependencies": {
        "dojo": ">=1.8.9",
        "dstore": "~1.0.3 || ~1.1.1"
    },
    "ignore": [
        ".*",
        "test"
    ],
    "license": [ "BSD-3-Clause" ],
    "moduleType": [ "amd" ]
}