{
  "name": "nativescript-filter-select",
  "version": "1.3.0",
  "description": "Your awesome NativeScript plugin for select and filter items for a list.",
  "main": "filter-select",
  "typings": "index.d.ts",
  "nativescript": {
    "platforms": {
      "android": "4.0.0",
      "ios": "4.0.0"
    },
    "tns-ios": {
      "version": "4.0.0"
    }
  },
  "scripts": {
    "build": "tsc",
    "demo.ios": "npm run preparedemo && cd demo && tns run ios --emulator",
    "demo.ios.device": "npm run preparedemo && cd demo && tns run ios",
    "demo.android": "npm run preparedemo && cd demo && tns run android --emulator",
    "test.ios": "cd demo && tns test ios --emulator",
    "test.ios.device": "cd demo && tns test ios",
    "test.android": "cd demo && tns test android",
    "preparedemo": "npm run build && cd demo && tns plugin remove nativescript-filter-select && tns plugin add .. && tns install",
    "setup": "npm i && cd demo && npm i && cd .. && npm run build && cd demo && tns plugin add .. && cd ..",
    "postclone": "npm i && node scripts/postclone.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/moayadnajd/nativescript-filter-select.git"
  },
  "keywords": [
    "NativeScript",
    "JavaScript",
    "Android",
    "iOS",
    "filter",
    "select",
    "CodeObia",
    "tags",
    "angular",
    "search"
  ],
  "author": {
    "name": "Moayad Al-Najdawi",
    "email": "moayad@codeobia.com"
  },
  "bugs": {
    "url": "https://github.com/moayadnajd/nativescript-filter-select/issues"
  },
  "license": "MIT",
  "homepage": "https://github.com/moayadnajd/nativescript-filter-select",
  "readmeFilename": "README.md",
  "devDependencies": {
    "tns-core-modules": "^4.0.0",
    "tns-platform-declarations": "^4.0.1",
    "typescript": "~2.2.1",
    "prompt": "~1.0.0",
    "rimraf": "~2.5.0"
  },
  "dependencies": {}
}
