-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
83 lines (83 loc) · 2.25 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
73
74
75
76
77
78
79
80
81
82
83
{
"name": "sportTap",
"version": "0.0.2",
"description": "sportTap: An Ionic project",
"dependencies": {},
"devDependencies": {
"bower": "^1.6.5",
"browser-sync": "~2.9.11",
"browser-sync-spa": "~1.0.2",
"chai": "^3.4.0",
"chai-as-promised": "^5.1.0",
"chalk": "~1.1.1",
"concat-stream": "~1.5.0",
"del": "~2.0.2",
"faye-websocket": "^0.10.0",
"firebase": "^2.3.1",
"firebase-server": "^0.5.0",
"firebase-token-generator": "^2.0.0",
"gulp": "~3.9.0",
"gulp-angular-templatecache": "~1.8.0",
"gulp-autoprefixer": "~3.1.0",
"gulp-csso": "~1.0.0",
"gulp-filter": "~3.0.1",
"gulp-flatten": "~0.2.0",
"gulp-inject": "~3.0.0",
"gulp-jshint": "~1.11.0",
"gulp-load-plugins": "~1.0.0",
"gulp-minify-html": "~1.0.3",
"gulp-ng-annotate": "~1.1.0",
"gulp-protractor": "~1.0.0",
"gulp-rename": "~1.2.2",
"gulp-replace": "~0.5.3",
"gulp-rev": "~6.0.1",
"gulp-rev-replace": "~0.4.2",
"gulp-sass": "~2.0.4",
"gulp-size": "~2.0.0",
"gulp-sourcemaps": "~1.6.0",
"gulp-uglify": "~1.4.2",
"gulp-useref": "~1.3.0",
"gulp-util": "~3.0.5",
"gulp-webpack": "~1.5.0",
"gulp-zip": "^3.0.2",
"http-proxy-middleware": "~0.9.0",
"jshint-loader": "~0.8.3",
"jshint-stylish": "~2.0.0",
"karma": "~0.13.14",
"karma-mocha": "^0.2.0",
"karma-ng-html2js-preprocessor": "~0.2.0",
"karma-phantomjs-launcher": "~0.2.0",
"karma-systemjs": "^0.9.0",
"lodash": "~3.10.1",
"main-bower-files": "~2.9.0",
"merge-stream": "~1.0.0",
"mocha": "^2.3.3",
"path-exists": "^2.0.0",
"phantomjs-polyfill": "0.0.1",
"proxyquire": "^1.7.3",
"require-dir": "~0.3.0",
"requirejs": "^2.1.20",
"shelljs": "^0.5.3",
"source-map-support": "^0.3.3",
"systemjs": "^0.19.5",
"targaryen": "^2.0.0",
"ts-loader": "^0.6.1",
"tslint": "^2.5.1",
"typescript": "^1.6.2",
"uglify-save-license": "~0.4.1",
"wiredep": "~2.2.2",
"wrench": "~1.5.8",
"yargs": "^3.29.0"
},
"cordovaPlugins": [
"cordova-plugin-device",
"cordova-plugin-console",
"cordova-plugin-whitelist",
"cordova-plugin-splashscreen",
"com.ionic.keyboard"
],
"cordovaPlatforms": [
"android",
"ios"
]
}