{
    "name": "nativescript-mdc",
    "version": "0.5.0",
    "description": "NativeScript Material Design Components.",
    "main": "index",
    "typings": "index.d.ts",
    "nativescript": {
        "platforms": {
            "android": "6.2.0",
            "ios": "6.2.0"
        }
    },
    "scripts": {
        "tsc": "tsc -skipLibCheck",
        "ngc": "node --max-old-space-size=8192 ./node_modules/.bin/ngc",
        "build": "npm i && tsc && npm run ngc && npm run build.native",
        "build.native": "node scripts/build-native.js",
        "postclone": "npm i && node scripts/postclone.js && cd ../demo && npm i && cd ../src && npm run plugin.link",
        "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-mdc && cd ../src",
        "plugin.tscwatch": "npm run tsc -- -w",
        "demo.ios": "npm i && npm run tsc && cd ../demo && tns run ios",
        "demo.android": "npm i && npm run tsc && cd ../demo && tns run android",
        "demo.reset": "cd ../demo && rimraf platforms",
        "plugin.prepare": "npm run build && cd ../demo && tns plugin remove nativescript-mdc && tns plugin add ../src",
        "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/**'",
        "prepack": "npm run build.native"
    },
    "keywords": [
        "NativeScript",
        "JavaScript",
        "Android",
        "iOS"
    ],
    "author": {
        "name": "Stefan Charsley",
        "email": "charsleysa@gmail.com"
    },
    "bugs": {
        "url": "https://github.com/charsleysa/nativescript-mdc/issues"
    },
    "license": "Apache-2.0",
    "homepage": "https://github.com/charsleysa/nativescript-mdc",
    "readmeFilename": "README.md",
    "devDependencies": {
        "@angular/common": "~8.2.3",
        "@angular/compiler": "~8.2.3",
        "@angular/compiler-cli": "~8.2.3",
        "@angular/core": "~8.2.3",
        "@angular/forms": "~8.2.3",
        "@angular/platform-browser": "~8.2.3",
        "@angular/platform-browser-dynamic": "~8.2.3",
        "@angular/router": "~8.2.3",
        "nativescript-angular": "^8.20.3",
        "prompt": "^1.0.0",
        "rimraf": "^2.6.3",
        "rxjs": "^6.5.3",
        "semver": "^5.7.0",
        "tns-core-modules": "^6.2.1",
        "tns-platform-declarations": "^6.2.1",
        "tslint": "^5.18.0",
        "typescript": "~3.4.0",
        "zone.js": "^0.9.1"
    },
    "dependencies": {},
    "bootstrapper": "nativescript-plugin-seed"
}
