package.json 892 字节
{
    "name": "jquery-treegrid",
    "version": "0.3.0",
    "description": "jQuery TreeGrid plugin",
    "main": "index.js",
    "directories": {
        "example": "examples",
        "test": "tests"
    },
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/maxazan/jquery-treegrid.git"
    },
    "devDependencies": {
        "grunt": "~0.4.5",
        "grunt-contrib-jshint": "~0.10.0",
        "grunt-contrib-nodeunit": "~0.4.1",
        "grunt-contrib-uglify": "~0.5.0"
    },
    "keywords": [
        "treegrid",
        "table",
        "grid",
        "ui"
    ],
    "author": "Maksym Pomazan",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/maxazan/jquery-treegrid/issues"
    },
    "homepage": "https://github.com/maxazan/jquery-treegrid"
}