UNPKG

free-jqgrid-fork

Version:

maintained version of free-jqGrid

88 lines (87 loc) 2.31 kB
{ "name": "free-jqgrid-fork", "npmName": "free-jqgrid-fork", "npmFileMap": [ { "basePath": "/", "files": [ "css/*", "js/jquery.jqgrid.min.js", "js/jquery.jqgrid.min.map", "js/jquery.jqgrid.src.js", "js/*.js", "js/i18n/*.js", "js/i18n/*.map", "js/min/*.js", "js/min/*.map", "plugins/*" ] } ], "title": "free jqGrid", "version": "4.15.11", "description": "maintained version of free-jqGrid", "main": "js/jquery.jqgrid.src.js", "style": "css/ui.jqgrid.css", "types": "ts/free-jqgrid.d.ts", "filename": "js/jquery.jqgrid.src.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "postinstall": "node -e \"try { require('fs').symlinkSync(require('path').resolve('node_modules/@bower_components'), 'bower_components', 'junction') } catch (e) { }\"" }, "repository": { "type": "git", "url": "https://github.com/rany2/jqGrid.git" }, "keywords": [ "jqGrid", "jQuery", "JavaScript", "grid", "table", "jQuery", "grid", "TreeGrid", "Subgrid", "sorting", "paging", "editing", "grouping", "searching" ], "author": "rany <ranygh@riseup.net>", "license": "(MIT OR GPL-2.0)", "bugs": { "url": "https://github.com/rany2/jqGrid/issues" }, "homepage": "https://github.com/rany2/jqGrid", "devDependencies": { "@types/jquery": "^3.3.29", "@types/jqueryui": "^1.12.6", "@types/qunit": "^2.5.3", "grunt": "^1.0.3", "grunt-contrib-clean": "^2.0.0", "grunt-contrib-concat": "^2.1.0", "grunt-contrib-copy": "^1.0.0", "grunt-contrib-cssmin": "^3.0.0", "grunt-contrib-jshint": "^2.0.0", "grunt-contrib-uglify": "^4.0.0", "grunt-contrib-watch": "^1.1.0", "grunt-jscs": "^3.0.1", "grunt-newer": "^1.3.0", "grunt-replace": "^1.0.1", "grunt-ts": "^6.0.0-beta.21", "grunt-tslint": "^5.0.2", "tslint": "^5.12.1", "tslint-eslint-rules": "^5.4.0", "typescript": "^3.2.2", "vrsource-tslint-rules": "^6.0.0" }, "dependencies": { "@bower_components/DefinitelyTyped": "borisyankov/DefinitelyTyped#*", "@bower_components/jquery": "jquery/jquery-dist#>=1.7.2" }, "engines": { "yarn": ">= 1.0.0" } }