UNPKG

slickgrid

Version:

A lightning fast JavaScript grid/spreadsheet

42 lines (41 loc) 1.07 kB
{ "name": "slickgrid", "version": "2.4.45", "description": "A lightning fast JavaScript grid/spreadsheet", "main": "slick.core.js", "directories": { "example": "examples", "test": "tests" }, "repository": { "type": "git", "url": "git+https://github.com/6pac/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": { "jquery": ">=1.8.0", "jquery-ui": ">=1.8.0" }, "devDependencies": { "cypress": "^8.5.0", "eslint": "^7.32.0", "http-server": "^13.0.2" } }