tui-grid
Version:
TOAST UI Grid : Powerful data grid control supported by TOAST UI
34 lines (33 loc) • 695 B
JSON
{
"name": "tui-grid",
"authors": [
"NHN. FE Development Lab"
],
"license": "MIT",
"main": [
"dist/tui-grid.js",
"dist/tui-grid.css"
],
"ignore": [
".*",
"images",
"!dist/images",
"performance",
"examples",
"src",
"test",
"jsdoc.conf.json",
"karma.conf.js",
"package.json",
"webpack.config.js",
"wdio.conf.js"
],
"dependencies": {
"backbone": "^1.3.3",
"jquery": "^1.11.0",
"tui-code-snippet": "^1.5.0",
"tui-date-picker": "^3.2.1",
"tui-pagination": "^3.3.0",
"underscore": "^1.8.3"
}
}