ax5ui-grid
Version:
A grid plugin that works with Bootstrap & jQuery
44 lines • 862 B
JSON
{
"name": "ax5ui-grid",
"version": "1.4.126",
"description": "A grid plugin that works with Bootstrap & jQuery",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ax5ui/ax5ui-grid"
},
"author": {
"name": "Thomas Jang",
"email": "tom@axisj.com",
"url": "ax5.io"
},
"keywords": [
"bootstrap",
"jquery",
"ax5ui",
"plugin",
"bootstrap jQuery plugins",
"grid",
"ax5ui-grid",
"javascript ui"
],
"scripts": {
"test": "karma start karma.conf.js"
},
"dependencies": {
"jquery": "",
"ax5core": ">=1.4.115",
"ax5ui-menu": "",
"ax5ui-formatter": "",
"ax5ui-calendar": "",
"ax5ui-picker": ""
},
"devDependencies": {
"karma": "^1.3.0",
"karma-mocha": "^1.2.0",
"karma-phantomjs-launcher": "^1.0.2",
"mocha": "^3.1.0",
"phantomjs-prebuilt": "^2.1.13",
"webdriverio": "^4.6.1"
}
}