{
    "name": "nativescript-segment-view",
    "version": "1.0.6",
    "description": "Make same style of segmentbar in android and ios, and have more attributes",
    "main": "n-s-segment-view",
    "typings": "index.d.ts",
    "nativescript": {
        "platforms": {
            "android": "3.0.0",
            "ios": "3.0.0"
        }
    },
    "scripts": {
        "tsc": "tsc -skipLibCheck",
        "build": "npm i && tsc", 
        "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-segment-view && cd ../src",
        "plugin.tscwatch": "npm run tsc -- -w",
        "debug.ios": "npm i && npm run tsc && cd ../demo && tns run ios --syncAllFiles",
        "debug.android": "npm i && npm run tsc && cd ../demo && tns run android --syncAllFiles",
        "debug.reset": "cd ../demo && rimraf platforms",
        "plugin.prepare": "npm run tsc && cd ../demo && tns plugin remove nativescript-segment-view && 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/**'",
        "preparedemo": "npm run build; cd demo; tns plugin remove nativescript-segment-view; tns plugin add ..",
        "demo.android": "npm run preparedemo; cd demo; tns run android",
        "demo.ios": "npm run preparedemo; cd demo; tns run ios"
    },
    "keywords": [
        "NativeScript",
        "JavaScript",
        "Android",
        "iOS",
        "Segment"
    ],
    "author": {
        "name": "xushsh163",
        "email": "xushsh163@163.com"
    },
    "homepage": "https://github.com/xushsh163/nativescript-segment-view",
    "bugs": {
        "url": "https://github.com/xushsh163/nativescript-segment-view/issues"
    },
    "license": "MIT Lisence",   
    "readmeFilename": "README.md",
    "devDependencies": {
        "tns-core-modules": "^3.4.0",
        "tns-platform-declarations": "^3.4.0",
        "typescript": "~2.3.0",
        "prompt": "^1.0.0",
        "rimraf": "^2.5.0",
        "tslint": "^5.4.3",
        "nativescript-angular": "~3.1.0",
        "@angular/common": "~4.1.0",
        "@angular/compiler": "~4.1.0",
        "@angular/compiler-cli": "~4.1.0",
        "@angular/core": "~4.1.0",
        "@angular/forms": "~4.1.0",
        "@angular/http": "~4.1.0",
        "@angular/platform-browser": "~4.1.0",
        "@angular/router": "~4.1.0",
        "rxjs": "~5.4.2",
        "zone.js": "~0.8.12"
    },
    "dependencies": {},
    "bootstrapper": "nativescript-plugin-seed"
}
