-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
42 lines (42 loc) · 1.08 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
{
"name": "epcr",
"version": "1.0.0",
"description": "ePCR: An Ionic project",
"dependencies": {
"angular-uuid": "0.0.2",
"escape-string-regexp": "^1.0.5",
"gulp": "^3.5.6",
"gulp-concat": "^2.2.0",
"gulp-minify-css": "^0.3.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^2.3.1",
"moment": "^2.9.0"
},
"devDependencies": {
"bower": "^1.3.3",
"gulp-concat-css": "^2.2.0",
"gulp-sass": "^2.3.1",
"gulp-uglify": "^1.5.3",
"gulp-util": "^2.2.14",
"shelljs": "^0.3.0"
},
"cordovaPlugins": [
"https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin.git",
"cordova-plugin-whitelist",
"cordova-plugin-file",
"cordova-plugin-camera",
"cordova-plugin-splashscreen",
"cordova-plugin-whitelist@^1.2.1",
"cordova-plugin-file@^4.1.1",
"cordova-plugin-camera@^2.1.0",
"cordova-plugin-splashscreen@^3.2.0",
"ionic-plugin-keyboard",
"cordova-plugin-device",
"cordova-plugin-sqlite",
"ionic-plugin-keyboard@~1.0.8",
"cordova-plugin-device@~1.1.2"
],
"cordovaPlatforms": [
"android"
]
}