1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- "name": "jqGrid",
- "title": "jQuery jqGrid",
- "description": "jqGrid is an Ajax-enabled JavaScript control that provides solutions for representing and manipulating tabular data on the web.",
- "keywords": [
- "grid",
- "table",
- "treegrid",
- "sorting",
- "paging",
- "editing",
- "grouping",
- "searching"
- ],
- "version": "4.7.0",
- "author": {
- "name": "Tony Tomov",
- "email": "tony@trirand.com",
- "url": "http://trirand.com"
- },
- "maintainers": [
- {
- "name": "Tony Tomov",
- "email": "tony@trirand.com",
- "url": "http://trirand.com"
- }
- ],
- "licenses": [
- {
- "type": "MIT",
- "url": "http://www.trirand.com/blog/?page_id=87"
- },
- {
- "type": "GPLv2",
- "url": "http://www.trirand.com/blog/?page_id=91"
- }
- ],
- "bugs": "https://github.com/tonytomov/jqGrid/issues",
- "homepage": "http://www.trirand.com",
- "docs": "http://www.trirand.com/jqgridwiki/doku.php",
- "dependencies": {
- "jquery": ">=1.7"
- }
- }
|