Last active
August 29, 2015 14:19
-
-
Save illusionfield/6f0c623146e8fc38bd4c to your computer and use it in GitHub Desktop.
Meteor bower error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "App", | |
"version": "0.0.1", | |
"private": "true", | |
"dependencies": { | |
"foundation": "*", | |
"lodash": "master", | |
"modernizr": "*", | |
"microplugin": "*", | |
"underscore.string": "master", | |
"mathjs": "master", | |
"form2js": "master", | |
"Context.js": "*", | |
"html5-desktop-notifications": "master", | |
"foundation-datepicker": "master", | |
"noty": "master", | |
"moment": "master", | |
"selectize": "master", | |
"jqueryte": "master", | |
"jquery.maskedinput": "master", | |
"jquery-layout": "master", | |
"foundation-icon-fonts": "*", | |
"numeral": "*", | |
"alertify": "MohammadYounes/AlertifyJS#~1.3.0" | |
}, | |
"overrides": { | |
"jquery-layout": { | |
"main": [ | |
"source/versions/jquery.layout-1.4.1.js" | |
], | |
"arch": [ "client" ] | |
}, | |
"numeral": { | |
"main": [ | |
"numeral.js", | |
"languages.js" | |
], | |
"arch": [ "client" ] | |
}, | |
"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": [ "client" ] | |
}, | |
"selectize": { | |
"main": [ | |
"dist/css/selectize.default.css", | |
"dist/js/standalone/selectize.js" | |
], | |
"arch": [ "client" ] | |
}, | |
"jqueryte": { | |
"main": [ | |
"dist/uncompressed/jquery-te-1.4.0.js", | |
"dist/jquery-te-1.4.0.css", | |
"dist/jquery-te.png" | |
], | |
"arch": [ "client" ] | |
}, | |
"alertify": { | |
"main": [ | |
"build/alertify.js", | |
"build/css/alertify.css", | |
"build/css/themes/default.css" | |
], | |
"arch": [ "client" ] | |
}, | |
"keynavigator": { | |
"main": [ | |
"keynavigator.js" | |
], | |
"arch": [ "client" ] | |
} | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// packages/meteor-bower/plugin/handler.js | |
// console.log(Bower.list([], {json: true});) | |
{ | |
{ name: 'App', | |
source: 'app', | |
target: '0.0.1' }, | |
canonicalDir: 'app', | |
pkgMeta: | |
{ name: 'App', | |
version: '0.0.1', | |
private: 'true', | |
dependencies: | |
{ foundation: '*', | |
lodash: 'master', | |
modernizr: '*', | |
microplugin: '*', | |
'underscore.string': 'master', | |
mathjs: 'master', | |
form2js: 'master', | |
'Context.js': '*', | |
'html5-desktop-notifications': 'master', | |
'foundation-datepicker': 'master', | |
noty: 'master', | |
moment: 'master', | |
selectize: 'master', | |
jqueryte: 'master', | |
'jquery.maskedinput': 'master', | |
'jquery-layout': 'master', | |
'foundation-icon-fonts': '*', | |
numeral: '*', | |
alertify: 'MohammadYounes/AlertifyJS#~1.3.0' }, | |
overrides: | |
{ 'jquery-layout': [Object], | |
numeral: [Object], | |
modernizr: [Object], | |
foundation: [Object], | |
'foundation-icon-fonts': [Object], | |
form2js: [Object], | |
'Context.js': [Object], | |
'html5-desktop-notifications': [Object], | |
'foundation-datepicker': [Object], | |
noty: [Object], | |
moment: [Object], | |
selectize: [Object], | |
jqueryte: [Object], | |
alertify: [Object], | |
keynavigator: [Object] }, | |
devDependencies: {} }, | |
dependencies: | |
{ 'Context.js': | |
{ endpoint: [Object], | |
canonicalDir: 'contents/bower_app/Context.js', | |
pkgMeta: [Object], | |
dependencies: {}, | |
nrDependants: 1, | |
versions: [] }, | |
alertify: | |
{ endpoint: [Object], | |
canonicalDir: 'contents/bower_app/alertify', | |
pkgMeta: [Object], | |
dependencies: {}, | |
nrDependants: 1, | |
versions: [Object], | |
update: [Object] }, | |
form2js: | |
{ endpoint: [Object], | |
canonicalDir: 'contents/bower_app/form2js', | |
pkgMeta: [Object], | |
dependencies: {}, | |
nrDependants: 1, | |
versions: [] }, | |
foundation: | |
{ endpoint: [Object], | |
canonicalDir: 'contents/bower_app/foundation', | |
pkgMeta: [Object], | |
dependencies: [Object], | |
nrDependants: 1, | |
versions: [Object], | |
update: [Object] }, | |
'foundation-datepicker': | |
{ endpoint: [Object], | |
canonicalDir: 'contents/bower_app/foundation-datepicker', | |
pkgMeta: [Object], | |
dependencies: {}, | |
nrDependants: 1, | |
versions: [Object] }, | |
'foundation-icon-fonts': | |
{ endpoint: [Object], | |
canonicalDir: 'contents/bower_app/foundation-icon-fonts', | |
pkgMeta: [Object], | |
dependencies: {}, | |
nrDependants: 1, | |
versions: [] }, | |
'html5-desktop-notifications': | |
{ endpoint: [Object], | |
canonicalDir: 'contents/bower_app/html5-desktop-notifications', | |
pkgMeta: [Object], | |
dependencies: {}, | |
nrDependants: 1, | |
versions: [] }, | |
'jquery-layout': | |
{ endpoint: [Object], | |
canonicalDir: 'contents/bower_app/jquery-layout', | |
pkgMeta: [Object], | |
dependencies: {}, | |
nrDependants: 1, | |
versions: [Object] }, | |
'jquery.maskedinput': | |
{ endpoint: [Object], | |
canonicalDir: 'contents/bower_app/jquery.maskedinput', | |
pkgMeta: [Object], | |
dependencies: [Object], | |
nrDependants: 1, | |
versions: [Object] }, | |
jqueryte: | |
{ endpoint: [Object], | |
canonicalDir: 'contents/bower_app/jqueryte', | |
pkgMeta: [Object], | |
dependencies: {}, | |
nrDependants: 1, | |
versions: [Object] }, | |
lodash: | |
{ endpoint: [Object], | |
canonicalDir: 'contents/bower_app/lodash', | |
pkgMeta: [Object], | |
dependencies: {}, | |
nrDependants: 1, | |
versions: [Object] }, | |
mathjs: | |
{ endpoint: [Object], | |
canonicalDir: 'contents/bower_app/mathjs', | |
pkgMeta: [Object], | |
dependencies: {}, | |
nrDependants: 1, | |
versions: [Object] }, | |
microplugin: | |
{ endpoint: [Object], | |
canonicalDir: 'contents/bower_app/microplugin', | |
pkgMeta: [Object], | |
dependencies: {}, | |
nrDependants: 1, | |
versions: [Object], | |
update: [Object] }, | |
modernizr: | |
{ endpoint: [Object], | |
canonicalDir: 'contents/bower_app/modernizr', | |
pkgMeta: [Object], | |
dependencies: {}, | |
nrDependants: 1, | |
versions: [Object], | |
update: [Object] }, | |
moment: | |
{ endpoint: [Object], | |
canonicalDir: 'contents/bower_app/moment', | |
pkgMeta: [Object], | |
dependencies: {}, | |
nrDependants: 1, | |
versions: [Object] }, | |
noty: | |
{ endpoint: [Object], | |
canonicalDir: 'contents/bower_app/noty', | |
pkgMeta: [Object], | |
dependencies: {}, | |
nrDependants: 1, | |
versions: [Object] }, | |
numeral: | |
{ endpoint: [Object], | |
canonicalDir: 'contents/bower_app/numeral', | |
pkgMeta: [Object], | |
dependencies: {}, | |
nrDependants: 1, | |
versions: [Object], | |
update: [Object] }, | |
selectize: | |
{ endpoint: [Object], | |
canonicalDir: 'contents/bower_app/selectize', | |
pkgMeta: [Object], | |
dependencies: [Object], | |
nrDependants: 1, | |
versions: [Object] }, | |
'underscore.string': | |
{ endpoint: [Object], | |
canonicalDir: 'contents/bower_app/underscore.string', | |
pkgMeta: [Object], | |
dependencies: {}, | |
nrDependants: 1, | |
versions: [Object] } }, | |
nrDependants: 0, | |
versions: [] } | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# packages/meteor-bower/plugin/handler.js | |
# console.log(contentPath); | |
contents/bower_app/sifter/sifter.js | |
contents/bower_app/microplugin/src/microplugin.js | |
contents/bower_app/jquery.cookie/jquery.cookie.js | |
contents/bower_app/jquery-placeholder/jquery.placeholder.js | |
contents/bower_app/jquery/dist/jquery.js | |
contents/bower_app/fastclick/lib/fastclick.js | |
contents/bower_app/underscore.string/dist/underscore.string.js | |
contents/bower_app/selectize/dist/css/selectize.default.css | |
contents/bower_app/selectize/dist/js/standalone/selectize.js | |
contents/bower_app/numeral/numeral.js | |
contents/bower_app/numeral/languages.js | |
contents/bower_app/noty/js/noty/packaged/jquery.noty.packaged.js | |
contents/bower_app/moment/min/moment-with-locales.js | |
contents/bower_app/mathjs/dist/math.min.js | |
contents/bower_app/lodash/lodash.js | |
contents/bower_app/jqueryte/dist/uncompressed/jquery-te-1.4.0.js | |
contents/bower_app/jqueryte/dist/jquery-te-1.4.0.css | |
contents/bower_app/jqueryte/dist/jquery-te.png | |
contents/bower_app/jquery.maskedinput/dist/jquery.maskedinput.js | |
contents/bower_app/jquery-layout/source/versions/jquery.layout-1.4.1.js | |
contents/bower_app/html5-desktop-notifications/desktop-notify.js | |
contents/bower_app/html5-desktop-notifications/notifications.css | |
contents/bower_app/html5-desktop-notifications/alert.ico | |
contents/bower_app/foundation-icon-fonts/foundation-icons.css | |
contents/bower_app/foundation-icon-fonts/foundation-icons.eot | |
contents/bower_app/foundation-icon-fonts/foundation-icons.svg | |
contents/bower_app/foundation-icon-fonts/foundation-icons.ttf | |
contents/bower_app/foundation-icon-fonts/foundation-icons.woff | |
contents/bower_app/foundation-datepicker/js/foundation-datepicker.js | |
contents/bower_app/foundation-datepicker/stylesheets/foundation-datepicker.css | |
contents/bower_app/modernizr/modernizr.js | |
contents/bower_app/foundation/js/foundation.js | |
contents/bower_app/form2js/src/form2js.js | |
contents/bower_app/form2js/src/jquery.toObject.js | |
contents/bower_app/form2js/src/js2form.js | |
contents/bower_app/Context.js/context.js | |
contents/bower_app/Context.js/context.standalone.css |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// packages/meteor-bower/plugin/handler.js | |
// console.log(infos); | |
{ name: 'sifter', | |
keywords: | |
[ 'search', | |
'filter', | |
'sift', | |
'data', | |
'results', | |
'match', | |
'sort', | |
'autocomplete' ], | |
description: 'A library for textually searching arrays and hashes of objects by property (or multiple properties). Designed specifically for autocomplete.', | |
version: '0.4.1', | |
license: 'Apache License, Version 2.0', | |
readmeFilename: 'README.md', | |
repository: | |
{ type: 'git', | |
url: 'git://github.com/brianreavis/sifter.js.git' }, | |
main: [ 'sifter.js' ], | |
ignore: | |
[ 'Makefile', | |
'test', | |
'lib', | |
'bin', | |
'benchmark', | |
'node_modules', | |
'.travis.yml' ], | |
dependencies: {}, | |
homepage: 'https://github.com/brianreavis/sifter.js', | |
_release: '0.4.1', | |
_resolution: | |
{ type: 'version', | |
tag: 'v0.4.1', | |
commit: 'b5744683da97726265ce4d9ae42ce13d10efbf4d' }, | |
_source: 'git://github.com/brianreavis/sifter.js.git', | |
_target: '0.4.x', | |
_originalSource: 'sifter' } | |
{ name: 'microplugin', | |
keywords: | |
[ 'extensibility', | |
'plugins', | |
'architecture', | |
'require', | |
'dependencies' ], | |
description: 'A lightweight plugin / dependency system for javascript libraries.', | |
version: '0.0.3', | |
license: 'Apache License, Version 2.0', | |
readmeFilename: 'README.md', | |
repository: | |
{ type: 'git', | |
url: 'git://github.com/brianreavis/microplugin.js.git' }, | |
main: [ 'src/microplugin.js' ], | |
ignore: [ 'Makefile', 'test', '.travis.yml', '.npmignore.yml' ], | |
dependencies: {}, | |
homepage: 'https://github.com/brianreavis/microplugin.js', | |
_release: '0.0.3', | |
_resolution: | |
{ type: 'version', | |
tag: 'v0.0.3', | |
commit: 'd8671e6cc769938648f8735610534427cdeeaf67' }, | |
_source: 'git://github.com/brianreavis/microplugin.js.git', | |
_target: '0.0.x', | |
_originalSource: 'microplugin' } | |
{ name: 'jquery.cookie', | |
version: '1.4.1', | |
main: [ './jquery.cookie.js' ], | |
dependencies: { jquery: '>=1.2' }, | |
ignore: [ 'test', '.*', '*.json', '*.md', '*.txt', 'Gruntfile.js' ], | |
homepage: 'https://github.com/carhartl/jquery-cookie', | |
_release: '1.4.1', | |
_resolution: | |
{ type: 'version', | |
tag: 'v1.4.1', | |
commit: '92b7715518f2e6e90f4cfc7a07f9726a614ebe66' }, | |
_source: 'git://github.com/carhartl/jquery-cookie.git', | |
_target: '~1.4.0', | |
_originalSource: 'jquery.cookie' } | |
{ name: 'jquery-placeholder', | |
description: 'A jQuery plugin that enables HTML5 placeholder behavior for browsers that aren’t trying hard enough yet', | |
version: '2.0.9', | |
license: 'MIT', | |
main: [ 'jquery.placeholder.js' ], | |
keywords: [ 'form', 'placeholder', 'jQuery', 'jquery-plugin' ], | |
dependencies: { jquery: '>=1.6' }, | |
ignore: [ '*', '!/bower.json', '!/jquery.placeholder.js' ], | |
homepage: 'https://github.com/mathiasbynens/jquery-placeholder', | |
_release: '2.0.9', | |
_resolution: | |
{ type: 'version', | |
tag: 'v2.0.9', | |
commit: '510a577397713934b46ccaceaa7ecc558cff313a' }, | |
_source: 'git://github.com/mathiasbynens/jquery-placeholder.git', | |
_target: '~2.0.7', | |
_originalSource: 'jquery-placeholder' } | |
{ name: 'jquery', | |
version: '2.1.3', | |
main: 'dist/jquery.js', | |
license: 'MIT', | |
ignore: | |
[ '**/.*', | |
'build', | |
'speed', | |
'test', | |
'*.md', | |
'AUTHORS.txt', | |
'Gruntfile.js', | |
'package.json' ], | |
devDependencies: | |
{ sizzle: '2.1.1-jquery.2.1.2', | |
requirejs: '2.1.10', | |
qunit: '1.14.0', | |
sinon: '1.8.1' }, | |
keywords: [ 'jquery', 'javascript', 'library' ], | |
homepage: 'https://github.com/jquery/jquery', | |
_release: '2.1.3', | |
_resolution: | |
{ type: 'version', | |
tag: '2.1.3', | |
commit: '8f2a9d9272d6ed7f32d3a484740ab342c02541e0' }, | |
_source: 'git://github.com/jquery/jquery.git', | |
_target: '>= 2.1.0', | |
_originalSource: 'jquery' } | |
{ name: 'fastclick', | |
main: 'lib/fastclick.js', | |
ignore: | |
[ '**/.*', | |
'component.json', | |
'package.json', | |
'Makefile', | |
'tests', | |
'examples' ], | |
homepage: 'https://github.com/ftlabs/fastclick', | |
version: '1.0.6', | |
_release: '1.0.6', | |
_resolution: | |
{ type: 'version', | |
tag: 'v1.0.6', | |
commit: '2ac7258407619398005ca720596f0d36ce66a6c8' }, | |
_source: 'git://github.com/ftlabs/fastclick.git', | |
_target: '>=0.6.11', | |
_originalSource: 'fastclick' } | |
{ name: 'underscore.string', | |
description: 'String manipulation extensions for Underscore.js javascript library.', | |
homepage: 'http://epeli.github.com/underscore.string/', | |
contributors: | |
[ 'Esa-Matti Suuronen <[email protected]> (http://esa-matti.suuronen.org/)', | |
'Edward Tsech <[email protected]>', | |
'Pavel Pravosud <[email protected]> (<https://github.com/rwz>)', | |
'Sasha Koss <[email protected]> (http://koss.nocorp.me/)', | |
'Vladimir Dronnikov <[email protected]>', | |
'Pete Kruckenberg (<https://github.com/kruckenb>)', | |
'Paul Chavard <[email protected]> (<http://tchak.net>)', | |
'Ed Finkler <[email protected]> (<http://funkatron.com>)' ], | |
keywords: [ 'underscore', 'string' ], | |
main: './dist/underscore.string.js', | |
ignore: [], | |
repository: | |
{ type: 'git', | |
url: 'https://github.com/epeli/underscore.string.git' }, | |
bugs: { url: 'https://github.com/epeli/underscore.string/issues' }, | |
licenses: [ { type: 'MIT' } ], | |
_release: 'd9331bb70c', | |
_resolution: | |
{ type: 'branch', | |
branch: 'master', | |
commit: 'd9331bb70cb11dd9ce7e3ec51b4d7653fffc5326' }, | |
_source: 'git://github.com/epeli/underscore.string.git', | |
_target: 'master', | |
_originalSource: 'underscore.string' } | |
{ name: 'selectize', | |
keywords: | |
[ 'select', | |
'ui', | |
'form', | |
'input', | |
'control', | |
'autocomplete', | |
'tagging', | |
'tag' ], | |
description: 'Selectize is a jQuery-based custom <select> UI control. Useful for tagging, contact lists, country selectors, etc.', | |
license: 'Apache License, Version 2.0', | |
readmeFilename: 'README.md', | |
repository: | |
{ type: 'git', | |
url: 'git://github.com/brianreavis/selectize.js.git' }, | |
main: | |
[ 'dist/css/selectize.default.css', | |
'dist/js/standalone/selectize.js' ], | |
ignore: | |
[ 'Makefile', | |
'Gruntfile.js', | |
'examples', | |
'node_modules', | |
'bower_components', | |
'docs', | |
'src', | |
'test', | |
'.travis.yml', | |
'testem.json', | |
'selectize.jquery.json', | |
'*.sh', | |
'package.json' ], | |
dependencies: { jquery: '>=1.7.0', sifter: '0.4.x', microplugin: '0.0.x' }, | |
devDependencies: { bootstrap2: 'bootstrap#2', bootstrap3: 'bootstrap#3.2' }, | |
homepage: 'https://github.com/brianreavis/selectize.js', | |
_release: 'b9cd3f69da', | |
_resolution: | |
{ type: 'branch', | |
branch: 'master', | |
commit: 'b9cd3f69da3c18662d6378f82f92ec6496884baa' }, | |
_source: 'git://github.com/brianreavis/selectize.js.git', | |
_target: 'master', | |
_originalSource: 'selectize', | |
arch: [ 'client' ] } | |
{ name: 'numeral', | |
repo: 'adamwdraper/Numeral-js', | |
version: '1.5.3', | |
description: 'Format and manipulate numbers.', | |
keywords: [ 'numeral', 'number', 'format', 'time', 'money', 'percentage' ], | |
scripts: [ 'numeral.js' ], | |
main: [ 'numeral.js', 'languages.js' ], | |
homepage: 'https://github.com/adamwdraper/Numeral-js', | |
_release: '1.5.3', | |
_resolution: | |
{ type: 'version', | |
tag: '1.5.3', | |
commit: 'f97f14bb8bab988f28f1d854525b4cfeff8ec9e1' }, | |
_source: 'git://github.com/adamwdraper/Numeral-js.git', | |
_target: '*', | |
_originalSource: 'numeral', | |
arch: [ 'client' ] } | |
{ name: 'noty', | |
main: [ 'js/noty/packaged/jquery.noty.packaged.js' ], | |
authors: [ 'Nedim Arabacı' ], | |
description: 'noty is a jQuery plugin that makes it easy to create alert - success - error - warning - information - confirmation messages as an alternative the standard alert dialog. Each notification is added to a queue. (Optional)', | |
homepage: 'https://github.com/needim/noty', | |
_release: 'b6900b8ce2', | |
_resolution: | |
{ type: 'branch', | |
branch: 'master', | |
commit: 'b6900b8ce2c9de41720e5f8be1307f95ec513cdf' }, | |
_source: 'git://github.com/needim/noty.git', | |
_target: 'master', | |
_originalSource: 'noty', | |
arch: [ 'client' ] } | |
{ name: 'moment', | |
main: [ 'min/moment-with-locales.js' ], | |
ignore: | |
[ '**/.*', | |
'node_modules', | |
'bower_components', | |
'test', | |
'tests', | |
'tasks', | |
'component.json', | |
'composer.json', | |
'CONTRIBUTING.md', | |
'ender.js', | |
'Gruntfile.js', | |
'package.js', | |
'package.json' ], | |
homepage: 'https://github.com/moment/moment', | |
_release: 'ce233cecf3', | |
_resolution: | |
{ type: 'branch', | |
branch: 'master', | |
commit: 'ce233cecf3d07aa15869a1db0fd8a8c43efccfcd' }, | |
_source: 'git://github.com/moment/moment.git', | |
_target: 'master', | |
_originalSource: 'moment', | |
arch: [ 'client' ] } | |
{ name: 'mathjs', | |
main: './dist/math.min.js', | |
ignore: | |
[ 'coverage', | |
'img', | |
'misc', | |
'node_modules', | |
'test', | |
'tools', | |
'.gitignore', | |
'.npmignore', | |
'.travis.yml', | |
'gulpfile.js', | |
'component.json', | |
'package.json' ], | |
homepage: 'https://github.com/josdejong/mathjs', | |
_release: 'd043d24abe', | |
_resolution: | |
{ type: 'branch', | |
branch: 'master', | |
commit: 'd043d24abe051c2f4e54d77f5adc84b5149457ab' }, | |
_source: 'git://github.com/josdejong/mathjs.git', | |
_target: 'master', | |
_originalSource: 'mathjs' } | |
{ name: 'lodash', | |
main: 'lodash.js', | |
ignore: | |
[ '.*', | |
'*.custom.*', | |
'*.log', | |
'*.map', | |
'*.md', | |
'lodash.src.js', | |
'component.json', | |
'package.json', | |
'doc', | |
'node_modules', | |
'perf', | |
'test', | |
'vendor' ], | |
homepage: 'https://github.com/lodash/lodash', | |
_release: '1d8efe1cf8', | |
_resolution: | |
{ type: 'branch', | |
branch: 'master', | |
commit: '1d8efe1cf8dae0a8713365e8a1caa14abc69ab69' }, | |
_source: 'git://github.com/lodash/lodash.git', | |
_target: 'master', | |
_originalSource: 'lodash' } | |
{ name: 'jqueryte', | |
homepage: 'http://jqueryte.com', | |
authors: [ 'Fatih Koca ([email protected])' ], | |
description: 'jQuery TE is a jQuery plugin. It is a lightweight and very useful HTML editor. And it works with WYSIWYG model.', | |
main: | |
[ 'dist/uncompressed/jquery-te-1.4.0.js', | |
'dist/jquery-te-1.4.0.css', | |
'dist/jquery-te.png' ], | |
moduleType: [ 'globals' ], | |
keywords: [ 'texteditor', 'wsywig', 'jquery' ], | |
license: 'MIT', | |
ignore: [ '**/.*', 'node_modules', 'bower_components', 'test', 'tests' ], | |
_release: '51530270a2', | |
_resolution: | |
{ type: 'branch', | |
branch: 'master', | |
commit: '51530270a2bb40bb9f7f787d304d1f7c10f36f07' }, | |
_source: 'git://github.com/gauravspatel/jqueryte.git', | |
_target: 'master', | |
_originalSource: 'jqueryte', | |
arch: [ 'client' ] } | |
{ name: 'jquery.maskedinput', | |
homepage: 'http://digitalbush.com/projects/masked-input-plugin/', | |
authors: [ 'Josh Bush (digitalbush.com)' ], | |
description: 'jQuery Masked Input Plugin', | |
main: './dist/jquery.maskedinput.js', | |
moduleType: [ 'es6' ], | |
keywords: [ 'input', 'form', 'mask', 'jquery' ], | |
license: 'MIT', | |
ignore: [ '**/.*', 'node_modules', 'bower_components', 'spec', 'lib' ], | |
dependencies: { jquery: '>=1.8.3' }, | |
_release: 'f19728180c', | |
_resolution: | |
{ type: 'branch', | |
branch: 'master', | |
commit: 'f19728180c604c1b0c62d6aa97af262c0c04d71c' }, | |
_source: 'git://github.com/digitalBush/jquery.maskedinput.git', | |
_target: 'master', | |
_originalSource: 'jquery.maskedinput' } | |
{ name: 'jquery-layout', | |
homepage: 'https://github.com/allpro/layout', | |
_release: '41179480d7', | |
_resolution: | |
{ type: 'branch', | |
branch: 'master', | |
commit: '41179480d72baba53b6e6d3ae5ad470cc5d2388d' }, | |
_source: 'git://github.com/allpro/layout.git', | |
_target: 'master', | |
_originalSource: 'jquery-layout', | |
main: [ 'source/versions/jquery.layout-1.4.1.js' ], | |
arch: [ 'client' ] } | |
{ name: 'HTML5-Desktop-Notifications', | |
homepage: 'https://github.com/ttsvetko/HTML5-Desktop-Notifications', | |
authors: [ 'Tsvetan Tsvetkov <[email protected]>' ], | |
description: 'A small library that unifies the HTML5 Notifications APIs across different browsers including IE9 & IE10.', | |
main: [ 'desktop-notify.js', 'notifications.css', 'alert.ico' ], | |
keywords: [ 'html5', 'notifications' ], | |
license: 'Apache License, Version 2.0', | |
ignore: [ '**/.*', 'node_modules', 'bower_components', 'test', 'tests' ], | |
_release: '1ad38f3041', | |
_resolution: | |
{ type: 'branch', | |
branch: 'master', | |
commit: '1ad38f3041d16f63bc4740970286273b174f3b9d' }, | |
_source: 'git://github.com/ttsvetko/HTML5-Desktop-Notifications.git', | |
_target: 'master', | |
_originalSource: 'html5-desktop-notifications', | |
arch: [ 'client' ] } | |
{ name: 'foundation-icon-fonts', | |
main: | |
[ 'foundation-icons.css', | |
'foundation-icons.eot', | |
'foundation-icons.svg', | |
'foundation-icons.ttf', | |
'foundation-icons.woff' ], | |
ignore: [], | |
homepage: 'https://github.com/zurb/foundation-icon-fonts', | |
_release: 'afed003521', | |
_resolution: | |
{ type: 'branch', | |
branch: 'master', | |
commit: 'afed003521ff971bc614de68bba2676e16ce39f4' }, | |
_source: 'git://github.com/zurb/foundation-icon-fonts.git', | |
_target: '*', | |
_originalSource: 'foundation-icon-fonts', | |
arch: [ 'client' ] } | |
{ name: 'foundation-datepicker', | |
homepage: 'https://github.com/najlepsiwebdesigner/foundation-datepicker', | |
authors: [ 'Peter Beňo <[email protected]>' ], | |
description: 'Foundation datepicker jQuery plugin', | |
main: | |
[ 'js/foundation-datepicker.js', | |
'stylesheets/foundation-datepicker.css' ], | |
keywords: [ 'foundation', 'datepicker', 'jquery', 'less' ], | |
license: 'MIT', | |
ignore: [ '**/.*', 'node_modules', 'bower_components', 'test', 'tests' ], | |
_release: 'e93d27408f', | |
_resolution: | |
{ type: 'branch', | |
branch: 'master', | |
commit: 'e93d27408f0a21cc776867caae654830da398514' }, | |
_source: 'git://github.com/najlepsiwebdesigner/foundation-datepicker.git', | |
_target: 'master', | |
_originalSource: 'foundation-datepicker', | |
arch: [ 'client' ] } | |
{ name: 'modernizr', | |
homepage: 'https://github.com/Modernizr/Modernizr', | |
version: '2.8.3', | |
_release: '2.8.3', | |
_resolution: | |
{ type: 'version', | |
tag: 'v2.8.3', | |
commit: 'd6bb30c0f12ebb3ddd01e90b0bf435e1c34e6f11' }, | |
_source: 'git://github.com/Modernizr/Modernizr.git', | |
_target: '>= 2.7.2', | |
_originalSource: 'modernizr', | |
main: [ 'modernizr.js' ], | |
arch: [ 'client' ] } | |
{ name: 'foundation', | |
version: '5.5.1', | |
main: [ 'js/foundation.js' ], | |
ignore: [], | |
dependencies: | |
{ jquery: '>= 2.1.0', | |
modernizr: '>= 2.7.2', | |
fastclick: '>=0.6.11', | |
'jquery.cookie': '~1.4.0', | |
'jquery-placeholder': '~2.0.7' }, | |
devDependencies: | |
{ 'jquery.autocomplete': 'devbridge/jQuery-Autocomplete#1.2.9', | |
lodash: '~2.4.1' }, | |
private: true, | |
homepage: 'https://github.com/zurb/bower-foundation', | |
_release: '5.5.1', | |
_resolution: | |
{ type: 'version', | |
tag: '5.5.1', | |
commit: 'bf07a7551bc3e599404d9cb2eb2251a95c1ea782' }, | |
_source: 'git://github.com/zurb/bower-foundation.git', | |
_target: '*', | |
_originalSource: 'foundation', | |
arch: [ 'client' ] } | |
{ name: 'form2js', | |
homepage: 'https://github.com/maxatwork/form2js', | |
_release: '02f79c04a4', | |
_resolution: | |
{ type: 'branch', | |
branch: 'master', | |
commit: '02f79c04a4ad1e699c1c0f61209b5263fbe5bc21' }, | |
_source: 'git://github.com/maxatwork/form2js.git', | |
_target: 'master', | |
_originalSource: 'form2js', | |
main: [ 'src/form2js.js', 'src/jquery.toObject.js', 'src/js2form.js' ], | |
arch: [ 'client' ] } | |
{ name: 'alertify', | |
homepage: 'https://github.com/MohammadYounes/AlertifyJS', | |
version: '1.3.0', | |
_release: '1.3.0', | |
_resolution: | |
{ type: 'version', | |
tag: '1.3.0', | |
commit: '69ea6133f7b97bbbb982f8110ccc17f5dff3617b' }, | |
_source: 'git://github.com/MohammadYounes/AlertifyJS.git', | |
_target: '~1.3.0', | |
_originalSource: 'MohammadYounes/AlertifyJS' } | |
{ name: 'Context.js', | |
homepage: 'https://github.com/jakiestfu/Context.js', | |
_release: 'fce883732f', | |
_resolution: | |
{ type: 'branch', | |
branch: 'master', | |
commit: 'fce883732fa7a9d9c931356e6c3d55486dfc7aed' }, | |
_source: 'git://github.com/jakiestfu/Context.js.git', | |
_target: '*', | |
_originalSource: 'Context.js', | |
main: [ 'context.js', 'context.standalone.css' ], | |
arch: [ 'client' ] } | |
{ name: 'App', | |
version: '0.0.1', | |
private: 'true', | |
dependencies: | |
{ foundation: '*', | |
lodash: 'master', | |
modernizr: '*', | |
microplugin: '*', | |
'underscore.string': 'master', | |
mathjs: 'master', | |
form2js: 'master', | |
'Context.js': '*', | |
'html5-desktop-notifications': 'master', | |
'foundation-datepicker': 'master', | |
noty: 'master', | |
moment: 'master', | |
selectize: 'master', | |
jqueryte: 'master', | |
'jquery.maskedinput': 'master', | |
'jquery-layout': 'master', | |
'foundation-icon-fonts': '*', | |
numeral: '*', | |
alertify: 'MohammadYounes/AlertifyJS#~1.3.0' }, | |
overrides: | |
{ 'jquery-layout': { main: [Object], arch: [Object] }, | |
numeral: { main: [Object], arch: [Object] }, | |
modernizr: { main: [Object], arch: [Object] }, | |
foundation: { main: [Object], arch: [Object] }, | |
'foundation-icon-fonts': { main: [Object], arch: [Object] }, | |
form2js: { main: [Object], arch: [Object] }, | |
'Context.js': { main: [Object], arch: [Object] }, | |
'html5-desktop-notifications': { main: [Object], arch: [Object] }, | |
'foundation-datepicker': { main: [Object], arch: [Object] }, | |
noty: { main: [Object], arch: [Object] }, | |
moment: { main: [Object], arch: [Object] }, | |
selectize: { main: [Object], arch: [Object] }, | |
jqueryte: { main: [Object], arch: [Object] }, | |
alertify: { main: [Object], arch: [Object] }, | |
keynavigator: { main: [Object], arch: [Object] } }, | |
devDependencies: {} } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment