-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.62 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.62 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
64
65
66
67
68
69
{
"name": "paralign",
"version": "1.0.0",
"description": "",
"dependencies": {
"elementtree": "^0.1.6",
"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",
"lodash": "^3.10.1",
"node-sass": "^3.4.2",
"plist": "^1.1.0",
"rasterizehtml": "^1.2.2",
"underscore": "^1.8.3"
},
"devDependencies": {
"bower": "^1.3.3",
"gulp-inject": "^1.2.0",
"gulp-util": "^2.2.14",
"shelljs": "^0.3.0"
},
"cordovaPlugins": [
"cordova-plugin-device",
"cordova-plugin-console",
"cordova-plugin-whitelist",
"com.ionic.keyboard@1.0.8",
{
"locator": "https://github.com/bez4pieci/Phonegap-Cookies-Plugin.git",
"id": "com.bez4pieci.cookies"
},
"org.apache.cordova.network-information",
"cordova-plugin-file@4.1.1",
{
"variables": {
"": ""
},
"id": "cordova-plugin-facebook4"
},
{
"variables": {
"SENDER_ID": "252713347101"
},
"id": "phonegap-plugin-push@1.6.1"
},
"cordova-plugin-inappbrowser@1.3.0",
"cordova-plugin-network-information",
"cordova-plugin-file",
"cordova-plugin-dialogs",
"cordova-plugin-media",
"com.cmackay.plugins.googleanalytics",
"cordova-plugin-inappbrowser",
"cordova-plugin-splashscreen@3.0.0",
"ionic-plugin-keyboard",
{
"variables": {
"SENDER_ID": "252713347101"
},
"locator": "phonegap-plugin-push",
"id": "phonegap-plugin-push"
},
"cordova-plugin-app-version"
],
"cordovaPlatforms": [
"ios",
"android"
]
}