{
  "name": "treegrid",
  "version": "1.0.8",
  "description": "Browser control that displays hierarchy table with fixed header",
  "main": "index.html",
  "scripts": {
    "test": "miptleha-http -o"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/miptleha/treegrid-js.git"
  },
  "keywords": [
    "js",
    "jquery",
    "control",
    "grid",
    "table",
    "tree"
  ],
  "author": "miptleha",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/miptleha/treegrid-js/issues"
  },
  "homepage": "https://github.com/miptleha/treegrid-js",
  "dependencies": {
    "jquery": "*"
  },
  "files": [
    "src/",
    "test/"
  ],
  "npmName": "treegrid",
  "npmFileMap": [
    {
      "basePath": "",
      "files": [
        "src/**/*",
        "test/*"
      ]
    }
  ],
  "devDependencies": {
    "miptleha-http": "*"
  }
}
