{
    "name": "nativescript-gameanalytics",
    "version": "3.0.1",
    "main": "gameanalytics",
    "typings": "index.d.ts",
    "description": "Official NativeScript SDK for GameAnalytics. GameAnalytics is a free analytics platform that helps game developers understand their players' behaviour by delivering relevant insights.",
    "nativescript": {
        "platforms": {
            "android": "5.1.0",
            "ios": "5.1.0"
        },
        "plugin": {
            "nan": "true",
            "pan": "true",
            "core3": "true",
            "category": "Interface"
        }
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/GameAnalytics/nativescript-gameanalytics.git"
    },
    "keywords": [
        "NativeScript",
        "native",
        "script",
        "analytics",
        "gameanalytics"
    ],
    "author": {
        "name": "GameAnalytics",
        "email": "sdk@gameanalytics.com",
        "url": "https://gameanalytics.com"
    },
    "scripts": {
        "tsc": "tsc -skipLibCheck",
        "build": "npm i && tsc",
        "setup": "npm i && 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-gameanalytics && 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 tsc && cd ../demo && tns plugin remove nativescript-gameanalytics && 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/**'"
    },
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/GameAnalytics/nativescript-gameanalytics/issues"
    },
    "homepage": "https://github.com/GameAnalytics/nativescript-gameanalytics",
    "dependencies": {},
    "devDependencies": {
        "js-yaml": ">=3.13.1",
        "tns-core-modules": "^5.1.1",
        "tns-platform-declarations": "^5.1.1",
        "typescript": "~2.8.2",
        "prompt": "^1.0.0",
        "rimraf": "^2.6.2",
        "tslint": "^5.4.2"
    }
}
