This repository was archived by the owner on Sep 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 2.49 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 2.49 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
68
{
"description": "NativeScript Application",
"license": "SEE LICENSE IN <your-license-filename>",
"readme": "NativeScript Application",
"repository": "<fill-your-repository-here>",
"nativescript": {
"id": "gft.nativescript.showcase",
"tns-android": {
"version": "2.4.1"
},
"tns-ios": {
"version": "2.4.0"
}
},
"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/platform-browser-dynamic": "2.4.3",
"@angular/router": "3.4.3",
"email-validator": "1.0.7",
"nativescript-accelerometer": "1.0.0",
"nativescript-angular": "1.4.1",
"nativescript-barcodescanner": "1.3.5",
"nativescript-camera": "0.0.8",
"nativescript-drawingpad": "1.1.2",
"nativescript-geolocation": "0.0.19",
"nativescript-master-technology": "1.1.0",
"nativescript-ng2-translate": "2.0.0",
"nativescript-sqlite": "1.1.2",
"nativescript-telerik-ui-pro": "1.6.1",
"nativescript-theme-core": "1.0.3",
"nativescript-themes": "1.1.0",
"nativescript-unit-test-runner": "0.3.4",
"ng2-translate": "5.0.0",
"reflect-metadata": "0.1.10",
"rxjs": "5.0.3",
"tns-core-modules": "2.5.1"
},
"devDependencies": {
"babel-traverse": "6.23.1",
"babel-types": "6.23.0",
"babylon": "6.16.1",
"lazy": "1.0.11",
"nativescript-dev-appium": "0.0.11",
"nativescript-dev-cucumber": "0.1.4",
"nativescript-dev-sass": "0.4.2",
"nativescript-dev-android-snapshot": "0.0.7",
"nativescript-dev-typescript": "0.3.5",
"tslint": "3.15.1",
"typescript": "2.1.6",
"chai": "3.5.0",
"chai-as-promised": "6.0.0",
"wd": "0.4.0",
"zone.js": "0.7.7"
},
"scripts": {
"appium-android": "tns build android && nativescript-dev-appium android",
"appium-ios-simulator": "tns build ios && nativescript-dev-appium ios-simulator",
"cucumber-android": "tns build android && nativescript-dev-cucumber android",
"cucumber-ios-simulator": "tns build ios && nativescript-dev-cucumber ios-simulator",
"appium": "nativescript-dev-appium",
"appium-ios": "tns build ios && npm run appium --runType=ios"
}
}