1
1
{
2
- "name" : " tns-template-hello-world" ,
3
- "main" : " app.js" ,
4
- "version" : " 1.1.0" ,
5
- "author" : " Telerik <support@telerik.com>" ,
6
- "description" : " Nativescript hello-world project template" ,
7
- "license" : " BSD" ,
8
- "keywords" : [
9
- " telerik" ,
10
- " mobile" ,
11
- " nativescript" ,
12
- " {N}" ,
13
- " tns" ,
14
- " appbuilder" ,
15
- " template"
16
- ],
17
- "repository" : {
18
- "type" : " git" ,
19
- "url" : " git://github.com/NativeScript/template-hello-world.git"
20
- },
21
- "bugs" : {
22
- "url" : " https://github.com/NativeScript/template-hello-world/issues"
23
- },
24
- "homepage" : " https://github.com/NativeScript/template-hello-world" ,
25
- "dependencies" : {
26
- "tns-core-modules" : " >=2.1.0 || >=2.1.0-2016" ,
27
- "nativescript-angular" : " ^0.2.0" ,
28
- "nativescript-intl" : " ^0.0.2" ,
29
- "@angular/common" : " 2.0.0-rc.3" ,
30
- "@angular/compiler" : " 2.0.0-rc.3" ,
31
- "@angular/core" : " 2.0.0-rc.3" ,
32
- "@angular/http" : " 2.0.0-rc.3" ,
33
- "@angular/platform-browser" : " 2.0.0-rc.3" ,
34
- "@angular/platform-browser-dynamic" : " 2.0.0-rc.3" ,
35
- "@angular/platform-server" : " 2.0.0-rc.3" ,
36
- "@angular/router-deprecated" : " 2.0.0-rc.2" ,
37
- "@angular/router" : " 3.0.0-alpha.7" ,
38
- "rxjs" : " 5.0.0-beta.6" ,
39
- "zone.js" : " ^0.6.12" ,
40
- "reflect-metadata" : " ^0.1.3" ,
41
- "parse5" : " 1.4.2" ,
42
- "punycode" : " 1.3.2" ,
43
- "querystring" : " 0.2.0" ,
44
- "url" : " 0.10.3"
45
- },
46
- "devDependencies" : {
47
- "babel-traverse" : " 6.9.0" ,
48
- "babel-types" : " 6.10.0" ,
49
- "babylon" : " 6.8.1" ,
50
- "filewalker" : " 0.1.2" ,
51
- "lazy" : " 1.0.11" ,
52
- "nativescript-dev-typescript" : " ^0.3.1" ,
53
- "nativescript-dev-webpack" : " 0.0.13" ,
54
- "typescript" : " ^1.8.10"
55
- },
56
- "nativescript" : {
57
- "id" : " org.nativescript.ngsample" ,
58
- "tns-android" : {
59
- "version" : " 2.1.1"
60
- },
61
- "tns-ios" : {
62
- "version" : " 2.1.0"
63
- }
64
- }
65
- }
2
+ "name" : " tns-template-hello-world" ,
3
+ "main" : " app.js" ,
4
+ "version" : " 1.1.0" ,
5
+ "author" : " Telerik <support@telerik.com>" ,
6
+ "description" : " Nativescript hello-world project template" ,
7
+ "license" : " BSD" ,
8
+ "keywords" : [
9
+ " telerik" ,
10
+ " mobile" ,
11
+ " nativescript" ,
12
+ " {N}" ,
13
+ " tns" ,
14
+ " appbuilder" ,
15
+ " template"
16
+ ],
17
+ "repository" : {
18
+ "type" : " git" ,
19
+ "url" : " git://github.com/NativeScript/template-hello-world.git"
20
+ },
21
+ "bugs" : {
22
+ "url" : " https://github.com/NativeScript/template-hello-world/issues"
23
+ },
24
+ "homepage" : " https://github.com/NativeScript/template-hello-world" ,
25
+ "dependencies" : {
26
+ "tns-core-modules" : " >=2.1.0 || >=2.1.0-2016" ,
27
+ "nativescript-angular" : " ^0.2.0" ,
28
+ "nativescript-intl" : " ^0.0.2" ,
29
+ "@angular/common" : " 2.0.0-rc.3" ,
30
+ "@angular/compiler" : " 2.0.0-rc.3" ,
31
+ "@angular/core" : " 2.0.0-rc.3" ,
32
+ "@angular/http" : " 2.0.0-rc.3" ,
33
+ "@angular/platform-browser" : " 2.0.0-rc.3" ,
34
+ "@angular/platform-browser-dynamic" : " 2.0.0-rc.3" ,
35
+ "@angular/platform-server" : " 2.0.0-rc.3" ,
36
+ "@angular/router-deprecated" : " 2.0.0-rc.2" ,
37
+ "@angular/router" : " 3.0.0-alpha.7" ,
38
+ "rxjs" : " 5.0.0-beta.6" ,
39
+ "zone.js" : " ^0.6.12" ,
40
+ "reflect-metadata" : " ^0.1.3" ,
41
+ "parse5" : " 1.4.2" ,
42
+ "punycode" : " 1.3.2" ,
43
+ "querystring" : " 0.2.0" ,
44
+ "url" : " 0.10.3"
45
+ },
46
+ "devDependencies" : {
47
+ "babel-traverse" : " 6.9.0" ,
48
+ "babel-types" : " 6.10.0" ,
49
+ "babylon" : " 6.8.1" ,
50
+ "filewalker" : " 0.1.2" ,
51
+ "lazy" : " 1.0.11" ,
52
+ "nativescript-dev-typescript" : " ^0.3.1" ,
53
+ "nativescript-dev-webpack" : " 0.0.13" ,
54
+ "shelljs" : " ^0.7.0" ,
55
+ "typescript" : " ^1.8.10"
56
+ },
57
+ "nativescript" : {
58
+ "id" : " org.nativescript.ngsample" ,
59
+ "tns-android" : {
60
+ "version" : " 2.1.1"
61
+ },
62
+ "tns-ios" : {
63
+ "version" : " 2.1.0"
64
+ }
65
+ }
66
+ }
0 commit comments