UNPKG

nativescript-angular

Version:

An Angular renderer that lets you build mobile apps with NativeScript.

82 lines (81 loc) 2.78 kB
{ "name": "nativescript-angular", "version": "7.2.4", "description": "An Angular renderer that lets you build mobile apps with NativeScript.", "homepage": "https://www.nativescript.org/", "bugs": "https://github.com/NativeScript/nativescript-angular/issues", "author": { "name": "NativeScript Team" }, "contributors": [ "Hristo Deshev <hristo.deshev@telerik.com>", "Alexander Vakrilov <alexander.vakrilov@progress.com>", "Stanimira Vlaeva <Stanimira.Vlaeva@progress.com>" ], "nativescript": { "platforms": { "android": "5.0.0", "ios": "5.0.0" } }, "keywords": [ "NativeScript", "Angular" ], "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/NativeScript/nativescript-angular.git" }, "scripts": { "tslint": "tslint --project tsconfig.json --config tslint.json", "postinstall": "node postinstall.js", "tsc": "tsc -p tsconfig.json", "tsc-w": "tsc -p tsconfig.json -w", "ngc": "ngc -p tsconfig.json", "prepare": "npm run ngc", "version": "rm -rf package-lock.json && conventional-changelog -p angular -i ../CHANGELOG.md -s && git add ../CHANGELOG.md", "typedoc": "typedoc --tsconfig \"./tsconfig.typedoc.json\" --out ./bin/dist/ng-api-reference --includeDeclarations --name \"NativeScript Angular\" --theme ./node_modules/nativescript-typedoc-theme --excludeExternals --externalPattern \"**/+(tns-core-modules|module|declarations).d.ts\"" }, "bin": { "update-app-ng-deps": "./bin/update-app-ng-deps" }, "dependencies": { "nativescript-intl": "^3.0.0", "reflect-metadata": "^0.1.8" }, "peerDependencies": { "@angular/platform-browser-dynamic": "~7.2.0", "@angular/common": "~7.2.0", "@angular/compiler": "~7.2.0", "@angular/core": "~7.2.0", "@angular/forms": "~7.2.0", "@angular/http": "~7.2.0", "@angular/platform-browser": "~7.2.0", "@angular/router": "~7.2.0", "rxjs": "^6.3.3", "tns-core-modules": "^5.1.0 || >5.1.0- || >5.2.0-", "typescript": "~3.1.1", "zone.js": "^0.8.4" }, "devDependencies": { "@angular/animations": "~7.2.0", "@angular/common": "~7.2.0", "@angular/compiler": "~7.2.0", "@angular/compiler-cli": "~7.2.0", "@angular/core": "~7.2.0", "@angular/forms": "~7.2.0", "@angular/http": "~7.2.0", "@angular/platform-browser": "~7.2.0", "@angular/platform-browser-dynamic": "~7.2.0", "@angular/router": "~7.2.0", "codelyzer": "^4.5.0", "rxjs": "~6.3.3", "tns-core-modules": "next", "tslint": "^5.5.0", "typescript": "~3.1.1", "zone.js": "^0.8.4", "nativescript-typedoc-theme": "git://github.com/NativeScript/nativescript-typedoc-theme.git#master", "typedoc": "^0.13.0" } }