-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
89 lines (89 loc) · 2.4 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
84
85
86
87
88
89
{
"name": "actioncenter",
"version": "0.0.1",
"description": "EFF Action Center mobile app",
"dependencies": {
"@angular/core": "^5.1.1",
"@ionic-native/core": "^4.5.2",
"@ionic-native/push": "^4.4.2",
"babel-core": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babelify": "^7.3.0",
"browserify": "^14.4.0",
"cordova-android": "^6.4.0",
"cordova-plugin-app-event": "^1.2.1",
"cordova-plugin-appavailability": "git+https://github.com/ohh2ahh/AppAvailability.git",
"cordova-plugin-device": "^1.1.7",
"cordova-plugin-whitelist": "^1.3.3",
"cordova-plugin-x-socialsharing": "git+https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin.git",
"es6-promise-plugin": "^4.1.0",
"express": "4.8.1",
"ionic-native": "^2.9.0",
"phonegap-plugin-push": "^2.1.2",
"raven": "^2.2.1",
"raven-js": "^3.20.1",
"rxjs": "^5.5.5",
"zone.js": "^0.8.18"
},
"optionalDependencies": {
"ios-deploy": "^1.1.0"
},
"devDependencies": {
"bower": "^1.3.3",
"browser-sync": "^1.5.8",
"browserify-shim": "^3.8.0",
"chai": "^4.1.1",
"config": "^1.7.0",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^1.3.0",
"gulp-browserify": "~0.5.0",
"gulp-changed": "^1.0.0",
"gulp-concat": "^2.4.1",
"gulp-exit": "0.0.2",
"gulp-file": "^0.2.0",
"gulp-imagemin": "^1.1.0",
"gulp-minify-html": "^0.1.4",
"gulp-mocha": "^1.1.1",
"gulp-notify": "^2.0.0",
"gulp-rename": "^1.2.0",
"gulp-run": "^1.6.4",
"gulp-sass": "^2.0.0",
"gulp-shell": "^0.2.10",
"gulp-util": "^3.0.1",
"karma": "^0.12.24",
"karma-chai": "^0.1.0",
"karma-mocha": "^0.1.9",
"karma-chrome-launcher": "^2.2.0",
"karma-sinon": "^1.0.3",
"lodash": "^2.4.1",
"merge-stream": "^0.1.6",
"mocha": "^2.0.1",
"pretty-hrtime": "^0.2.2",
"replace": "^0.3.0",
"require-dir": "^0.1.0",
"sinon": "3.2.0",
"vinyl": "0.3.0",
"vinyl-source-stream": "^1.0.0",
"watchify": "^2.0.0"
},
"browserify": {
"transform": [
"browserify-shim"
]
},
"browserify-shim": {
"angular": "global:angular",
"sprintf": "global:sprintf"
},
"cordova": {
"platforms": [
"android"
],
"plugins": {
"cordova-plugin-x-socialsharing": {},
"cordova-plugin-appavailability": {},
"phonegap-plugin-push": {},
"cordova-plugin-whitelist": {}
}
}
}