-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.3 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
{
"name": "selfivr2",
"version": "1.0.0",
"author": "Open Institute",
"homepage": "http://open.org.kh",
"description": "selfivr2: An Ionic project",
"dependencies": {
"after-all": "^2.0.2",
"cordova-android": "^7.0.0",
"cordova-plugin-dialogs": "^2.0.1",
"cordova-plugin-file": "^6.0.1",
"cordova-plugin-media": "^5.0.2",
"gulp": "^3.5.6",
"gulp-concat": "^2.2.0",
"gulp-minify-css": "^0.3.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^0.7.1"
},
"devDependencies": {
"bower": "^1.3.3",
"gulp-util": "^2.2.14",
"shelljs": "^0.3.0",
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-qunit": "^0.5.2",
"grunt-contrib-uglify": "^0.8.0",
"grunt-contrib-watch": "^0.6.1"
},
"cordovaPlugins": [
"./engine/cordova-crosswalk-engine-c0.6.1",
"org.apache.cordova.media",
"org.apache.cordova.device",
"org.apache.cordova.dialogs",
"me.apla.cordova.app-preferences",
"https://github.com/EddyVerbruggen/Toast-PhoneGap-Plugin.git",
"org.apache.cordova.splashscreen"
],
"cordovaPlatforms": [
"android"
],
"cordova": {
"platforms": [
"android"
],
"plugins": {
"cordova-plugin-media": {},
"cordova-plugin-dialogs": {}
}
}
}