FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
nativescript-angular/ng-sample/package.json at master · javaage/nativescript-angular · GitHub
javaage
/
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
/
ng-sample
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
64 lines (64 loc) · 1.64 KB
Breadcrumbs
nativescript-angular
/
ng-sample
/
package.json
Copy path
File metadata and controls
64 lines (64 loc) · 1.64 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
{
"nativescript"
: {
"id"
:
"
org.nativescript.ngsample
"
,
"tns-android"
: {
"version"
:
"
3.0.0
"
},
"tns-ios"
: {
"version"
:
"
3.0.0
"
}
},
"name"
:
"
tns-template-hello-world
"
,
"main"
:
"
app.js
"
,
"version"
:
"
1.1.0
"
,
"author"
:
"
Telerik <support@telerik.com>
"
,
"description"
:
"
Nativescript hello-world project template
"
,
"license"
:
"
BSD
"
,
"keywords"
: [
"
telerik
"
,
"
mobile
"
,
"
nativescript
"
,
"
{N}
"
,
"
tns
"
,
"
appbuilder
"
,
"
template
"
],
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
git://github.com/NativeScript/template-hello-world.git
"
},
"bugs"
: {
"url"
:
"
https://github.com/NativeScript/template-hello-world/issues
"
},
"homepage"
:
"
https://github.com/NativeScript/template-hello-world
"
,
"dependencies"
: {
"@angular/animations"
:
"
~5.2.0
"
,
"@angular/common"
:
"
~5.2.0
"
,
"@angular/compiler"
:
"
~5.2.0
"
,
"@angular/core"
:
"
~5.2.0
"
,
"@angular/forms"
:
"
~5.2.0
"
,
"@angular/http"
:
"
~5.2.0
"
,
"@angular/platform-browser"
:
"
~5.2.0
"
,
"@angular/platform-browser-dynamic"
:
"
~5.2.0
"
,
"@angular/router"
:
"
~5.2.0
"
,
"nativescript-angular"
:
"
file:../nativescript-angular
"
,
"rxjs"
:
"
^5.5.0
"
,
"tns-core-modules"
:
"
next
"
,
"zone.js"
:
"
^0.8.4
"
},
"devDependencies"
: {
"babel-traverse"
:
"
6.9.0
"
,
"babel-types"
:
"
6.10.0
"
,
"babylon"
:
"
6.8.1
"
,
"filewalker"
:
"
0.1.2
"
,
"lazy"
:
"
1.0.11
"
,
"nativescript-dev-typescript"
:
"
^0.3.1
"
,
"shelljs"
:
"
^0.7.0
"
,
"tslint"
:
"
^4.5.1
"
,
"typescript"
:
"
~2.6.2
"
},
"scripts"
: {
"tslint"
:
"
tslint --project tsconfig.json --config tslint.json
"
,
"update-app-ng-deps"
:
"
update-app-ng-deps
"
}
}
Back
|
FazBrowse Home
|
New Git URL