mirror of
https://github.com/fergalmoran/icebreaker-mobile.git
synced 2025-12-22 09:39:31 +00:00
61 lines
1.7 KiB
JSON
61 lines
1.7 KiB
JSON
{
|
|
"name": "icebreaker",
|
|
"description": "icebreaker: How much does a polar bear weigh?",
|
|
"version": "0.0.2",
|
|
"dependencies": {
|
|
"@angular/common": "2.0.0-rc.4",
|
|
"@angular/compiler": "2.0.0-rc.4",
|
|
"@angular/core": "2.0.0-rc.4",
|
|
"@angular/forms": "0.2.0",
|
|
"@angular/http": "2.0.0-rc.4",
|
|
"@angular/platform-browser": "2.0.0-rc.4",
|
|
"@angular/platform-browser-dynamic": "2.0.0-rc.4",
|
|
"@angular/router": "2.0.0-rc.2",
|
|
"es6-shim": "0.35.0",
|
|
"ionic-angular": "2.0.0-beta.11",
|
|
"ionic-native": "^1.3.10",
|
|
"ionicons": "3.0.0",
|
|
"reflect-metadata": "0.1.3",
|
|
"rxjs": "5.0.0-beta.6",
|
|
"zone.js": "0.6.12",
|
|
"angularfire2": "2.0.0-beta.2",
|
|
"firebase": "3.3.0",
|
|
"moment": "2.13.0"
|
|
},
|
|
"devDependencies": {
|
|
"del": "2.2.0",
|
|
"gulp": "3.9.1",
|
|
"gulp-watch": "4.3.5",
|
|
"ionic-gulp-browserify-typescript": "2.0.0",
|
|
"ionic-gulp-fonts-copy": "^1.0.0",
|
|
"ionic-gulp-html-copy": "^1.0.0",
|
|
"ionic-gulp-sass-build": "^1.0.0",
|
|
"ionic-gulp-scripts-copy": "^2.0.0",
|
|
"ionic-gulp-tslint": "^1.0.0",
|
|
"tslint-ionic-rules": "0.0.4",
|
|
"run-sequence": "1.1.5"
|
|
},
|
|
"cordovaPlugins": [
|
|
"cordova-plugin-device",
|
|
"cordova-plugin-console",
|
|
"cordova-plugin-whitelist",
|
|
"cordova-plugin-splashscreen",
|
|
"cordova-plugin-statusbar",
|
|
"ionic-plugin-keyboard",
|
|
"cordova-plugin-inappbrowser",
|
|
"cordova-plugin-geolocation",
|
|
"cordova-plugin-console@~1.0.2",
|
|
"cordova-plugin-device@~1.1.1",
|
|
"cordova-plugin-statusbar@~2.1.2",
|
|
"cordova-plugin-splashscreen@~3.2.1",
|
|
"ionic-plugin-keyboard@~2.0.1"
|
|
],
|
|
"cordovaPlatforms": [
|
|
"ios",
|
|
{
|
|
"platform": "ios",
|
|
"version": "",
|
|
"locator": "ios"
|
|
}
|
|
]
|
|
} |