forked from NativeScript/nativescript-angular
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.41 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.41 KB
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
{
"private": true,
"name": "nativescript-angular",
"version": "1.4.2",
"description": "An Angular 2 renderer that lets you build mobile apps with NativeScript.",
"homepage": "http://www.telerik.com",
"bugs": "http://www.telerik.com",
"contributors": [
"Hristo Deshev <hristo.deshev@telerik.com>"
],
"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",
"ngc": "ngc -p tsconfig.json",
"tsc": "tsc -p tsconfig.json",
"prepublish": "npm run tsc && npm run ngc"
},
"bin": {
"update-app-ng-deps": "./bin/update-app-ng-deps"
},
"dependencies": {
"@angular/common": "~2.4.3",
"@angular/compiler": "~2.4.3",
"@angular/core": "~2.4.3",
"@angular/forms": "~2.4.3",
"@angular/http": "~2.4.3",
"@angular/platform-browser": "~2.4.3",
"@angular/router": "~3.4.3",
"nativescript-intl": "~0.0.8",
"punycode": "1.3.2",
"querystring": "0.2.0",
"reflect-metadata": "~0.1.8",
"rxjs": "~5.0.1",
"url": "0.10.3"
},
"devDependencies": {
"@angular/compiler-cli": "~2.4.3",
"codelyzer": "~2.0.0",
"tns-core-modules": "internal-preview",
"tslint": "~4.4.0",
"typescript": "~2.2.1",
"zone.js": "^0.7.2"
},
"nativescript": {}
}