novacreator-bootstrap-data-grid
Version:
Data grid based on Bootstrap.
62 lines (61 loc) • 1.63 kB
JSON
{
"name": "novacreator-bootstrap-data-grid",
"namespace": "novacreator.bootstrap.datagrid",
"title": "Nova Creator Bootstrap Datagrid",
"version": "1.0.0",
"description": "Data grid based on Bootstrap.",
"homepage": "https://github.com/NovaCreatorSoftware/bootstrap-data-grid",
"author": {
"name": "Nova Creator Software",
"email": "cristimanole@novacreator.com",
"url": "http://www.novacreator.com"
},
"bugs": "https://github.com/NovaCreatorSoftware/bootstrap-data-grid/issues",
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "https://github.com/NovaCreatorSoftware/bootstrap-data-grid.git"
},
"keywords": [
"Bootstrap",
"jQuery",
"Plugin",
"jquery-plugin",
"Component",
"Control",
"UI",
"Data",
"Grid",
"Table",
"Sorting",
"HTML5"
],
"licenses": [{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}],
"dependencies": {
"jquery": ">=1.9.0",
"bootstrap": ">=3.1.1"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-cli": "~0.1.13",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compress": "~0.8.0",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-csslint": "~0.3.1",
"grunt-contrib-cssmin": "~0.10.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-less": "~0.11.0",
"grunt-contrib-qunit": "~0.4.0",
"grunt-contrib-uglify": "~0.9.2",
"grunt-contrib-yuidoc": "~0.5.2",
"grunt-exec": "~0.4.5",
"grunt-nuget": "~0.1.4",
"grunt-regex-replace": "~0.2.6"
},
"readmeFilename": "README.md"
}