UNPKG

1.13 kBJSONView Raw
1{
2 "name": "slickgrid",
3 "version": "2.4.23",
4 "description": "A lightning fast JavaScript grid/spreadsheet",
5 "main": "slick.core.js",
6 "directories": {
7 "example": "examples",
8 "test": "tests"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git+https://github.com/6pac/SlickGrid.git"
13 },
14 "keywords": [
15 "slickgrid",
16 "grid"
17 ],
18 "author": "Michael Leibman <michael.leibman@gmail.com>",
19 "contributors": [
20 "Ben McIntyre <email.ben.mcintyre@gmail.com>"
21 ],
22 "license": "MIT",
23 "bugs": {
24 "url": "https://github.com/6pac/SlickGrid/issues"
25 },
26 "homepage": "https://github.com/6pac/SlickGrid#readme",
27 "scripts": {
28 "cypress:ci": "node node_modules/cypress/bin/cypress run --reporter xunit --reporter-options output=testresult.xml",
29 "cypress:open": "node node_modules/cypress/bin/cypress open",
30 "serve": "http-server ./ -p 8080 -a localhost -s"
31 },
32 "dependencies": {
33 "jquery": ">=1.8.0",
34 "jquery-ui": ">=1.8.0"
35 },
36 "devDependencies": {
37 "cypress": "^4.4.0",
38 "eslint": "^6.8.0",
39 "http-server": "^0.12.1"
40 }
41}