{
  "name": "nativescript-advanced-permissions",
  "version": "1.2.0",
  "description": "Permissions for both Android and IOS.",
  "main": "index",
  "typings": "index.d.ts",
  "nativescript": {
    "platforms": {
      "android": "4.0.0",
      "ios": "4.0.0"
    }
  },
  "scripts": {
    "tsc": "tsc -skipLibCheck",
    "build": "npm i && tsc && npm run build.native",
    "build.native": "node scripts/build-native.js",
    "test.android": "npm i && npm run tsc && npm run tslint && cd ../demo && tns build android && tns test android --justlaunch",
    "test.ios": "npm i && npm run tsc && npm run tslint && cd ../demo && tns build ios && tns test ios --justlaunch",
    "tslint": "cd .. && tslint \"**/*.ts\" --config tslint.json --exclude \"**/node_modules/**\"",
    "plugin.link": "npm link && cd ../demo && npm link nativescript-advanced-permissions && cd ../src",
    "plugin.tscwatch": "npm run tsc -- -w",
    "demo.ios": "npm i && npm run tsc && cd ../demo && tns run ios --syncAllFiles",
    "demo.android": "npm i && npm run tsc && cd ../demo && tns run android --syncAllFiles",
    "demo.reset": "cd ../demo && rimraf platforms",
    "plugin.prepare": "npm run build && npm run package && cd ../demo && tns plugin remove nativescript-advanced-permissions && tns plugin add ../publish/package/*.tgz && tns install",
    "clean": "cd ../demo && rimraf hooks node_modules platforms && cd ../src && rimraf node_modules && npm run plugin.link",
    "ci.tslint": "npm i && tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**'",
    "ci.preparedemo": "npm run build && npm run package && cd ../demo && tns plugin remove nativescript-advanced-permissions && tns plugin add ../publish/package/*.tgz && tns install",
    "package": "cd ../publish && rimraf ./package && ./pack.sh"
  },
  "keywords": [
    "NativeScript",
    "JavaScript",
    "Android",
    "iOS",
    "permissions"
  ],
  "author": {
    "name": "Brendan Ingham",
    "email": "brendan.ingham13@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/breningham/nativescript-advanced-permissions/issues"
  },
  "license": "Apache-2.0",
  "homepage": "https://github.com/breningham/nativescript-advanced-permissions",
  "readmeFilename": "README.md",
  "devDependencies": {
    "prompt": "^1.0.0",
    "rimraf": "^2.5.0",
    "tns-core-modules": "^4.2.0",
    "tns-platform-declarations": "^4.2.0",
    "tslint": "^5.0.0",
    "typescript": "~2.3.0"
  },
  "dependencies": {
    "nativescript-permissions": "^1.2.3"
  },
  "bootstrapper": "nativescript-plugin-seed"
}
