hypery2k/nativescript-fabric

View on GitHub
src/package.json

Summary

Maintainability
Test Coverage
{
    "name": "nativescript-fabric",
    "version": "2.0.2",
    "description": "A NativeScript Plugin for fabric.io",
    "scripts": {
        "preclean": "npm i rimraf",
        "clean": "rimraf node_modules hooks target 'angular.js' 'angular.d.ts' 'fabric.*.js' '*.ngsummary.json' '*.metadata.json' '*.js.map' 'app/*.js' 'app/*.ngfactory.ts' 'app/*.ngfactory.d.ts' 'app/*.ngsummary.json' 'app/.*.metadata.json' 'app/*.js.map'",
        "postclean": "npm i",
        "setup": "node lib/postinstall.js setup",
        "config": "node lib/postinstall.js config",
        "prebuild": "npm run tslint",
        "build": "npm run ngc && npm run tsc && npm run build.native",
        "build.native": "node scripts/build-native.js",
        "tsc": "tsc",
        "ngc": "node --max-old-space-size=8192 ./node_modules/.bin/ngc",
        "tslint": "tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**' --exclude '**/test/**'",
        "test": "npm run build",
        "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",
        "pree2e": "cd test/e2e && npm run clean && npm run tsc && tns prepare ios && tns prepare android",
        "ci.tslint": "npm i && tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**' --exclude '**/test/**'",
        "e2e": "npm run e2e:ios && npm run e2e:android",
        "e2e:ios": "cd test/e2e && tns test ios --emulator --justlaunch",
        "e2e:android": "cd test/e2e && tns test android --emulator --justlaunch",
        "postinstall": "node postinstall-hooks.js && node lib/postinstall.js",
        "preuninstall": "node preuninstall-hooks.js"
    },
    "main": "fabric",
    "module": "fabric.js",
    "typings": "index.d.ts",
    "dependencies": {
        "format": "0.2.2",
        "nativescript-hook": "0.2.2",
        "prompt-lite": "0.1.1",
        "simple-plist": "0.2.1",
        "xcode": "1.0.0",
        "xmldom": "0.1.27"
    },
    "peerDependencies": {
        "tns-core-modules": ">=4.0.0"
    },
    "optionalPeerDependencies": {
        "@angular/common": ">=5.0.0 || >=5.1.0 || >=5.2.0",
        "@angular/compiler": ">=5.0.0 || >=5.1.0 || >=5.2.0",
        "@angular/compiler-cli": ">=5.0.0 || >=5.1.0 || >=5.2.0",
        "@angular/core": ">=5.0.0 || >=5.1.0 || >=5.2.0",
        "@angular/forms": ">=5.0.0 || >=5.1.0 || >=5.2.0",
        "@angular/http": ">=5.0.0 || >=5.1.0 || >=5.2.0",
        "@angular/platform-browser": ">=5.0.0 || >=5.1.0 || >=5.2.0",
        "@angular/platform-browser-dynamic": ">=5.0.0 || >=5.1.0 || >=5.2.0",
        "@angular/router": ">=5.0.0 || >=5.1.0 || >=5.2.0",
        "nativescript-angular": ">=5.0.0 || >=5.1.0 || >=5.2.0"
    },
    "devDependencies": {
        "@angular/common": "~5.0.5",
        "@angular/compiler": "~5.0.5",
        "@angular/compiler-cli": "~5.0.5",
        "@angular/core": "~5.0.5",
        "@angular/forms": "~5.0.5",
        "@angular/http": "~5.0.5",
        "@angular/platform-browser": "~5.0.5",
        "@angular/platform-browser-dynamic": "~5.0.5",
        "@angular/router": "~5.0.5",
        "@types/jasmine": "2.5.53",
        "babel-cli": "6.24.1",
        "babel-preset-es2015": "6.24.1",
        "jasmine": "2.6.0",
        "jasmine-core": "2.6.4",
        "jasmine-reporters": "2.2.1",
        "mockery": "2.1.0",
        "nativescript-android-declarations": "4.0.22",
        "nativescript-angular": "~5.0.0",
        "nativescript-ios-declarations": "4.0.1",
        "ncp": "2.0.0",
        "rimraf": "^2.6.2",
        "rxjs": "~5.5.0",
        "semver": "^5.5.0",
        "tns-core-modules": "~4.1.0",
        "tns-platform-declarations": "~4.1.0",
        "tslint": "5.4.3",
        "tslint-eslint-rules": "4.1.0",
        "typescript": "2.4.2",
        "zone.js": "0.8.17"
    },
    "nativescript": {
        "platforms": {
            "android": "3.4.0",
            "ios": "3.4.0"
        },
        "plugin": {
            "nan": "true",
            "pan": "true",
            "core3": "true",
            "category": "Processing"
        }
    },
    "keywords": [
        "fabric",
        "crashlytics",
        "Android",
        "iOS"
    ],
    "author": "Martin Reinhardt <contact@martinreinhardt-online.de> (https://github.com/hypery2k)",
    "repository": {
        "type": "git",
        "url": "https://github.com/hypery2k/nativescript-fabric.git"
    },
    "bugs": {
        "url": "https://github.com/hypery2k/nativescript-fabric/issues"
    },
    "license": "MIT"
}