46 lines
1.5 KiB
Plaintext
Raw Normal View History

2016-08-01 19:30:32 +08:00
# 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
2016-10-23 15:46:32 -04:00
mongo@1.1.13 # The database Meteor supports right now
2016-08-01 19:30:32 +08:00
blaze-html-templates@1.0.4 # Compile .html files into Meteor Blaze views
reactive-var@1.0.10 # Reactive variable for tracker
2016-10-23 15:46:32 -04:00
jquery@1.11.9 # Helpful client-side library
2016-08-01 19:30:32 +08:00
tracker@1.1.0 # Meteor's client-side reactive programming library
standard-minifier-js@1.2.0_1 # JS minifier run for production mode
es5-shim@4.6.14_1 # ECMAScript 5 compatibility for older browsers.
ecmascript@0.5.8_1 # Enable ECMAScript2015+ syntax in app code
2016-08-01 19:30:32 +08:00
2016-08-06 13:02:00 -04:00
fortawesome:fontawesome
2016-08-18 18:11:45 -04:00
session@1.1.6
2016-08-06 13:02:00 -04:00
proyk:meteor-cookies
2016-08-07 15:03:24 -04:00
aldeed:simple-schema
accounts-google@1.0.10
2016-08-18 18:11:45 -04:00
accounts-ui@1.1.9
2016-08-07 15:27:22 -04:00
iron:router
2016-08-08 05:49:27 -04:00
ongoworks:security
2016-08-08 06:33:15 -04:00
mizzao:autocomplete
2016-08-10 08:05:38 -04:00
alanning:roles
2016-08-10 14:34:56 -04:00
rzymek:fullcalendar
2016-08-13 22:47:07 -04:00
momentjs:moment
eternicode:bootstrap-datepicker
shell-server@0.2.1
http@1.2.9_1
underscore@1.0.9
2016-09-13 20:42:28 -04:00
ahref:dragula
2016-09-20 21:10:22 -04:00
harrison:papa-parse
pfafman:filesaver
natestrauser:select2
2016-10-01 16:18:48 -04:00
juliancwirko:s-alert
juliancwirko:s-alert-stackslide
2016-10-09 22:55:57 -04:00
aldeed:collection2
dburles:collection-helpers
yogiben:admin-edit
mfactory:admin-lte
2016-10-23 15:46:32 -04:00
standard-minifier-css@1.2.0_1