blob: a63ed1058b3755de9e3921fb1199153e18b50254 (
plain)
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
|
# Meteor packages used by this project, one per line.
# Check this file (and the other files in this directory) into your repository.
#
# 'meteor add' and 'meteor remove' will edit this file for you,
# but you can also edit it by hand.
meteor-base@1.0.4 # Packages every Meteor app needs to have
mobile-experience@1.0.4 # Packages for a great mobile UX
mongo@1.1.16 # The database Meteor supports right now
blaze-html-templates@1.0.4 # Compile .html files into Meteor Blaze views
session@1.1.7 # Client-side reactive dictionary for your app
jquery@1.11.10 # Helpful client-side library
tracker@1.1.2 # Meteor's client-side reactive programming library
es5-shim@4.6.15 # ECMAScript 5 compatibility for older browsers.
ecmascript@0.7.2 # Enable ECMAScript2015+ syntax in app code
http@1.2.12
iron:router
twbs:bootstrap
standard-minifier-css@1.3.4
standard-minifier-js@2.0.0
limemakers:three
pcel:loading
spectrum:material-design-lite
timmyg:wow
accounts-ui@1.1.9
accounts-password@1.3.5
zimme:active-route
gwendall:auth-client-callbacks
meteortoys:allthings
fortawesome:fontawesome
chrismbeckett:toastr
stolinski:stylus-multi
shell-server@0.2.3
reactive-dict@1.1.8
tmeasday:publish-counts
modules@0.8.1
aldeed:simple-schema
mdg:validated-method
aldeed:collection2
meteorhacks:aggregate
momentjs:moment
tsega:bootstrap3-datetimepicker
alanning:roles
percolate:migrations
npm-bcrypt
natestrauser:publish-performant-counts
|