{
    "name": "novacreator-bootstrap-data-grid",
    "description": "Nova Creator Bootstrap Datagrid",
    "keywords": [
        "Bootstrap",
        "jQuery",
        "Plugin",
        "jquery-plugin",
        "Component",
        "Control",
        "UI",
        "Data",
        "Grid",
        "Table",
        "Sorting",
        "HTML5"
    ],
    "version": "1.0.0",
    "author": {
        "name": "Nova Creator Software",
        "email": "cristimanole@novacreator.com",
        "url": "http://www.novacreator.com"
    },
    "homepage": "https://github.com/NovaCreatorSoftware/bootstrap-data-grid",
    "repository": {
        "type": "git",
        "url": "https://github.com/NovaCreatorSoftware/bootstrap-data-grid.git"
    },
    "license": "MIT",
    "main": [
        "dist/bootstrap.datagrid.js",
        "dist/bootstrap.datagrid.css"
    ],
    "ignore": [
        "build",
        "demo",
        "dist/*.nupkg",
        "dist/*.zip",
        "docs",
        "lib",
        "test",
        "*.nuspec",
        ".gitattributes",
        ".gitignore",
        ".travis.yml",
        "bootgrid.jquery.json",
        "Gruntfile.js",
        "package.json"
    ],
    "dependencies": {
        "jquery": ">=1.9.0",
        "bootstrap": ">=3.1.1"
    }
}