Skip to content

Instantly share code, notes, and snippets.

@realyze
Last active April 5, 2017 07:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save realyze/c995ccc1a87784846bbcab5b4bb28e39 to your computer and use it in GitHub Desktop.
Save realyze/c995ccc1a87784846bbcab5b4bb28e39 to your computer and use it in GitHub Desktop.
accounts-google@1.1.1 error
meteor-base # Packages every Meteor app needs to have
mobile-experience # Packages for a great mobile UX
mongo # The database Meteor supports right now
blaze-html-templates # Compile .html files into Meteor Blaze views
reactive-var # Reactive variable for tracker
jquery # Helpful client-side library
tracker # Meteor's client-side reactive programming library
standard-minifier-css # CSS minifier run for production mode
standard-minifier-js # JS minifier run for production mode
es5-shim # ECMAScript 5 compatibility for older browsers.
ecmascript # Enable ECMAScript2015+ syntax in app code
autopublish # Publish all data to the clients (for prototyping)
insecure # Allow all DB writes from clients (for prototyping)
allow-deny@1.0.5
autopublish@1.0.7
autoupdate@1.2.10
babel-compiler@6.8.3
babel-runtime@0.1.9_1
base64@1.0.9
binary-heap@1.0.9
blaze@2.1.8
blaze-html-templates@1.0.4
blaze-tools@1.0.9
boilerplate-generator@1.0.9
caching-compiler@1.0.5_1
caching-html-compiler@1.0.6
callback-hook@1.0.9
check@1.2.3
ddp@1.2.5
ddp-client@1.2.8_1
ddp-common@1.2.6
ddp-server@1.2.8_1
deps@1.0.12
diff-sequence@1.0.6
ecmascript@0.4.6_1
ecmascript-runtime@0.2.11_1
ejson@1.0.12
es5-shim@4.5.12_1
fastclick@1.0.12
geojson-utils@1.0.9
hot-code-push@1.0.4
html-tools@1.0.10
htmljs@1.0.10
http@1.1.7
id-map@1.0.8
insecure@1.0.7
jquery@1.11.9
launch-screen@1.0.12
livedata@1.0.18
logging@1.0.13_1
meteor@1.1.15_1
meteor-base@1.0.4
minifier-css@1.1.12_1
minifier-js@1.1.12_1
minimongo@1.0.17
mobile-experience@1.0.4
mobile-status-bar@1.0.12
modules@0.6.4
modules-runtime@0.6.4_1
mongo@1.1.9_1
mongo-id@1.0.5
npm-mongo@1.4.44_1
observe-sequence@1.0.12
ordered-dict@1.0.8
promise@0.7.2_1
random@1.0.10
reactive-var@1.0.10
reload@1.1.10
retry@1.0.8
routepolicy@1.0.11
spacebars@1.0.12
spacebars-compiler@1.0.12
standard-minifier-css@1.0.7_1
standard-minifier-js@1.0.7_1
templating@1.1.12_1
templating-tools@1.0.4
tracker@1.0.14
ui@1.0.11
underscore@1.0.9
url@1.0.10
webapp@1.2.9_1
webapp-hashing@1.0.9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment