-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 978 Bytes
/
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
{
"name": "se.fsektionen.fapp",
"version": "2.5.1",
"displayName": "F-sektionen",
"cordova": {
"platforms": [
"ios",
"android"
],
"plugins": {
"cordova-plugin-whitelist": {},
"phonegap-plugin-push": {
"SENDER_ID": "509736475453"
},
"cordova-plugin-statusbar": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-headercolor": {}
}
},
"scripts": {
"postinstall": "echo 'Run [npm install gulp-cli -g] to use scss'",
"start": "node start.js"
},
"dependencies": {
"cordova-android": "^8.0.0",
"cordova-ios": "^4.5.4",
"cordova-plugin-headercolor": "^1.0.0",
"cordova-plugin-splashscreen": "git+https://github.com/prageeth/cordova-plugin-splashscreen.git#05d8f9a",
"cordova-plugin-statusbar": "^2.4.3",
"cordova-plugin-whitelist": "~1.3.2",
"phonegap-plugin-push": "~2.1.3"
},
"devDependencies": {
"gulp": "^4.0.0",
"gulp-sass": "^4.0.2"
}
}