Skip to content

Instantly share code, notes, and snippets.

@illusionfield
Created March 12, 2015 20:10
Show Gist options
  • Save illusionfield/f4ce2bbdeae00c977a22 to your computer and use it in GitHub Desktop.
Save illusionfield/f4ce2bbdeae00c977a22 to your computer and use it in GitHub Desktop.
extend overrides meteor-bower
{
"name": "App",
"version": "0.0.1",
"private": "true",
"dependencies": {
"foundation": "zurb/bower-foundation#master",
"foundation-icon-fonts": "master",
"lodash": "master",
"modernizr": "*",
"microplugin": "*",
"numeral": "master",
"underscore.string": "master",
"mathjs": "master",
"form2js": "master",
"Context.js": "jakiestfu/Context.js#master",
"html5-desktop-notifications": "master",
"foundation-datepicker": "master",
"noty": "master",
"moment": "master",
"selectize": "master",
"jqueryte": "master",
"jquery.maskedinput": "master",
"jquery-layout": "master",
"alertifyjs": "MohammadYounes/AlertifyJS#master"
},
"overrides": {
"lodash": {
"arch": [ "client","server" ]
},
"jquery-layout": {
"main": [ "source/versions/jquery.layout-1.4.1.js" ],
"arch": [ "client" ]
},
"numeral": {
"main": [
"numeral.js",
"languages.js"
],
"arch": [ "client","server" ]
},
"modernizr": {
"main": [ "modernizr.js" ],
"arch": [ "client" ]
},
"foundation": {
"main": [ "js/foundation.js" ],
"arch": [ "client" ]
},
"foundation-icon-fonts": {
"main": [
"foundation-icons.css",
"foundation-icons.eot",
"foundation-icons.svg",
"foundation-icons.ttf",
"foundation-icons.woff"
],
"arch": [ "client" ]
},
"form2js": {
"main": [
"src/form2js.js",
"src/jquery.toObject.js",
"src/js2form.js"
],
"arch": [ "client" ]
},
"Context.js": {
"main": [
"context.js",
"context.standalone.css"
],
"arch": [ "client" ]
},
"html5-desktop-notifications": {
"main": [
"desktop-notify.js",
"notifications.css",
"alert.ico"
],
"arch": [ "client" ]
},
"foundation-datepicker": {
"main": [
"js/foundation-datepicker.js",
"stylesheets/foundation-datepicker.css"
],
"arch": [ "client" ]
},
"noty": {
"main": [ "js/noty/packaged/jquery.noty.packaged.js" ],
"arch": [ "client" ]
},
"moment": {
"main": [ "min/moment-with-locales.js" ],
"arch": [ "server" ]
},
"selectize": {
"main": [
"dist/css/selectize.default.css",
"dist/js/standalone/selectize.js"
]
},
"jqueryte": {
"main": [
"dist/uncompressed/jquery-te-1.4.0.js",
"dist/jquery-te-1.4.0.css",
"dist/jquery-te.png"
],
"arch": [ "client" ]
},
"alertifyjs": {
"main": [
"build/alertify.js",
"build/css/alertify.css",
"build/css/themes/default.css"
],
"arch": [ "client" ]
},
"keynavigator": {
"main": [ "keynavigator.js" ],
"arch": [ "client" ]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment