Skip to content

Commit 918e660

Browse files
author
Joey Di Nardo
committed
.meteor push
1 parent f65ec3b commit 918e660

File tree

8 files changed

+187
-0
lines changed

8 files changed

+187
-0
lines changed

.meteor/.finished-upgraders

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# This file contains information which helps Meteor properly upgrade your
2+
# app when you run 'meteor update'. You should check it into version control
3+
# with your project.
4+
5+
notices-for-0.9.0
6+
notices-for-0.9.1
7+
0.9.4-platform-file

.meteor/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
local

.meteor/.id

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# This file contains a token that is unique to your project.
2+
# Check it into your repository along with the rest of this directory.
3+
# It can be used for purposes such as:
4+
# - ensuring you don't accidentally deploy one app on top of another
5+
# - providing package authors with aggregated statistics
6+
7+
ecew691gc6vnr8sc76h

.meteor/cordova-plugins

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

.meteor/packages

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# Meteor packages used by this project, one per line.
2+
#
3+
# 'meteor add' and 'meteor remove' will edit this file for you,
4+
# but you can also edit it by hand.
5+
6+
meteor-platform
7+
less
8+
service-configuration
9+
accounts-ui
10+
accounts-password
11+
spiderable
12+
iron:router
13+
natestrauser:font-awesome
14+
raix:handlebar-helpers
15+
mrt:moment
16+
aldeed:autoform
17+
aldeed:collection2
18+
multiply:iron-router-progress
19+
datariot:ganalytics
20+
natestrauser:connection-banner
21+
dfischer:phantomjs
22+
lampe:rssfeed
23+
meteorhacks:kadira
24+
aldeed:delete-button
25+
useraccounts:bootstrap
26+
meteorhacks:subs-manager
27+
dburles:collection-helpers
28+
yogiben:admin
29+
alanning:roles
30+
nemo64:bootstrap
31+
zimme:iron-router-active
32+
percolate:migrations
33+
jparker:crypto-md5
34+
tmeasday:publish-counts
35+
bengott:avatar
36+
matb33:collection-hooks
37+
percolatestudio:synced-cron
38+
reywood:publish-composite
39+
nimble:restivus
40+
peppelg:bootstrap-3-modal
41+
mpowaga:autoform-summernote
42+
djedi:sanitize-html
43+
email
44+
gadicohen:sitemaps
45+
natestrauser:uploadcare-plus
46+
reactive-var
47+
accounts-github

.meteor/platforms

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
browser
2+
server

.meteor/release

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

.meteor/versions

Lines changed: 121 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,121 @@
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+
meteorhacks:[email protected]
66+
meteorhacks:[email protected]
67+
meteorhacks:[email protected]
68+
69+
70+
71+
72+
73+
74+
75+
76+
77+
natestrauser:[email protected]
78+
natestrauser:[email protected]
79+
natestrauser:[email protected]_2
80+
81+
82+
83+
84+
85+
86+
87+
88+
89+
90+
percolatestudio:[email protected]
91+
92+
93+
94+
95+
96+
97+
98+
99+
100+
101+
102+
softwarerero:[email protected]
103+
104+
105+
106+
107+
108+
summernote:[email protected]_1
109+
110+
111+
112+
113+
114+
115+
useraccounts:[email protected]
116+
useraccounts:[email protected]
117+
118+
119+
wizonesolutions:[email protected]
120+
121+

0 commit comments

Comments
 (0)