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.42 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.42 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.1",
"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 <[email protected]>"
],
"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": {
"nativescript-intl": "~0.0.8",
"@angular/core": "~2.4.3",
"@angular/common": "~2.4.3",
"@angular/compiler": "~2.4.3",
"@angular/http": "~2.4.3",
"@angular/platform-browser": "~2.4.3",
"@angular/forms": "~2.4.3",
"@angular/router": "~3.4.3",
"rxjs": "~5.0.1",
"reflect-metadata": "~0.1.8",
"punycode": "1.3.2",
"querystring": "0.2.0",
"url": "0.10.3"
},
"devDependencies": {
"typescript": "~2.1.0",
"tslint": "~4.0.1",
"codelyzer": "^2.0.0-beta.1",
"@angular/compiler-cli": "~2.4.3",
"tns-core-modules": ">=2.5.0 || >=2.5.0-2016",
"zone.js": "^0.7.2"
},
"nativescript": {}
}