-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.06 KB
/
package.json
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
{
"name": "Recess",
"author": "Alexandru Gogan",
"homepage": "http://ai.uwaterloo.ca/recess",
"private": true,
"scripts": {
"clean": "ionic-app-scripts clean",
"build": "ionic-app-scripts build",
"ionic:build": "ionic-app-scripts build",
"ionic:serve": "ionic-app-scripts serve"
},
"dependencies": {
"@angular/common": "^2.4.10",
"@angular/compiler": "^2.4.10",
"@angular/compiler-cli": "2.4.9",
"@angular/core": "2.4.9",
"@angular/forms": "2.4.9",
"@angular/http": "2.4.9",
"@angular/platform-browser": "2.4.9",
"@angular/platform-browser-dynamic": "2.4.9",
"@angular/platform-server": "2.4.9",
"@angular/tsc-wrapped": "*",
"@ionic/app-scripts": "^1.1.4",
"@ionic/storage": "2.0.0n p",
"@types/node": "^7.0.8",
"angular2-elastic": "^0.13.0",
"angular2-logger": "^0.5.1",
"angular2-moment": "^1.2.0",
"angular2-uuid": "^1.1.1",
"angularfire2": "^2.0.0-beta.8",
"faker": "^4.1.0",
"firebase": "^3.7.2",
"ionic-angular": "^2.2.0",
"ionic-native": "^2.9.0",
"ionicons": "3.0.0",
"mdi": "^1.8.36",
"moment": "^2.18.0",
"object-hash": "^1.1.5",
"plist": "^2.0.1",
"rxjs": "5.2.0",
"sw-toolbox": "3.6.0",
"underscore": "^1.8.3",
"zone.js": "0.7.7"
},
"devDependencies": {
"@ionic/app-scripts": "^1.1.1",
"@ionic/cli-build-ionic-angular": "0.0.4",
"@ionic/cli-plugin-cordova": "0.0.10",
"typescript": "2.2.1"
},
"cordovaPlugins": [
"cordova-plugin-whitelist",
"cordova-plugin-console",
"cordova-plugin-statusbar",
"cordova-plugin-splashscreen",
"ionic-plugin-keyboard",
"cordova-plugin-device@~1.1.4",
"cordova-plugin-badge"
],
"cordovaPlatforms": [
"ios",
{
"platform": "ios",
"version": "6.5.0",
"locator": "ios"
}
],
"description": "Recess is a research project at the University of Waterloo led by the School of Computer Science and Department of Kinesiology to promote physical activity.",
"config": {
"ionic_copy": "./config/material-icons.config.js"
}
}