UNPKG

@nativescript-community/systemui

Version:

Provides API for changing the styles of SystemUI (StatusBar, NavigationBar...) on iOS.

65 lines (64 loc) 2.01 kB
{ "name": "@nativescript-community/systemui", "version": "1.1.23", "description": "Provides API for changing the styles of SystemUI (StatusBar, NavigationBar...) on iOS.", "main": "index", "sideEffects": false, "typings": "index.d.ts", "scripts": { "tsc": "cpy ../../src/systemui/index.d.ts ./ && tsc -d", "build": "npm run tsc", "build.watch": "npm run tsc -- -w", "build.win": "npm run tsc-win", "build.all": "npm run build", "build.angular": "ng-packagr -p ../../src/systemui/angular/ng-package.json -c ../../src/systemui/angular/tsconfig.json && rm angular/.npmignore", "clean": "rimraf ./*.d.ts ./*.js ./*.js.map" }, "nativescript": { "platforms": { "android": "5.0.0", "ios": "5.0.0" } }, "repository": { "type": "git", "url": "https://github.com/nativescript-community/systemui" }, "keywords": [ "nativescript", "native", "typescript", "iOS", "statusbar", "status bar", "Vue" ], "contributors": [ { "name": "Burke Holland", "email": "burkeholland@gmail.com", "url": "https://github.com/burkeholland" }, { "name": "Brad Martin", "email": "bradwaynemartin@gmail.com", "url": "https://github.com/bradmartin" }, { "name": "Vladimir Amiorkov", "email": "v.amiorkov@gmail.com", "url": "https://github.com/VladimirAmiorkov" }, { "name": "Martin Guillon", "email": "martin.guillon@akylas.fr", "url": "https://github.com/farfromrefug" } ], "license": "MIT", "author": "Burke Holland <burkeholland@gmail.com>", "bugs": { "url": "https://github.com/nativescript-community/systemui/issues" }, "gitHead": "56504abc0a9d5ab13198e7d5095f02788510a422" }