UNPKG

zinggrid

Version:

ZingGrid - A fully-featured, native, web-component, data table and grid for Javascript applications.

37 lines (36 loc) 858 B
{ "name": "zinggrid", "version": "2.1.3", "description": "ZingGrid - A fully-featured, native, web-component, data table and grid for Javascript applications.", "main": "index-commonjs.js", "module": "index.js", "exports": { ".": { "import": "./index.js", "require": "./index-commonjs.js" } }, "customElements": "zing-grid.json", "types": "index.d.ts", "runkitExampleFilename": "npm_runkit_example.js", "author": "ZingSoft", "repository": { "type": "git", "url": "https://github.com/zinggrid/zinggrid" }, "scripts": { "build:nuget": "nuget pack" }, "homepage": "https://www.zinggrid.com/docs/your-first-grid", "browser": "ZingGrid", "keywords": [ "zinggrid", "grid", "datatable", "data table", "javascript", "javascript grid", "data-table", "zingsoft" ] }