forked from InstitutoZeroaSeis/probebe-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.74 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.74 KB
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
{
"name": "ionic-project",
"version": "1.0.0",
"description": "An Ionic project",
"dependencies": {
"gulp": "^3.5.6",
"gulp-concat": "^2.2.0",
"gulp-minify-css": "^0.3.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^2.0.4",
"gulp-replace-task": "^0.1.0"
},
"devDependencies": {
"bower": "^1.3.3",
"chai": "^1.10.0",
"glob": "^4.3.1",
"gulp-util": "^2.2.14",
"karma": "^0.12.28",
"karma-chai": "^0.1.0",
"karma-coverage": "^0.2.7",
"karma-firefox-launcher": "^0.1.3",
"karma-mocha": "^0.1.9",
"karma-phantomjs-launcher": "^0.1.4",
"karma-sinon": "^1.0.4",
"karma-sinon-chai": "^0.2.0",
"mocha": "^2.0.1",
"shelljs": "^0.3.0",
"sinon": "^1.12.1",
"sinon-chai": "^2.6.0"
},
"platforms": [
"android"
],
"cordovaPlugins": [
"nl.x-services.plugins.toast",
"org.apache.cordova.console",
"org.apache.cordova.device",
"org.apache.cordova.dialogs",
"org.apache.cordova.file",
"cordova-plugin-inappbrowser",
"org.apache.cordova.media",
"org.apache.cordova.network-information",
"https://github.com/EddyVerbruggen/Toast-PhoneGap-Plugin.git",
"cordova-plugin-whitelist",
"https://github.com/cordova-sms/cordova-sms-plugin.git",
"https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin.git",
"https://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser.git",
"cordova-plugin-crosswalk-webview",
"cordova-plugin-splashscreen",
"ionic-plugin-keyboard",
"phonegap-plugin-push@1.5.3",
"phonegap-plugin-push@1.6.0",
"phonegap-plugin-push@1.2.3",
"phonegap-plugin-push@1.5.2"
],
"scripts": {
"install": "node tasks/platforms.js"
},
"cordovaPlatforms": [
"android",
"ios"
]
}