-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
132 lines (132 loc) · 3.99 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
"name": "down-ionic",
"version": "2.0.0",
"description": "Emphemeral group chats for events.",
"repository": "https://github.com/mkolodny/down-ionic.git",
"license": "UNLICENSED",
"private": true,
"dependencies": {
"angular": "1.3.13",
"angular-animate": "1.3.13",
"angular-chart": "[email protected]:ajlin500/angular-chart.js.git#958d010cf209d4d85d240d476fb9670c14ae19c5",
"angular-elastic": "2.5.0",
"angular-local-storage": "0.2.2",
"angular-mixpanel": "git+https://github.com/kuhnza/angular-mixpanel.git",
"angular-resource": "1.3.13",
"angular-sanitize": "1.3.13",
"angular-timeago": "[email protected]:ajlin500/angular-timeago.git#5f2a677d0f4c903c66c9ea116436838cc9c4b30e",
"angular-ui-router": "0.2.13",
"angularjs-scroll-glue": "2.0.4",
"asteroid": "[email protected]:mondora/asteroid.git#c97869a973161b47aec2edb9aac0c1ba3ba230fa",
"chart.js": "1.0.2",
"ddp.js": "1.1.0",
"haversine": "1.0.0",
"jquery": "1.11.3",
"ng-cordova": "0.1.17-alpha",
"ngtoast": "[email protected]:tameraydin/ngToast.git#12541a5706c2a6164e4994d752d8c330499c454f",
"pouchdb": "5.0.0",
"q": "1.4.1",
"sockjs-client": "1.0.3"
},
"devDependencies": {
"angular-mocks": "1.3.13",
"browserify": "10.2.6",
"coffee-script": "1.9.3",
"coffeeify": "1.1.0",
"del": "1.2.0",
"glob": "5.0.14",
"gulp": "3.9.0",
"gulp-autoprefixer": "2.3.1",
"gulp-coffee": "2.3.1",
"gulp-concat": "2.6.0",
"gulp-imagemin": "2.3.0",
"gulp-livereload": "3.8.0",
"gulp-minify-css": "0.3.13",
"gulp-ng-annotate": "1.0.0",
"gulp-preprocess": "1.2.0",
"gulp-protractor": "1.0.0",
"gulp-rename": "1.2.2",
"gulp-sass": "1.3.3",
"gulp-streamify": "1.0.2",
"gulp-uglify": "1.2.0",
"gulp-util": "2.2.20",
"jasmine-core": "2.3.4",
"karma": "0.12.37",
"karma-chrome-launcher": "0.2.0",
"karma-jasmine": "0.3.6",
"prompt": "0.2.14",
"protractor": "2.1.0",
"run-sequence": "1.1.4",
"serve": "1.4.0",
"shelljs": "0.3.0",
"vinyl-source-stream": "1.1.0",
"watchify": "3.2.3",
"yargs": "3.26.0"
},
"cordovaPlugins": [
"com.ionic.keyboard",
"cordova-plugin-console",
"cordova-plugin-device",
"cordova-plugin-splashscreen",
"cordova-plugin-whitelist",
"cordova-plugin-contacts",
"org.apache.cordova.statusbar",
{
"locator": "https://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser.git",
"id": "cordova-plugin-inappbrowser"
},
{
"locator": "https://github.com/VitaliiBlagodir/cordova-plugin-datepicker.git",
"id": "cordova-plugin-datepicker"
},
{
"locator": "https://github.com/driftyco/ionic-plugins-deploy",
"id": "ionic-plugin-deploy"
},
{
"locator": "https://github.com/jeduan/cordova-plugin-facebook4.git",
"id": "com.phonegap.plugins.facebookconnect",
"variables": {
"APP_ID": "864552050271610",
"APP_NAME": "RallytapDev"
}
},
{
"locator": "https://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation.git",
"id": "cordova-plugin-geolocation"
},
"cordova-plugin-appavailability",
{
"locator": "https://github.com/BranchMetrics/Cordova-Ionic-PhoneGap-Deferred-Deep-Linking-SDK",
"id": "io.branch.sdk"
},
{
"locator": "https://github.com/ajlin500/phonegap-plugin-push",
"id": "phonegap-plugin-push"
},
{
"locator": "https://github.com/deefactorial/Cordova-open-native-settings.git",
"id": "com.phonegap.plugins.nativesettingsopener"
},
{
"locator": "https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin.git",
"id": "cordova-plugin-x-socialsharing"
},
{
"locator": "./resources/plugin",
"id": "down.resources"
},
"cordova-sqlite-storage",
"cordova-sms-plugin",
"cordova-plugin-network-information"
],
"cordovaPlatforms": [
"android",
"ios"
],
"browserify": {
"transform": [
"coffeeify"
]
}
}