-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.9 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.9 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "cincywwc-cross-platform",
"version": "1.0.0",
"description": "Sample NativeScript & Angular 2 app for CincyWWC workshop.",
"repository": {
"type": "git",
"url": "https://github.com/CincyWWC/nativescript-angular2-workshop.git"
},
"keywords": [
"NativeScript",
"Angular 2"
],
"author": "Tara Z. Manicsic <tzmanics@gmail.com> (https://www.tzmanics.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/CincyWWC/nativescript-angular2-workshop.git/issues"
},
"homepage": "https://github.com/CincyWWC/nativescript-angular2-workshop.git",
"nativescript": {
"id": "cincyWWc.nativescript-angular2",
"tns-android": {
"version": "2.3.0"
},
"tns-ios": {
"version": "2.3.0"
}
},
"scripts": {
"tslint": "tslint \"app/**/*.ts\""
},
"dependencies": {
"@angular/common": "2.0.1",
"@angular/compiler": "2.0.1",
"@angular/core": "2.0.1",
"@angular/forms": "2.0.1",
"@angular/http": "2.0.1",
"@angular/platform-browser": "2.0.1",
"@angular/platform-browser-dynamic": "2.0.1",
"@angular/platform-server": "2.0.1",
"@angular/router": "3.0.1",
"email-validator": "1.0.4",
"everlive-sdk": "1.7.1",
"nativescript-angular": "^1.0.1",
"nativescript-iqkeyboardmanager": "1.0.1",
"nativescript-social-share": "1.3.1",
"nativescript-unit-test-runner": "^0.3.3",
"reflect-metadata": "^0.1.8",
"rxjs": "5.0.0-beta.12",
"tns-core-modules": "^2.3.0"
},
"devDependencies": {
"zone.js": "^0.6.21",
"babel-traverse": "6.8.0",
"babel-types": "6.8.1",
"babylon": "6.8.0",
"codelyzer": "0.0.28",
"filewalker": "0.1.2",
"jasmine-core": "^2.4.1",
"karma": "^1.2.0",
"karma-jasmine": "^1.0.2",
"karma-nativescript-launcher": "^0.4.0",
"lazy": "1.0.11",
"nativescript-dev-typescript": "^0.3.2",
"tslint": "^3.14.0",
"typescript": "^1.8.10"
}
}