UNPKG

@bokeh/slickgrid

Version:

A lightning fast JavaScript grid/spreadsheet

45 lines (44 loc) 1.12 kB
{ "name": "@bokeh/slickgrid", "version": "2.4.4103", "description": "A lightning fast JavaScript grid/spreadsheet", "main": "index.js", "types": "index.d.ts", "directories": { "example": "examples", "test": "tests" }, "repository": { "type": "git", "url": "git+https://github.com/bokeh/SlickGrid.git" }, "keywords": [ "slickgrid", "grid" ], "author": "Michael Leibman <michael.leibman@gmail.com>", "contributors": [ "Ben McIntyre <email.ben.mcintyre@gmail.com>" ], "license": "MIT", "bugs": { "url": "https://github.com/6pac/SlickGrid/issues" }, "homepage": "https://github.com/6pac/SlickGrid#readme", "scripts": { "cypress": "npx cypress open", "cypress:ci": "npx cypress run --reporter xunit --reporter-options output=testresult.xml", "serve": "http-server ./ -p 8080 -a localhost -s" }, "dependencies": { "tslib": "^1.10.0", "jquery": ">=3.4.0", "jquery-ui": ">=1.8.0", "@types/slickgrid": "^2.1.30" }, "devDependencies": { "cypress": "^8.3.1", "eslint": "^7.32.0", "http-server": "^13.0.1" } }