{
  "name": "nativescript-sectioned-list-view",
  "version": "0.3.2",
  "description": "A native script listview plugin that can display sections",
  "main": "list-view.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "typings": "list-view.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rajivnarayana/nativescript-sectioned-list-view.git"
  },
  "keywords": [
    "nativescript",
    "{N}",
    "list-view",
    "UITableView",
    "sections"
  ],
  "author": "Rajiv Narayana <rajivnarayana@gmail.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/rajivnarayana/nativescript-sectioned-list-view/issues"
  },
  "homepage": "https://github.com/rajivnarayana/nativescript-sectioned-list-view#readme",
  "devDependencies": {
    "tns-core-modules": "^1.5.2"
  },
  "nativescript" : {
      "platforms" : {
          "ios" : "1.0.0"
      }
  }
}
