-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
93 lines (93 loc) · 2.63 KB
/
package.json
File metadata and controls
93 lines (93 loc) · 2.63 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "riobus-ionic",
"version": "3.3.0",
"description": "Find your bus in realtime.",
"scripts": {
"postinstall": "ionic build && ionic state restore && ./signing/run.sh",
"build": "ionic-app-scripts build",
"watch": "ionic-app-scripts watch",
"serve:before": "watch",
"emulate:before": "build",
"deploy:before": "build",
"build:before": "build",
"run:before": "build",
"lint": "tslint \"src/**/*.ts\"",
"test": "ng test",
"pree2e": "webdriver-manager update",
"e2e": "protractor",
"start": "ionic serve",
"android": "ionic run android -lc",
"ios": "ionic run ios -lc",
"browser": "ionic run browser -lc"
},
"repository": {
"type": "git",
"url": "https://github.com/riobus/ionic.git"
},
"license": "MIT",
"dependencies": {
"@angular/common": "2.2.1",
"@angular/compiler": "2.2.1",
"@angular/compiler-cli": "2.2.1",
"@angular/core": "2.2.1",
"@angular/forms": "2.2.1",
"@angular/http": "2.2.1",
"@angular/platform-browser": "2.2.1",
"@angular/platform-browser-dynamic": "2.2.1",
"@angular/platform-server": "2.2.1",
"@ionic/storage": "1.1.6",
"ionic-angular": "2.0.0-rc.3-201611211919",
"ionic-native": "2.2.6",
"ionicons": "3.0.0",
"rxjs": "5.0.0-beta.12",
"zone.js": "0.6.26"
},
"devDependencies": {
"@ionic/app-scripts": "0.0.46",
"@types/jasmine": "2.5.38",
"@types/node": "6.0.48",
"angular-cli": "^1.0.0-beta.20-4",
"codelyzer": "1.0.0-beta.4",
"core-js": "2.4.1",
"jasmine-core": "2.5.2",
"jasmine-spec-reporter": "2.7.0",
"karma": "1.3.0",
"karma-chrome-launcher": "2.0.0",
"karma-cli": "1.0.1",
"karma-jasmine": "1.0.2",
"karma-phantomjs-launcher": "1.0.2",
"karma-remap-istanbul": "0.2.1",
"protractor": "4.0.10",
"systemjs": "0.19.41",
"ts-helpers": "1.1.2",
"ts-node": "1.7.0",
"tslint": "3.15.1",
"typescript": "2.0.10",
"webpack-bundle-analyzer": "1.5.3"
},
"config": {
"ionic_bundler": "webpack"
},
"cordovaPlugins": [
"cordova-plugin-app-version",
"cordova-plugin-console",
"cordova-plugin-device",
"cordova-plugin-globalization",
"cordova-plugin-google-analytics",
"cordova-plugin-splashscreen",
"cordova-plugin-statusbar",
"cordova-plugin-whitelist",
"cordova-plugin-x-toast",
"ionic-plugin-keyboard",
{
"variables": {
"API_KEY_FOR_ANDROID": "AIzaSyBlYUNBZ13zrhK_tC16ZXuiMDDJapSBTdA"
},
"locator": "https://github.com/fmsouza/cordova-plugin-googlemaps.git",
"id": "plugin.google.maps"
}
],
"cordovaPlatforms": [
"android"
]
}