{
  "name": "nativescript-oauth",
  "version": "2.1.8",
  "description": "OAuth 2 login for NativeScript.",
  "main": "index.js",
  "nativescript": {},
  "scripts": {
    "build": "npm i && tsc",
    "demo.android": "npm run preparedemo && cd demo-angular && tns run android",
    "preparedemo": "npm run build && cd demo-angular && tns plugin remove nativescript-oauth && tns plugin add .. && tns install",
    "setup": "cd demo-angular && npm install && cd .. && npm run build && cd demo-angular && tns plugin add .. && cd .."
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/alexziskind1/nativescript-oauth.git"
  },
  "typescript": {
    "definition": "index.d.ts"
  },
  "typings": "index",
  "keywords": [
    "NativeScript",
    "JavaScript",
    "TypeScript",
    "Office365",
    "Facebook",
    "Azure AD",
    "iOS",
    "Android"
  ],
  "author": {
    "name": "Alexander Ziskind",
    "email": "alex@nuvious.com",
    "url": "http://www.nuvious.com/blog"
  },
  "contributors": [
    {
      "name": "Kevin Primm",
      "email": "kfprimm@gmail.com",
      "url": "https://github.com/kfprimm"
    },
    {
      "name": "Toma Nikolov",
      "url": "https://github.com/TomaNikolov"
    }
  ],
  "bugs": {
    "url": "https://github.com/alexziskind1/nativescript-oauth/issues"
  },
  "license": {
    "type": "MIT",
    "url": "https://github.com/alexziskind1/nativescript-oauth/blob/master/LICENSE"
  },
  "homepage": "https://github.com/alexziskind1/nativescript-oauth",
  "readmeFilename": "README.md",
  "dependencies": {
    "querystring": "^0.2.0",
    "url": "^0.11.0"
  },
  "devDependencies": {
    "nativescript-dev-typescript": "^0.7.1",
    "tns-core-modules": "4.1.0",
    "typescript": "^2.7.2",
    "tns-platform-declarations": "4.1.0"
  }
}
