FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
nativescript-angular/nativescript-angular/package.json at master · vcooley/nativescript-angular · GitHub
vcooley
/
nativescript-angular
Public
forked from
NativeScript/nativescript-angular
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
nativescript-angular
/
nativescript-angular
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
74 lines (74 loc) · 2.21 KB
Breadcrumbs
nativescript-angular
/
nativescript-angular
/
package.json
Copy path
File metadata and controls
74 lines (74 loc) · 2.21 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"private"
:
true
,
"name"
:
"
nativescript-angular
"
,
"version"
:
"
3.1.2
"
,
"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"
:
"
3.0.0
"
,
"ios"
:
"
3.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 --type-check
"
,
"postinstall"
:
"
node postinstall.js
"
,
"tsc"
:
"
tsc -p tsconfig.json
"
,
"ngc"
:
"
ngc -p tsconfig.json
"
,
"prepublish"
:
"
npm run tsc && npm run ngc
"
},
"bin"
: {
"update-app-ng-deps"
:
"
./bin/update-app-ng-deps
"
},
"dependencies"
: {
"nativescript-intl"
:
"
^3.0.0
"
,
"reflect-metadata"
:
"
^0.1.8
"
},
"peerDependencies"
: {
"@angular/common"
:
"
~4.0.0 || ~4.1.0
"
,
"@angular/compiler"
:
"
~4.0.0 || ~4.1.0
"
,
"@angular/core"
:
"
~4.0.0 || ~4.1.0
"
,
"@angular/forms"
:
"
~4.0.0 || ~4.1.0
"
,
"@angular/http"
:
"
~4.0.0 || ~4.1.0
"
,
"@angular/platform-browser"
:
"
~4.0.0 || ~4.1.0
"
,
"@angular/router"
:
"
~4.0.0 || ~4.1.0
"
,
"rxjs"
:
"
^5.0.1
"
,
"tns-core-modules"
:
"
^3.1.0 || >3.2.0-
"
,
"zone.js"
:
"
^0.8.4
"
},
"devDependencies"
: {
"@angular/animations"
:
"
~4.0.0 || ~4.1.0
"
,
"@angular/common"
:
"
~4.0.0 || ~4.1.0
"
,
"@angular/compiler"
:
"
~4.0.0 || ~4.1.0
"
,
"@angular/compiler-cli"
:
"
~4.0.0 || ~4.1.0
"
,
"@angular/core"
:
"
~4.0.0 || ~4.1.0
"
,
"@angular/forms"
:
"
~4.0.0 || ~4.1.0
"
,
"@angular/http"
:
"
~4.0.0 || ~4.1.0
"
,
"@angular/platform-browser"
:
"
~4.0.0 || ~4.1.0
"
,
"@angular/router"
:
"
~4.0.0 || ~4.1.0
"
,
"codelyzer"
:
"
^3.1.2
"
,
"rxjs"
:
"
^5.4.2
"
,
"tns-core-modules"
:
"
next
"
,
"tslint"
:
"
^5.1.0
"
,
"typescript"
:
"
^2.4.0
"
,
"zone.js"
:
"
^0.8.4
"
}
}
Back
|
FazBrowse Home
|
New Git URL