{"maintainers":[{"email":"vlad@vladikoff.com","name":"vladikoff"},{"email":"desandrocodes@gmail.com","name":"desandro"},{"email":"andremiguelcruz@msn.com","name":"satazor"},{"email":"mat@wibbly.org.uk","name":"wibblymat"},{"email":"paul.irish@gmail.com","name":"paulirish"},{"email":"sheerun@sher.pl","name":"sheerun"},{"email":"sindresorhus@gmail.com","name":"sindresorhus"}],"keywords":["bower"],"dist-tags":{"latest":"1.8.0","beta":"1.8.0"},"author":{"name":"Twitter"},"description":"The browser package manager","readme":"# Bower - A package manager for the web\n\n> Bower needs resources for its maintenance. Please fill [this form](https://docs.google.com/forms/d/1i-Opb-uPdqUBBZQSbngv3Y3bfolG1gbBvtRLfxMnzRE/viewform?c=0&w=1) if you think you can help.\n\n[![Build Status](https://travis-ci.org/bower/bower.svg?branch=master)](https://travis-ci.org/bower/bower)\n[![Windows Build](https://ci.appveyor.com/api/projects/status/jr6vfra8w84plh2g/branch/master?svg=true)](https://ci.appveyor.com/project/sheerun/bower/history)\n[![Coverage Status](https://img.shields.io/coveralls/bower/bower.svg)](https://coveralls.io/r/bower/bower?branch=master)\n[![Discord chat](https://img.shields.io/badge/discord-join%20chat%20%E2%86%92-brightgreen.svg?style=flat)](https://discord.gg/0fFM7QF0KpZRh2cY)\n[![Issue Stats](http://issuestats.com/github/bower/bower/badge/pr?style=flat)](http://issuestats.com/github/bower/bower)\n[![Issue Stats](http://issuestats.com/github/bower/bower/badge/issue?style=flat)](http://issuestats.com/github/bower/bower)\n\n<img align=\"right\" height=\"300\" src=\"http://bower.io/img/bower-logo.png\">\n\n---\n\nBower offers a generic, unopinionated solution to the problem of **front-end package management**, while exposing the package dependency model via an API that can be consumed by a more opinionated build stack. There are no system wide dependencies, no dependencies are shared between different apps, and the dependency tree is flat.\n\nBower runs over Git, and is package-agnostic. A packaged component can be made up of any type of asset, and use any type of transport (e.g., AMD, CommonJS, etc.).\n\n**View complete docs on [bower.io](http://bower.io)**\n\n[View all packages available through Bower's registry](http://bower.io/search/).\n\n## Install\n\n```sh\n$ npm install -g bower\n```\n\nBower depends on [Node.js](http://nodejs.org/) and [npm](http://npmjs.org/). Also make sure that [git](http://git-scm.com/) is installed as some bower\npackages require it to be fetched and installed.\n\n\n## Usage\n\nSee complete command line reference at [bower.io/docs/api/](http://bower.io/docs/api/)\n\n### Installing packages and dependencies\n\n```sh\n# install dependencies listed in bower.json\n$ bower install\n\n# install a package and add it to bower.json\n$ bower install <package> --save\n\n# install specific version of a package and add it to bower.json\n$ bower install <package>#<version> --save\n```\n\n### Using packages\n\nWe discourage using bower components statically for performance and security reasons (if component has an `upload.php` file that is not ignored, that can be easily exploited to do malicious stuff).\n\nThe best approach is to process components installed by bower with build tool (like [Grunt](http://gruntjs.com/) or [gulp](http://gulpjs.com/)), and serve them concatenated or using a module loader (like [RequireJS](http://requirejs.org/)).\n\n### Uninstalling packages\n\nTo uninstall a locally installed package:\n\n```sh\n$ bower uninstall <package-name>\n```\n\n### prezto and oh-my-zsh users\n\nOn `prezto` or `oh-my-zsh`, do not forget to `alias bower='noglob bower'` or `bower install jquery\\#1.9.1`\n\n### Never run Bower with sudo\n\nBower is a user command; there is no need to execute it with superuser permissions.\n\n### Windows users\n\nTo use Bower on Windows, you must install\n[Git for Windows](http://git-for-windows.github.io/) correctly. Be sure to check the\noptions shown below:\n\n<img src=\"https://cloud.githubusercontent.com/assets/10702007/10532690/d2e8991a-7386-11e5-9a57-613c7f92e84e.png\" width=\"534\" height=\"418\" alt=\"Git for Windows\" />\n\n<img src=\"https://cloud.githubusercontent.com/assets/10702007/10532694/dbe8857a-7386-11e5-9bd0-367e97644403.png\" width=\"534\" height=\"418\" alt=\"Git for Windows\" />\n\nNote that if you use TortoiseGit and if Bower keeps asking for your SSH\npassword, you should add the following environment variable: `GIT_SSH -\nC:\\Program Files\\TortoiseGit\\bin\\TortoisePlink.exe`. Adjust the `TortoisePlink`\npath if needed.\n\n### Ubuntu users\n\nTo use Bower on Ubuntu, you might need to link `nodejs` executable to `node`:\n\n```\nsudo ln -s /usr/bin/nodejs /usr/bin/node\n```\n\n## Configuration\n\nBower can be configured using JSON in a `.bowerrc` file. Read over available options at [bower.io/docs/config](http://bower.io/docs/config).\n\n\n## Support\n\n* [Discord chat](https://discord.gg/0fFM7QF0KpZRh2cY)\n* [StackOverflow](http://stackoverflow.com/questions/tagged/bower)\n* [Mailinglist](http://groups.google.com/group/twitter-bower) - twitter-bower@googlegroups.com\n\n## Contributing\n\nWe welcome [contributions](https://github.com/bower/bower/graphs/contributors) of all kinds from anyone. Please take a moment to review the [guidelines for contributing](CONTRIBUTING.md).\n\n* [Bug reports](https://github.com/bower/bower/wiki/Report-a-Bug)\n* [Feature requests](CONTRIBUTING.md#features)\n* [Pull requests](CONTRIBUTING.md#pull-requests)\n\n\nNote that on Windows for tests to pass you need to configure Git before cloning:\n\n```\ngit config --global core.autocrlf input\n```\n\n## License\n\nCopyright (c) 2015 Twitter and [other contributors](https://github.com/bower/bower/graphs/contributors)\n\nLicensed under the MIT License\n","repository":{"type":"git","url":"git+https://github.com/bower/bower.git"},"users":{"770554403":true,"sjonnet":true,"sjonnet19":true,"vincentmac":true,"liqweed":true,"alefteris":true,"maxmaximov":true,"cparker15":true,"passy":true,"jamesmgreene":true,"ianmcburnie":true,"moonpyk":true,"pid":true,"gableroux":true,"tigefa":true,"aniketpant":true,"mhaidarh":true,"cathymacars":true,"xtopher":true,"darosh":true,"denisix":true,"nuzoo":true,"oliversalzburg":true,"wibblymat":true,"priyaranjan":true,"davidrlee":true,"leodutra":true,"brentonhouse":true,"csbun":true,"celsogoya":true,"gion":true,"markymark":true,"fablouis":true,"evkline":true,"davidhalldor":true,"hugojosefson":true,"lone112":true,"toogle":true,"runningtalus":true,"doriel":true,"davidbaiguini":true,"agent_9191":true,"edalorzo":true,"sithengineer":true,"jayproulx":true,"dizlexik":true,"ssoldatenkov":true,"cfleschhut":true,"mswanson1524":true,"avelino":true,"orion-":true,"gabeio":true,"bkimminich":true,"arturmuller":true,"thebearingedge":true,"iisii":true,"jits":true,"llambda":true,"johno":true,"louxiaojian":true,"atheken":true,"marinangelo":true,"vsn4ik":true,"kewin":true,"cp102":true,"oakley349":true,"cwhopkins":true,"dgarlitt":true,"jostw":true,"ivangaravito":true,"swak":true,"limamedeiros":true,"kasperstuck":true,"richarddavenport":true,"modest":true,"rgraves90":true,"dimitriwalters":true,"cdubois":true,"alessiodionisi":true,"mavisland":true,"pillar0514":true,"aloesch":true,"azder":true,"bslayton":true,"stooboo":true,"chesleybrown":true,"codetheory":true,"danj":true,"io2work":true,"nmrony":true,"saravntbe":true,"aitorllj93":true,"adamk":true,"stuligan":true,"dlpowless":true,"nitayneeman":true,"kenlimmj":true,"nadimix":true,"clhenrick":true,"squallium":true,"haeck":true,"pnevares":true,"princemaple":true,"dechowmedia":true,"lenage":true,"grimmjaw":true,"nachbar90":true,"stany":true,"itsnauman":true,"mykhael":true,"klarence1":true,"sobering":true,"benittes":true,"gexplorer":true,"rebugger":true,"yoshihirootz":true,"noddycha":true,"fmoliveira":true,"mccarter":true,"rchanaud":true,"jimkropa":true,"jahnestacado":true,"emodus":true,"fleeting":true,"pedrofelipe":true,"joaocunha":true,"safinalexey":true,"f3r":true,"cannobbio":true,"dpkg":true,"yodairish":true,"shinyweb":true,"adambyrne":true,"john-cheesman":true,"asawq2006":true,"visormatt":true,"keeyanajones":true,"simplyianm":true,"risyasin":true,"joshterrill":true,"knugen":true,"alexandreferreira":true,"animezis":true,"darg":true,"josuehenry14":true,"leonardorb":true,"huntie":true,"itonyyo":true,"chrisdeaton":true,"jazoom":true,"vishnuvathsan":true,"mpcjazz":true,"marcghorayeb":true,"ericwbailey":true,"kilpiban":true,"coderaiser":true,"jackpinto":true,"alemohamad":true,"dcondrey":true,"malkaves":true,"dac2205":true,"felipemena1":true,"tagkiller":true,"wfsm":true,"deftbit":true,"chong.john":true,"yeltsin":true,"hughker":true,"mubaidr":true,"dolymood":true,"sanketss84":true,"duerer":true,"yasirmturk":true,"leidottw":true,"acterce":true,"a_cabello":true,"ishitcno1":true,"jakemiller":true,"francesco-nextology":true,"thefriendlydev":true,"nanhualyq":true,"aliemre":true,"disheart":true,"gokaygurcan":true,"modao":true,"hanksudo":true,"otravers":true,"steel1990":true,"maskedcoder":true,"abdullahceylan":true,"sublime718":true,"leejefon":true,"mauperruolo":true,"jyounce":true,"abrahamwilliams":true,"jota":true,"nex":true,"manten":true,"bertasus":true,"lmhs":true,"arnoldstoba":true,"tamer1an":true,"gabrielscindian":true,"drewigg":true,"chsal2":true,"walkerbe":true,"felixjung":true,"lydiadugger":true,"dofy":true,"borriglione":true,"stretchgz":true,"fvcproductions":true,"a7madev":true,"jshaw3":true,"chillcapped":true,"brentlintner":true,"dnedev":true,"m412c0":true,"shaddyhm":true,"zumanex":true,"despairblue":true,"grantgeorge":true,"dbck":true,"enriquecaballero":true,"liamcoded":true,"svgkrishnamurthy":true,"montyanderson":true,"joerice":true,"enricllagostera":true,"leandro.maioral":true,"labstersrak":true,"ibourgeois":true,"soluzionisubito":true,"fabian.schmid":true,"mavenrix":true,"justincann":true,"subarb":true,"karlbateman":true,"fleischer":true,"vishwasc":true,"kontrax":true,"freebird":true,"alagodich":true,"edusig":true,"decoda":true,"codeprowong":true,"matthewbauer":true,"trquoccuong":true,"utwo":true,"mamalat":true,"kurre":true,"micael-gabenna":true,"edwin_estrada":true,"vqoph":true,"starver":true,"antoinebou":true,"nicholaslp":true,"yanvalue":true,"quality520":true,"knoja4":true,"naokie":true,"gdaleson":true,"zava":true,"kparkov":true,"gnimuc":true,"helsner":true,"boterom89":true,"meligatt":true,"xgqfrms":true,"monadic.coffee":true,"gamr":true,"reekdeb":true,"alectic":true,"joanmi":true,"xeoneux":true,"n1kkou":true,"panoptican":true,"kobleistvan":true,"milanowicz":true,"leoribeiro":true,"buzz-dee":true,"usedf295":true,"preco21":true,"luckyulin":true,"gustavomeloweb":true,"oscarelotero":true,"dubweis3r":true,"dreamseer":true,"kbarrows":true,"jclo":true,"klimnikita":true,"stigandr":true,"juk":true,"jaehong.lee":true,"diegoperini":true,"nickeltobias":true,"martl":true,"jerous":true,"tdy721":true,"arbourd":true,"lcdss":true,"mrasaint":true,"jaminroe":true,"egantz":true,"itskdk":true,"mrmalec":true,"amartelr":true,"ikeyan":true,"danail":true,"fadihania":true,"faelcorreia":true,"rsmccloskey":true,"artemigos":true,"iroc":true,"shinelin":true,"geese98":true,"potnox":true,"faicalbaki":true,"stuart.shi":true,"mccataldo":true,"arttse":true,"livfwds":true,"tobiasnickel":true,"djamseed":true,"medo_alouane":true,"anaumidis":true,"sternelee":true,"aditcmarix":true,"abdihaikal":true,"wolfhoundjesse":true,"corca":true,"msjcaetano":true,"redstrike":true,"nauwep":true,"jaredlinwood":true,"powellmedia":true,"bhenav":true,"txredking":true,"unkray":true,"porreh":true,"bruinebeer":true,"hyteer":true,"ismaelvsqz":true,"ansuman":true,"dennykuo":true,"shurickz":true,"chancearthur":true,"martijndevalk":true,"gooer":true,"bwade231":true,"thomas.miele":true,"hibrahimsafak":true,"favasconcelos":true,"demod":true,"demopark":true,"sopepos":true,"illuminator":true,"gabricom":true,"lucachaves":true,"pasimoes":true,"antoniordo":true,"filipve":true,"bemace":true,"hammedsal":true,"ristostevcev":true,"genediazjr":true,"joannerpena":true,"hngrhorace":true,"coalesce":true,"michelebroggi":true,"abdul":true,"reamd":true,"royling":true,"brend":true,"telco2011":true,"spencermathews":true,"tdmalone":true,"glider":true,"dangerdave":true,"lex_nel":true,"alexc1212":true,"lpelos":true,"alvajc":true,"muralibala":true,"ryanoasis":true,"decoded":true,"mate2":true,"miguelpalazzo":true,"giovannipds":true,"dnik":true,"net-burst":true,"sbvonline":true,"dbobrov":true,"tuomastolppi":true,"donkapetra":true,"asm2hex":true,"amandavianna":true,"yesseecity":true,"dahnielson":true,"nomedescargues":true,"eduardocereto":true,"mauriciolauffer":true,"garustar":true,"whatsamoorefor":true,"janggomgeun":true,"snarky":true,"cangulo":true,"narayanats":true,"cperezabo":true,"alimd":true,"angelxmoreno":true,"shanewholloway":true,"ions":true,"flomader":true,"saravananr":true,"binq":true,"mugifly":true,"oliverj":true,"cilerler":true,"errhunter":true,"bab":true,"maykonlf":true,"freeman-as":true,"airlock":true,"sergfedo":true,"alantsuis":true,"lizhiqiang":true,"jetlu":true,"fstgeorge":true,"davidcaballeroj":true,"lcy19870112":true,"marcobiedermann":true,"faraoman":true,"ap526":true,"mluberry":true,"mcphailtom":true,"dcavalcante":true,"vsanjo":true,"ryansalvador":true,"leebinpm":true,"meadowcottage":true,"lmanukyan":true,"ymk":true,"honigwasser":true,"acoyang":true,"vitosu":true,"ibrahimtaguri":true,"ironheartbj18":true,"cmpereira":true,"ironmaniiith":true,"sable":true,"gildasdubois":true,"felladrin":true,"adrian110288":true,"sunny_anna":true,"rocket0191":true,"rochejul":true,"ramzesucr":true,"gmarciani":true,"jacks":true,"tmirun":true,"yanrivera":true,"aadivar":true,"wenhsiaoyi":true,"spelchec":true,"fjunior":true,"bboulahdid":true,"mr-smiley":true,"post72":true,"mrmaxmeranda":true,"morogasper":true,"cygik":true,"luiscauro":true,"kelicia":true,"xwy5201314":true,"sisti86":true,"griname":true,"sushiifox":true,"jetbug123":true,"phritolay":true,"rickdesantis":true,"langri-sha":true,"kiandrajayne":true,"harrisonb":true,"davequick":true,"jmtcsngr":true,"parkwookyun":true,"mwebsolutions":true,"rylan_yan":true,"mrwanashraf":true,"trendoid":true,"austinbillings":true,"orenschwartz":true,"rogeriera":true,"rich-97":true,"poychang":true,"ybadr91":true,"ahmetertem":true,"dmy":true,"kuzmicheff":true,"nelson6e65":true,"azuma":true,"gwydionismyhero":true,"ivan.marquez":true,"manparvesh":true,"saoskia":true,"zzl81cn":true,"nwservices":true,"osben":true,"adeelp":true,"duskalbatross":true,"binaryjim":true,"jasonleewilson":true,"yabeswirawan":true,"mikeduister":true,"raschdiaz":true,"marcelagotta":true,"themadjoker":true,"doc.gunthrop":true,"mskjp":true,"stefb965":true,"evdokimovm":true,"gesf":true,"fintanak":true,"colleowino":true,"xmalinov":true,"futerzak":true,"psicodead":true,"dwayneford":true,"igasho":true,"lcsisy":true,"bcawrse":true,"thewhiterabbit":true,"ramsaybell":true,"sprybear":true,"chinawolf_wyp":true,"jasun":true,"j717273419":true,"kh4l3d":true,"ryan13999":true,"pablaber":true,"junjiansyu":true,"junos":true,"edditoria":true,"shentengtu":true,"tazjel":true,"blackrocky":true,"cfernandomaciel":true,"comandan":true,"dongguangming":true,"noncreature0714":true,"pendo.praetoriani":true,"n.sanitate":true,"poppowerlb2":true,"yanan":true,"qingqingcao":true,"bvaccc":true,"kaleigh":true,"kingfeast":true,"u.turkoz":true,"maxwelldu":true,"modood":true,"walexstevens":true,"princetoad":true,"valenwave":true,"lusai":true,"kakaman":true,"temelm":true,"sammihansen":true,"pqnguyen":true,"yanghcc":true,"brandi4343":true,"agplan":true,"nvmrain":true,"dhanaraju":true,"arugalab":true,"maycon_ribeiro":true,"craigiswayne":true,"truejones":true,"vivekduddempudi":true,"cesarcopi":true,"thivieira":true,"theuves":true,"nayuki":true,"penzin":true,"atinbansal":true,"blog":true,"socially-urban":true,"kkho595":true,"pyhazard":true,"pagoru":true,"fabioppalumbo":true,"spinbit":true},"bugs":{"url":"https://github.com/bower/bower/issues"},"license":"MIT","versions":{"0.1.0":{"name":"bower","description":"The browser package manager.","version":"0.1.0","author":{"name":"some twitter nerds"},"licenses":[{"type":"MIT","url":"http://opensource.org/licenses/MIT"}],"main":"lib","homepage":"http://twitter.github.com/bower","engines":{"node":">= 0.8.0"},"dependencies":{"tmp":"latest","vows":"latest","glob":"latest","nopt":"latest","archy":"latest","async":"latest","colors":"latest","rimraf":"latest","mkdirp":"latest","semver":"latest","request":"latest","fstream":"latest","hogan.js":"latest","underscore":"latest","read-package-json":"latest"},"devDependencies":{"mocha":"latest"},"bin":{"bower":"bin/bower"},"preferGlobal":true,"_id":"bower@0.1.0","dist":{"shasum":"ced4fa98f3f4074f297c3130dd052f4ddf4f6876","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-0.1.0.tgz"},"maintainers":[{"name":"fat","email":"jacobthornton@gmail.com"}],"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"0.1.2":{"name":"bower","description":"The browser package manager.","version":"0.1.2","author":{"name":"Twitter"},"licenses":[{"type":"MIT","url":"https://github.com/twitter/bower/blob/master/LICENSE"}],"main":"lib","homepage":"http://twitter.github.com/bower","engines":{"node":">= 0.8.0"},"dependencies":{"tmp":"latest","vows":"latest","glob":"latest","nopt":"latest","archy":"latest","async":"latest","colors":"latest","rimraf":"latest","mkdirp":"latest","semver":"latest","request":"latest","fstream":"latest","hogan.js":"latest","lodash":"latest","read-package-json":"latest"},"scripts":{"test":"mocha -R spec -t 10000"},"devDependencies":{"mocha":"latest"},"bin":{"bower":"bin/bower"},"preferGlobal":true,"_id":"bower@0.1.2","dist":{"shasum":"b831789c113db329b791e0f24bed4ae747d785a8","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-0.1.2.tgz"},"maintainers":[{"name":"fat","email":"jacobthornton@gmail.com"}],"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"0.1.3":{"name":"bower","description":"The browser package manager.","version":"0.1.3","author":{"name":"Twitter"},"licenses":[{"type":"MIT","url":"https://github.com/twitter/bower/blob/master/LICENSE"}],"main":"lib","homepage":"http://twitter.github.com/bower","engines":{"node":">= 0.8.0"},"dependencies":{"tmp":"latest","vows":"latest","glob":"latest","nopt":"latest","archy":"latest","async":"latest","colors":"latest","rimraf":"latest","mkdirp":"latest","semver":"latest","request":"latest","fstream":"latest","hogan.js":"latest","lodash":"latest","read-package-json":"latest"},"scripts":{"test":"mocha -R spec -t 10000"},"devDependencies":{"mocha":"latest"},"bin":{"bower":"bin/bower"},"preferGlobal":true,"_id":"bower@0.1.3","dist":{"shasum":"720d188397b67753503009c594fbe6c2719a9e72","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-0.1.3.tgz"},"maintainers":[{"name":"fat","email":"jacobthornton@gmail.com"}],"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"0.2.0":{"name":"bower","description":"The browser package manager.","version":"0.2.0","author":{"name":"Twitter"},"licenses":[{"type":"MIT","url":"https://github.com/twitter/bower/blob/master/LICENSE"}],"main":"lib","homepage":"http://twitter.github.com/bower","engines":{"node":">= 0.8.0"},"dependencies":{"tmp":"latest","vows":"latest","glob":"latest","nopt":"latest","archy":"latest","async":"latest","colors":"latest","rimraf":"latest","mkdirp":"latest","semver":"latest","request":"latest","fstream":"latest","hogan.js":"latest","lodash":"latest","read-package-json":"latest"},"scripts":{"test":"mocha -R spec -t 10000"},"devDependencies":{"mocha":"latest","nock":"latest"},"bin":{"bower":"bin/bower"},"preferGlobal":true,"_id":"bower@0.2.0","dist":{"shasum":"ed7f0806da817d1f1f532cf92c921b0f45f87d62","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-0.2.0.tgz"},"maintainers":[{"name":"fat","email":"jacobthornton@gmail.com"}],"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"0.3.0":{"name":"bower","description":"The browser package manager.","version":"0.3.0","author":{"name":"Twitter"},"licenses":[{"type":"MIT","url":"https://github.com/twitter/bower/blob/master/LICENSE"}],"main":"lib","homepage":"http://twitter.github.com/bower","engines":{"node":">= 0.8.0"},"dependencies":{"tmp":"latest","vows":"latest","glob":"latest","nopt":"latest","archy":"latest","async":"latest","colors":"latest","rimraf":"latest","mkdirp":"latest","semver":"latest","request":"latest","fstream":"latest","hogan.js":"latest","lodash":"latest","read-package-json":"latest","stable":"latest","rc":"latest"},"scripts":{"test":"mocha -R spec -t 20000"},"devDependencies":{"mocha":"latest","nock":"latest"},"bin":{"bower":"bin/bower"},"preferGlobal":true,"_id":"bower@0.3.0","dist":{"shasum":"d5497e85fbedd9efeba2d37dcce139a1ec8f988d","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-0.3.0.tgz"},"maintainers":[{"name":"fat","email":"jacobthornton@gmail.com"}],"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"0.3.1":{"name":"bower","description":"The browser package manager.","version":"0.3.1","author":{"name":"Twitter"},"licenses":[{"type":"MIT","url":"https://github.com/twitter/bower/blob/master/LICENSE"}],"main":"lib","homepage":"http://twitter.github.com/bower","engines":{"node":">= 0.8.0"},"dependencies":{"tmp":"latest","vows":"latest","glob":"latest","nopt":"latest","archy":"latest","async":"latest","colors":"latest","rimraf":"latest","mkdirp":"latest","semver":"latest","request":"latest","fstream":"latest","hogan.js":"latest","lodash":"latest","read-package-json":"latest","stable":"latest","rc":"latest"},"scripts":{"test":"mocha -R spec -t 20000"},"devDependencies":{"mocha":"latest","nock":"latest"},"bin":{"bower":"bin/bower"},"preferGlobal":true,"_id":"bower@0.3.1","dist":{"shasum":"15fc958e83fc8348f4424890ca5d43cc3a75811d","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-0.3.1.tgz"},"maintainers":[{"name":"fat","email":"jacobthornton@gmail.com"}],"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"0.3.2":{"name":"bower","description":"The browser package manager.","version":"0.3.2","author":{"name":"Twitter"},"licenses":[{"type":"MIT","url":"https://github.com/twitter/bower/blob/master/LICENSE"}],"main":"lib","homepage":"http://twitter.github.com/bower","engines":{"node":">=0.8.0"},"dependencies":{"tmp":"~0.0.15","vows":"~0.6.4","glob":"~3.1.14","nopt":"~2.0.0","archy":"~0.0.2","async":"~0.1.22","colors":"~0.6.0-1","rimraf":"~2.0.2","mkdirp":"~0.3.4","semver":"~1.1.0","request":"~2.11.4","fstream":"~0.1.19","hogan.js":"~2.0.0","lodash":"~0.9.1","read-package-json":"~0.1.8","stable":"~0.1.2","rc":"~0.0.6"},"scripts":{"test":"mocha -R spec -t 20000"},"devDependencies":{"mocha":"~1.6.0","nock":"~0.13.5"},"bin":{"bower":"bin/bower"},"preferGlobal":true,"_id":"bower@0.3.2","dist":{"shasum":"8553116cc03b3bf14e925125eee9b2bf355b67d5","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-0.3.2.tgz"},"maintainers":[{"name":"fat","email":"jacobthornton@gmail.com"}],"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"0.4.0":{"name":"bower","description":"The browser package manager.","version":"0.4.0","author":{"name":"Twitter"},"licenses":[{"type":"MIT","url":"https://github.com/twitter/bower/blob/master/LICENSE"}],"main":"lib","homepage":"http://twitter.github.com/bower","engines":{"node":">=0.8.0"},"dependencies":{"tmp":"~0.0.15","vows":"~0.6.4","glob":"~3.1.14","nopt":"~2.0.0","archy":"~0.0.2","async":"~0.1.22","colors":"~0.6.0-1","rimraf":"~2.0.2","mkdirp":"~0.3.4","semver":"~1.1.0","request":"~2.11.4","fstream":"~0.1.19","hogan.js":"~2.0.0","lodash":"~0.9.1","read-package-json":"~0.1.8","stable":"~0.1.2","rc":"~0.0.6","unzip":"0.0.4","tar":"~0.1.13"},"scripts":{"test":"mocha -R spec -t 20000"},"devDependencies":{"mocha":"~1.6.0","nock":"~0.13.5"},"bin":{"bower":"bin/bower"},"preferGlobal":true,"_id":"bower@0.4.0","dist":{"shasum":"48718e7951a318fe745d0a1d965ff70521096e4d","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-0.4.0.tgz"},"_npmVersion":"1.1.65","_npmUser":{"name":"satazor","email":"andremiguelcruz@msn.com"},"maintainers":[{"name":"fat","email":"jacobthornton@gmail.com"},{"name":"satazor","email":"andremiguelcruz@msn.com"}],"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"0.5.0":{"name":"bower","description":"The browser package manager.","version":"0.5.0","author":{"name":"Twitter"},"licenses":[{"type":"MIT","url":"https://github.com/twitter/bower/blob/master/LICENSE"}],"main":"lib","homepage":"http://twitter.github.com/bower","engines":{"node":">=0.8.0"},"dependencies":{"tmp":"~0.0.15","vows":"~0.6.4","glob":"~3.1.14","nopt":"~2.0.0","archy":"~0.0.2","async":"~0.1.22","colors":"~0.6.0-1","rimraf":"~2.0.2","mkdirp":"~0.3.4","semver":"~1.1.0","request":"~2.11.4","fstream":"~0.1.19","hogan.js":"~2.0.0","lodash":"~0.9.1","read-package-json":"~0.1.8","stable":"~0.1.2","rc":"~0.0.6","unzip":"0.0.4","tar":"~0.1.13"},"scripts":{"test":"mocha -R spec -t 20000"},"devDependencies":{"mocha":"~1.6.0","nock":"~0.13.5"},"bin":{"bower":"bin/bower"},"preferGlobal":true,"_id":"bower@0.5.0","dist":{"shasum":"60615ec399b30f17afbc779ceb1d8884120b235e","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-0.5.0.tgz"},"_npmVersion":"1.1.65","_npmUser":{"name":"satazor","email":"andremiguelcruz@msn.com"},"maintainers":[{"name":"fat","email":"jacobthornton@gmail.com"},{"name":"satazor","email":"andremiguelcruz@msn.com"}],"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"0.5.1":{"name":"bower","description":"The browser package manager.","version":"0.5.1","author":{"name":"Twitter"},"licenses":[{"type":"MIT","url":"https://github.com/twitter/bower/blob/master/LICENSE"}],"main":"lib","homepage":"http://twitter.github.com/bower","engines":{"node":">=0.8.0"},"dependencies":{"tmp":"~0.0.15","vows":"~0.6.4","glob":"~3.1.14","nopt":"~2.0.0","archy":"~0.0.2","async":"~0.1.22","colors":"~0.6.0-1","rimraf":"~2.0.2","mkdirp":"~0.3.4","semver":"~1.1.0","request":"~2.11.4","fstream":"~0.1.19","hogan.js":"~2.0.0","lodash":"~0.9.1","read-package-json":"~0.1.8","stable":"~0.1.2","rc":"~0.0.6","unzip":"0.0.4","tar":"~0.1.13"},"scripts":{"test":"mocha -R spec -t 20000"},"devDependencies":{"mocha":"~1.6.0","nock":"~0.13.5"},"bin":{"bower":"bin/bower"},"preferGlobal":true,"_id":"bower@0.5.1","dist":{"shasum":"b2a54b26434b15fa4fd3927181cd88abac2da1d7","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-0.5.1.tgz"},"_npmVersion":"1.1.65","_npmUser":{"name":"satazor","email":"andremiguelcruz@msn.com"},"maintainers":[{"name":"fat","email":"jacobthornton@gmail.com"},{"name":"satazor","email":"andremiguelcruz@msn.com"}],"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"0.6.0":{"name":"bower","description":"The browser package manager.","version":"0.6.0","author":{"name":"Twitter"},"licenses":[{"type":"MIT","url":"https://github.com/twitter/bower/blob/master/LICENSE"}],"main":"lib","homepage":"http://twitter.github.com/bower","engines":{"node":">=0.8.0"},"dependencies":{"tmp":"~0.0.15","vows":"~0.6.4","glob":"~3.1.14","nopt":"~2.0.0","archy":"~0.0.2","async":"~0.1.22","colors":"~0.6.0-1","rimraf":"~2.0.2","mkdirp":"~0.3.4","semver":"~1.1.0","request":"~2.11.4","fstream":"~0.1.19","hogan.js":"~2.0.0","lodash":"~0.9.1","read-package-json":"~0.1.8","stable":"~0.1.2","rc":"~0.0.6","unzip":"0.0.4","tar":"~0.1.13"},"scripts":{"postinstall":"node cleanup","test":"mocha -R spec -t 20000"},"devDependencies":{"mocha":"~1.6.0","nock":"~0.13.5"},"bin":{"bower":"bin/bower"},"preferGlobal":true,"_id":"bower@0.6.0","dist":{"shasum":"09a0bbc905e2fec6f009e7687b4986a4aaefc9c8","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-0.6.0.tgz"},"_npmVersion":"1.1.65","_npmUser":{"name":"satazor","email":"andremiguelcruz@msn.com"},"maintainers":[{"name":"fat","email":"jacobthornton@gmail.com"},{"name":"satazor","email":"andremiguelcruz@msn.com"}],"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"0.6.1":{"name":"bower","description":"The browser package manager.","version":"0.6.1","author":{"name":"Twitter"},"licenses":[{"type":"MIT","url":"https://github.com/twitter/bower/blob/master/LICENSE"}],"main":"lib","homepage":"http://twitter.github.com/bower","engines":{"node":">=0.8.0"},"dependencies":{"tmp":"~0.0.16","vows":"~0.6.4","glob":"~3.1.14","nopt":"~2.0.0","archy":"~0.0.2","async":"~0.1.22","colors":"~0.6.0-1","rimraf":"~2.0.2","mkdirp":"~0.3.4","semver":"~1.1.0","request":"~2.11.4","fstream":"~0.1.19","hogan.js":"~2.0.0","lodash":"~0.9.1","read-package-json":"~0.1.8","stable":"~0.1.2","rc":"~0.0.6","unzip":"0.0.4","tar":"~0.1.13"},"scripts":{"postinstall":"node cleanup","test":"mocha -R spec -t 20000"},"devDependencies":{"mocha":"~1.6.0","nock":"~0.13.5"},"bin":{"bower":"bin/bower"},"preferGlobal":true,"_id":"bower@0.6.1","dist":{"shasum":"2be10ecf4f0dfd14688da81e28a151e2c8fa88a4","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-0.6.1.tgz"},"_npmVersion":"1.1.65","_npmUser":{"name":"satazor","email":"andremiguelcruz@msn.com"},"maintainers":[{"name":"fat","email":"jacobthornton@gmail.com"},{"name":"satazor","email":"andremiguelcruz@msn.com"}],"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"0.6.2":{"name":"bower","description":"The browser package manager.","version":"0.6.2","author":{"name":"Twitter"},"licenses":[{"type":"MIT","url":"https://github.com/twitter/bower/blob/master/LICENSE"}],"main":"lib","homepage":"http://twitter.github.com/bower","engines":{"node":">=0.8.0"},"dependencies":{"tmp":"~0.0.16","vows":"~0.6.4","glob":"~3.1.14","nopt":"~2.0.0","archy":"~0.0.2","async":"~0.1.22","colors":"~0.6.0-1","rimraf":"~2.0.2","mkdirp":"~0.3.4","semver":"~1.1.0","request":"~2.11.4","fstream":"~0.1.19","hogan.js":"~2.0.0","lodash":"~0.9.1","read-package-json":"~0.1.8","stable":"~0.1.2","rc":"~0.0.6","unzip":"0.0.4","tar":"~0.1.13"},"scripts":{"postinstall":"node cleanup","test":"mocha -R spec -t 20000"},"devDependencies":{"mocha":"~1.6.0","nock":"~0.13.5"},"bin":{"bower":"bin/bower"},"preferGlobal":true,"_id":"bower@0.6.2","dist":{"shasum":"663fd000d2d73c394531379d173d202ae7e0c7d1","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-0.6.2.tgz"},"_npmVersion":"1.1.65","_npmUser":{"name":"satazor","email":"andremiguelcruz@msn.com"},"maintainers":[{"name":"fat","email":"jacobthornton@gmail.com"},{"name":"satazor","email":"andremiguelcruz@msn.com"}],"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"0.6.3":{"name":"bower","description":"The browser package manager.","version":"0.6.3","author":{"name":"Twitter"},"licenses":[{"type":"MIT","url":"https://github.com/twitter/bower/blob/master/LICENSE"}],"main":"lib","homepage":"http://twitter.github.com/bower","engines":{"node":">=0.8.0"},"dependencies":{"tmp":"~0.0.16","vows":"~0.6.4","glob":"~3.1.14","nopt":"~2.0.0","archy":"~0.0.2","async":"~0.1.22","colors":"~0.6.0-1","rimraf":"~2.0.2","mkdirp":"~0.3.4","semver":"~1.1.0","request":"~2.11.4","fstream":"~0.1.19","hogan.js":"~2.0.0","lodash":"~0.9.1","read-package-json":"~0.1.8","stable":"~0.1.2","rc":"~0.0.6","unzip":"0.0.4","tar":"~0.1.13"},"scripts":{"postinstall":"node cleanup","test":"mocha -R spec -t 20000"},"devDependencies":{"mocha":"~1.6.0","nock":"~0.13.5"},"bin":{"bower":"bin/bower"},"preferGlobal":true,"_id":"bower@0.6.3","dist":{"shasum":"85f919e0c4d72e19335ba0cea72e7a890110f616","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-0.6.3.tgz"},"_npmVersion":"1.1.65","_npmUser":{"name":"satazor","email":"andremiguelcruz@msn.com"},"maintainers":[{"name":"fat","email":"jacobthornton@gmail.com"},{"name":"satazor","email":"andremiguelcruz@msn.com"}],"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"0.6.4":{"name":"bower","description":"The browser package manager.","version":"0.6.4","author":{"name":"Twitter"},"licenses":[{"type":"MIT","url":"https://github.com/twitter/bower/blob/master/LICENSE"}],"main":"lib","homepage":"http://twitter.github.com/bower","engines":{"node":">=0.8.0"},"dependencies":{"tmp":"~0.0.16","vows":"~0.6.4","glob":"~3.1.14","nopt":"~2.0.0","archy":"~0.0.2","async":"~0.1.22","colors":"~0.6.0-1","rimraf":"~2.0.2","mkdirp":"~0.3.4","semver":"~1.1.0","request":"~2.11.4","fstream":"~0.1.19","hogan.js":"~2.0.0","lodash":"~0.9.1","read-package-json":"~0.1.8","stable":"~0.1.2","rc":"~0.0.6","unzip":"0.0.4","tar":"~0.1.13"},"scripts":{"postinstall":"node cleanup","test":"mocha -R spec -t 20000"},"devDependencies":{"mocha":"~1.6.0","nock":"~0.13.5"},"bin":{"bower":"bin/bower"},"preferGlobal":true,"_id":"bower@0.6.4","dist":{"shasum":"4812516aed2ba064e3c41f40d5ac63ce8b821996","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-0.6.4.tgz"},"_npmVersion":"1.1.65","_npmUser":{"name":"satazor","email":"andremiguelcruz@msn.com"},"maintainers":[{"name":"fat","email":"jacobthornton@gmail.com"},{"name":"satazor","email":"andremiguelcruz@msn.com"}],"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"0.6.5":{"name":"bower","description":"The browser package manager.","version":"0.6.5","author":{"name":"Twitter"},"licenses":[{"type":"MIT","url":"https://github.com/twitter/bower/blob/master/LICENSE"}],"main":"lib","homepage":"http://twitter.github.com/bower","engines":{"node":">=0.8.0"},"dependencies":{"tmp":"~0.0.16","vows":"~0.6.4","glob":"~3.1.14","nopt":"~2.0.0","archy":"~0.0.2","async":"~0.1.22","colors":"~0.6.0-1","rimraf":"~2.0.2","mkdirp":"~0.3.4","semver":"~1.1.0","request":"~2.11.4","fstream":"~0.1.19","hogan.js":"~2.0.0","lodash":"~0.9.1","read-package-json":"~0.1.8","stable":"~0.1.2","rc":"~0.0.6","unzip":"0.0.4","tar":"~0.1.13"},"scripts":{"postinstall":"node cleanup","test":"mocha -R spec -t 20000"},"devDependencies":{"mocha":"~1.6.0","nock":"~0.13.5"},"bin":{"bower":"bin/bower"},"preferGlobal":true,"_id":"bower@0.6.5","dist":{"shasum":"29732f5312cdf0d5612e549719b5b987e59c857b","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-0.6.5.tgz"},"_npmVersion":"1.1.65","_npmUser":{"name":"satazor","email":"andremiguelcruz@msn.com"},"maintainers":[{"name":"fat","email":"jacobthornton@gmail.com"},{"name":"satazor","email":"andremiguelcruz@msn.com"}],"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"0.6.6":{"name":"bower","description":"The browser package manager.","version":"0.6.6","author":{"name":"Twitter"},"licenses":[{"type":"MIT","url":"https://github.com/twitter/bower/blob/master/LICENSE"}],"main":"lib","homepage":"http://twitter.github.com/bower","engines":{"node":">=0.8.0"},"dependencies":{"tmp":"~0.0.16","vows":"~0.6.4","glob":"~3.1.14","nopt":"~2.0.0","archy":"~0.0.2","async":"~0.1.22","colors":"~0.6.0-1","rimraf":"~2.0.2","mkdirp":"~0.3.4","semver":"~1.1.0","request":"~2.11.4","fstream":"~0.1.19","hogan.js":"~2.0.0","lodash":"~0.9.1","read-package-json":"~0.1.8","stable":"~0.1.2","rc":"~0.0.6","unzip":"0.0.4","tar":"~0.1.13"},"scripts":{"postinstall":"node cleanup","test":"mocha -R spec -t 20000"},"devDependencies":{"mocha":"~1.6.0","nock":"~0.13.5"},"bin":{"bower":"bin/bower"},"preferGlobal":true,"_id":"bower@0.6.6","dist":{"shasum":"6ac23c4f13bf7621d396ecfe37a8429cf4c23038","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-0.6.6.tgz"},"_npmVersion":"1.1.65","_npmUser":{"name":"satazor","email":"andremiguelcruz@msn.com"},"maintainers":[{"name":"fat","email":"jacobthornton@gmail.com"},{"name":"satazor","email":"andremiguelcruz@msn.com"}],"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"0.6.7":{"name":"bower","description":"The browser package manager.","version":"0.6.7","author":{"name":"Twitter"},"licenses":[{"type":"MIT","url":"https://github.com/twitter/bower/blob/master/LICENSE"}],"main":"lib","homepage":"http://twitter.github.com/bower","engines":{"node":">=0.8.0"},"dependencies":{"tmp":"~0.0.16","vows":"~0.6.4","glob":"~3.1.14","nopt":"~2.0.0","archy":"~0.0.2","async":"~0.1.22","colors":"~0.6.0-1","rimraf":"~2.0.2","mkdirp":"~0.3.4","semver":"~1.1.0","request":"~2.11.4","fstream":"~0.1.19","hogan.js":"~2.0.0","lodash":"~0.9.1","read-package-json":"~0.1.8","stable":"~0.1.2","rc":"~0.0.6","unzip":"0.0.4","tar":"~0.1.13"},"scripts":{"postinstall":"node cleanup","test":"mocha -R spec -t 20000"},"devDependencies":{"mocha":"~1.6.0","nock":"~0.13.5"},"bin":{"bower":"bin/bower"},"preferGlobal":true,"_id":"bower@0.6.7","dist":{"shasum":"393bf6d3b16679cadf2e60d554f52d3517f2663b","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-0.6.7.tgz"},"_npmVersion":"1.1.65","_npmUser":{"name":"satazor","email":"andremiguelcruz@msn.com"},"maintainers":[{"name":"fat","email":"jacobthornton@gmail.com"},{"name":"satazor","email":"andremiguelcruz@msn.com"}],"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"0.6.8":{"name":"bower","description":"The browser package manager.","version":"0.6.8","author":{"name":"Twitter"},"licenses":[{"type":"MIT","url":"https://github.com/twitter/bower/blob/master/LICENSE"}],"main":"lib","homepage":"http://twitter.github.com/bower","engines":{"node":">=0.8.0"},"dependencies":{"tmp":"~0.0.16","vows":"~0.6.4","glob":"~3.1.14","nopt":"~2.0.0","archy":"~0.0.2","async":"~0.1.22","colors":"~0.6.0-1","rimraf":"~2.0.2","mkdirp":"~0.3.4","semver":"~1.1.0","request":"~2.11.4","fstream":"~0.1.19","hogan.js":"~2.0.0","lodash":"~0.9.1","read-package-json":"~0.1.8","stable":"~0.1.2","rc":"~0.0.6","unzip":"0.0.4","tar":"~0.1.13"},"scripts":{"postinstall":"node cleanup","test":"mocha -R spec -t 20000"},"devDependencies":{"mocha":"~1.6.0","nock":"~0.13.5"},"bin":{"bower":"bin/bower"},"preferGlobal":true,"_id":"bower@0.6.8","dist":{"shasum":"6f7266a1a9929947c66b87045094137b3e1e65b6","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-0.6.8.tgz"},"_npmVersion":"1.1.65","_npmUser":{"name":"satazor","email":"andremiguelcruz@msn.com"},"maintainers":[{"name":"fat","email":"jacobthornton@gmail.com"},{"name":"satazor","email":"andremiguelcruz@msn.com"}],"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"0.7.0":{"name":"bower","description":"The browser package manager.","version":"0.7.0","author":{"name":"Twitter"},"licenses":[{"type":"MIT","url":"https://github.com/twitter/bower/blob/master/LICENSE"}],"main":"lib","homepage":"http://twitter.github.com/bower","engines":{"node":">=0.8.0"},"dependencies":{"tmp":"~0.0.16","vows":"~0.6.4","glob":"~3.1.14","nopt":"~2.0.0","archy":"~0.0.2","async":"~0.1.22","colors":"~0.6.0-1","rimraf":"~2.0.2","mkdirp":"~0.3.4","semver":"~1.1.0","request":"~2.11.4","fstream":"~0.1.19","hogan.js":"~2.0.0","lodash":"~0.9.1","read-package-json":"~0.1.8","stable":"~0.1.2","rc":"~0.0.6","unzip":"0.0.4","tar":"~0.1.13"},"scripts":{"postinstall":"node cleanup","test":"mocha -R spec -t 20000"},"devDependencies":{"mocha":"~1.6.0","nock":"~0.13.5"},"bin":{"bower":"bin/bower"},"preferGlobal":true,"_id":"bower@0.7.0","dist":{"shasum":"9acd8601a414c681248cb0a8a233276d9e8bb20a","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-0.7.0.tgz"},"_from":".","_npmVersion":"1.2.2","_npmUser":{"name":"satazor","email":"andremiguelcruz@msn.com"},"maintainers":[{"name":"fat","email":"jacobthornton@gmail.com"},{"name":"satazor","email":"andremiguelcruz@msn.com"}],"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"0.7.1":{"name":"bower","description":"The browser package manager.","version":"0.7.1","author":{"name":"Twitter"},"licenses":[{"type":"MIT","url":"https://github.com/twitter/bower/blob/master/LICENSE"}],"main":"lib","homepage":"http://twitter.github.com/bower","engines":{"node":">=0.8.0"},"dependencies":{"tmp":"~0.0.16","vows":"~0.6.4","glob":"~3.1.14","nopt":"~2.0.0","archy":"~0.0.2","async":"~0.1.22","colors":"~0.6.0-1","rimraf":"~2.0.2","mkdirp":"~0.3.4","semver":"~1.1.0","request":"~2.11.4","fstream":"~0.1.19","hogan.js":"~2.0.0","lodash":"~0.9.1","read-package-json":"~0.1.8","stable":"~0.1.2","rc":"~0.0.6","unzip":"0.0.4","tar":"~0.1.13"},"scripts":{"test":"mocha -R spec -t 20000"},"devDependencies":{"mocha":"~1.6.0","nock":"~0.13.5"},"bin":{"bower":"bin/bower"},"preferGlobal":true,"_id":"bower@0.7.1","dist":{"shasum":"39ab3552fdd906bc6b8fbbf4218a9dd06b4c20b6","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-0.7.1.tgz"},"_from":".","_npmVersion":"1.2.2","_npmUser":{"name":"satazor","email":"andremiguelcruz@msn.com"},"maintainers":[{"name":"fat","email":"jacobthornton@gmail.com"},{"name":"satazor","email":"andremiguelcruz@msn.com"}],"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"0.8.0":{"name":"bower","description":"The browser package manager.","version":"0.8.0","author":{"name":"Twitter"},"licenses":[{"type":"MIT","url":"https://github.com/twitter/bower/blob/master/LICENSE"}],"main":"lib","homepage":"http://twitter.github.com/bower","engines":{"node":">=0.8.0"},"dependencies":{"tmp":"~0.0.16","glob":"~3.1.14","nopt":"~2.0.0","archy":"~0.0.2","async":"~0.2.5","colors":"~0.6.0-1","rimraf":"~2.1.4","mkdirp":"~0.3.4","semver":"~1.1.0","request":"~2.11.4","fstream":"~0.1.19","hogan.js":"~2.0.0","lodash":"~1.0.1","read-package-json":"~0.1.8","stable":"~0.1.2","rc":"~0.0.6","unzip":"~0.1.3","tar":"~0.1.13","promptly":"~0.1.0"},"scripts":{"test":"mocha --reporter spec --timeout 40000"},"devDependencies":{"mocha":"~1.8.1","nock":"~0.13.5"},"bin":{"bower":"bin/bower"},"preferGlobal":true,"_id":"bower@0.8.0","dist":{"shasum":"4ae1c4160e2598e3336a0ff3dbce7e1c6922dca0","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-0.8.0.tgz"},"_from":".","_npmVersion":"1.2.2","_npmUser":{"name":"satazor","email":"andremiguelcruz@msn.com"},"maintainers":[{"name":"fat","email":"jacobthornton@gmail.com"},{"name":"satazor","email":"andremiguelcruz@msn.com"}],"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"0.8.1":{"name":"bower","description":"The browser package manager.","version":"0.8.1","author":{"name":"Twitter"},"licenses":[{"type":"MIT","url":"https://github.com/twitter/bower/blob/master/LICENSE"}],"main":"lib","homepage":"http://twitter.github.com/bower","engines":{"node":">=0.8.0"},"dependencies":{"tmp":"~0.0.16","glob":"~3.1.14","nopt":"~2.0.0","archy":"~0.0.2","async":"~0.2.5","colors":"~0.6.0-1","rimraf":"~2.1.4","mkdirp":"~0.3.4","semver":"~1.1.0","request":"~2.11.4","fstream":"~0.1.19","hogan.js":"~2.0.0","lodash":"~1.0.1","read-package-json":"~0.1.8","stable":"~0.1.2","rc":"~0.0.6","unzip":"~0.1.3","tar":"~0.1.13","promptly":"~0.1.0"},"scripts":{"test":"mocha --reporter spec --timeout 40000"},"devDependencies":{"mocha":"~1.8.1","nock":"~0.13.5"},"bin":{"bower":"bin/bower"},"preferGlobal":true,"_id":"bower@0.8.1","dist":{"shasum":"a59e6059bcc4ce7e63123ec7ee039a28d3d6e1cc","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-0.8.1.tgz"},"_from":".","_npmVersion":"1.2.2","_npmUser":{"name":"satazor","email":"andremiguelcruz@msn.com"},"maintainers":[{"name":"fat","email":"jacobthornton@gmail.com"},{"name":"satazor","email":"andremiguelcruz@msn.com"}],"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"0.8.2":{"name":"bower","description":"The browser package manager.","version":"0.8.2","author":{"name":"Twitter"},"licenses":[{"type":"MIT","url":"https://github.com/twitter/bower/blob/master/LICENSE"}],"main":"lib","homepage":"http://twitter.github.com/bower","engines":{"node":">=0.8.0"},"dependencies":{"tmp":"~0.0.16","glob":"~3.1.14","nopt":"~2.0.0","archy":"~0.0.2","async":"~0.2.5","colors":"~0.6.0-1","rimraf":"~2.0.3","mkdirp":"~0.3.4","semver":"~1.1.0","request":"~2.11.4","fstream":"~0.1.19","hogan.js":"~2.0.0","lodash":"~1.0.1","read-package-json":"~0.1.8","stable":"~0.1.2","rc":"~0.0.6","unzip":"~0.1.3","tar":"~0.1.13","promptly":"~0.1.0"},"scripts":{"test":"mocha --reporter spec --timeout 40000"},"devDependencies":{"mocha":"~1.8.1","nock":"~0.13.5"},"bin":{"bower":"bin/bower"},"preferGlobal":true,"_id":"bower@0.8.2","dist":{"shasum":"bc0227ca9c6c9a2b091f854c6ce79580d93a7bc7","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-0.8.2.tgz"},"_npmVersion":"1.1.69","_npmUser":{"name":"satazor","email":"andremiguelcruz@msn.com"},"maintainers":[{"name":"fat","email":"jacobthornton@gmail.com"},{"name":"satazor","email":"andremiguelcruz@msn.com"}],"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"0.8.3":{"name":"bower","description":"The browser package manager.","version":"0.8.3","author":{"name":"Twitter"},"licenses":[{"type":"MIT","url":"https://github.com/twitter/bower/blob/master/LICENSE"}],"main":"lib","homepage":"http://twitter.github.com/bower","engines":{"node":">=0.8.0"},"dependencies":{"tmp":"~0.0.16","glob":"~3.1.14","nopt":"~2.0.0","archy":"~0.0.2","async":"~0.2.5","colors":"~0.6.0-1","rimraf":"~2.0.3","mkdirp":"~0.3.4","semver":"~1.1.0","request":"~2.11.4","fstream":"~0.1.19","hogan.js":"~2.0.0","lodash":"~1.0.1","read-package-json":"~0.1.8","stable":"~0.1.2","rc":"~0.0.6","unzip":"~0.1.3","tar":"~0.1.13","promptly":"~0.1.0"},"scripts":{"test":"mocha --reporter spec --timeout 40000"},"devDependencies":{"mocha":"~1.8.1","nock":"~0.13.5"},"bin":{"bower":"bin/bower"},"preferGlobal":true,"_id":"bower@0.8.3","dist":{"shasum":"5d01bcc17aa1caed96e2f81674a88e1c272f15cd","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-0.8.3.tgz"},"_from":".","_npmVersion":"1.2.2","_npmUser":{"name":"satazor","email":"andremiguelcruz@msn.com"},"maintainers":[{"name":"fat","email":"jacobthornton@gmail.com"},{"name":"satazor","email":"andremiguelcruz@msn.com"}],"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"0.8.4":{"name":"bower","description":"The browser package manager.","version":"0.8.4","author":{"name":"Twitter"},"licenses":[{"type":"MIT","url":"https://github.com/twitter/bower/blob/master/LICENSE"}],"main":"lib","homepage":"http://twitter.github.com/bower","engines":{"node":">=0.8.0"},"dependencies":{"tmp":"~0.0.16","glob":"~3.1.14","nopt":"~2.0.0","archy":"~0.0.2","async":"~0.2.5","colors":"~0.6.0-1","rimraf":"~2.0.3","mkdirp":"~0.3.4","semver":"~1.1.0","request":"~2.11.4","fstream":"~0.1.19","hogan.js":"~2.0.0","lodash":"~1.0.1","read-package-json":"~0.1.8","stable":"~0.1.2","rc":"~0.0.6","unzip":"~0.1.3","tar":"~0.1.13","promptly":"~0.1.0"},"scripts":{"test":"mocha --reporter spec --timeout 40000"},"devDependencies":{"mocha":"~1.8.1","nock":"~0.13.5"},"bin":{"bower":"bin/bower"},"preferGlobal":true,"_id":"bower@0.8.4","dist":{"shasum":"227a25dfd55346b89c4f374a4a454ba08029a48f","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-0.8.4.tgz"},"_from":".","_npmVersion":"1.2.2","_npmUser":{"name":"satazor","email":"andremiguelcruz@msn.com"},"maintainers":[{"name":"fat","email":"jacobthornton@gmail.com"},{"name":"satazor","email":"andremiguelcruz@msn.com"}],"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"0.8.5":{"name":"bower","description":"The browser package manager.","version":"0.8.5","author":{"name":"Twitter"},"licenses":[{"type":"MIT","url":"https://github.com/twitter/bower/blob/master/LICENSE"}],"main":"lib","homepage":"http://twitter.github.com/bower","engines":{"node":">=0.8.0"},"dependencies":{"tmp":"~0.0.16","glob":"~3.1.14","nopt":"~2.0.0","archy":"~0.0.2","async":"~0.2.5","colors":"~0.6.0-1","rimraf":"~2.0.3","mkdirp":"~0.3.4","semver":"~1.1.0","request":"~2.11.4","fstream":"~0.1.19","hogan.js":"~2.0.0","lodash":"~1.0.1","read-package-json":"~0.1.8","stable":"~0.1.2","rc":"~0.0.6","unzip":"~0.1.3","tar":"~0.1.13","promptly":"~0.1.0"},"scripts":{"test":"mocha --reporter spec --timeout 40000"},"devDependencies":{"mocha":"~1.8.1","nock":"~0.13.5"},"bin":{"bower":"bin/bower"},"preferGlobal":true,"_id":"bower@0.8.5","dist":{"shasum":"8c95a3f4e4f3fc717d398283db919d1ad4b1df66","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-0.8.5.tgz"},"_from":".","_npmVersion":"1.2.11","_npmUser":{"name":"satazor","email":"andremiguelcruz@msn.com"},"maintainers":[{"name":"fat","email":"jacobthornton@gmail.com"},{"name":"satazor","email":"andremiguelcruz@msn.com"}],"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"0.8.6":{"name":"bower","description":"The browser package manager.","version":"0.8.6","author":{"name":"Twitter"},"licenses":[{"type":"MIT","url":"https://github.com/twitter/bower/blob/master/LICENSE"}],"main":"lib","homepage":"http://twitter.github.com/bower","engines":{"node":">=0.8.0"},"dependencies":{"tmp":"~0.0.16","glob":"~3.1.14","nopt":"~2.0.0","archy":"~0.0.2","async":"~0.2.5","colors":"~0.6.0-1","rimraf":"~2.0.3","mkdirp":"~0.3.4","semver":"~1.1.0","request":"~2.11.4","fstream":"~0.1.19","hogan.js":"~2.0.0","lodash":"~1.0.1","read-package-json":"~0.1.8","stable":"~0.1.2","rc":"~0.0.6","unzip":"0.1.4","tar":"~0.1.13","promptly":"~0.1.0"},"scripts":{"test":"mocha --reporter spec --timeout 40000"},"devDependencies":{"mocha":"~1.8.1","nock":"~0.13.5"},"bin":{"bower":"bin/bower"},"preferGlobal":true,"_id":"bower@0.8.6","dist":{"shasum":"bb75f87c513626e80f52eb0df11bf37004af8b18","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-0.8.6.tgz"},"_from":".","_npmVersion":"1.2.14","_npmUser":{"name":"satazor","email":"andremiguelcruz@msn.com"},"maintainers":[{"name":"fat","email":"jacobthornton@gmail.com"},{"name":"satazor","email":"andremiguelcruz@msn.com"}],"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"0.9.0":{"name":"bower","description":"The browser package manager.","version":"0.9.0","author":{"name":"Twitter"},"licenses":[{"type":"MIT","url":"https://github.com/twitter/bower/blob/master/LICENSE"}],"main":"lib","homepage":"http://twitter.github.com/bower","engines":{"node":">=0.8.0"},"dependencies":{"tmp":"~0.0.17","glob":"~3.1.14","nopt":"~2.0.0","archy":"~0.0.2","async":"~0.2.5","colors":"~0.6.0-1","rimraf":"~2.0.3","mkdirp":"~0.3.4","semver":"~1.1.0","request":"~2.11.4","fstream":"~0.1.19","hogan.js":"~2.0.0","lodash":"~1.0.1","read-package-json":"~0.1.8","stable":"~0.1.2","rc":"~0.0.6","unzip":"0.1.7","tar":"~0.1.13","promptly":"~0.1.0","abbrev":"~1.0.4","update-notifier":"~0.1.3"},"scripts":{"test":"mocha --reporter spec --timeout 40000"},"devDependencies":{"mocha":"~1.8.1","nock":"~0.17.3"},"bin":{"bower":"bin/bower"},"preferGlobal":true,"_id":"bower@0.9.0","dist":{"shasum":"ee64f254ec9ff03324e075654a3d5e12f2b0089e","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-0.9.0.tgz"},"_from":".","_npmVersion":"1.2.14","_npmUser":{"name":"satazor","email":"andremiguelcruz@msn.com"},"maintainers":[{"name":"fat","email":"jacobthornton@gmail.com"},{"name":"satazor","email":"andremiguelcruz@msn.com"}],"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"0.9.1":{"name":"bower","description":"The browser package manager.","version":"0.9.1","author":{"name":"Twitter"},"licenses":[{"type":"MIT","url":"https://github.com/bower/bower/blob/master/LICENSE"}],"repository":{"type":"git","url":"https://github.com/bower/bower"},"main":"lib","homepage":"http://bower.io/","engines":{"node":">=0.8.0"},"dependencies":{"abbrev":"~1.0.4","archy":"~0.0.2","async":"~0.2.5","colors":"~0.6.0-1","fstream":"~0.1.19","glob":"~3.1.14","hogan.js":"~2.0.0","lodash":"~1.0.1","mkdirp":"~0.3.4","nopt":"~2.0.0","promptly":"~0.1.0","rc":"~0.0.6","read-package-json":"~0.1.8","request":"~2.11.4","rimraf":"~2.0.3","semver":"~1.1.0","stable":"~0.1.2","tar":"~0.1.13","tmp":"~0.0.17","unzip":"0.1.7","update-notifier":"~0.1.3"},"scripts":{"test":"mocha --reporter spec --timeout 40000"},"devDependencies":{"mocha":"~1.8.1","nock":"~0.17.3"},"bin":{"bower":"bin/bower"},"preferGlobal":true,"_id":"bower@0.9.1","dist":{"shasum":"d10db97807f2e0946c73b960e71df18b008ec885","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-0.9.1.tgz"},"_from":".","_npmVersion":"1.2.14","_npmUser":{"name":"satazor","email":"andremiguelcruz@msn.com"},"maintainers":[{"name":"fat","email":"jacobthornton@gmail.com"},{"name":"satazor","email":"andremiguelcruz@msn.com"}],"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"0.9.2":{"name":"bower","description":"The browser package manager.","version":"0.9.2","author":{"name":"Twitter"},"licenses":[{"type":"MIT","url":"https://github.com/bower/bower/blob/master/LICENSE"}],"repository":{"type":"git","url":"https://github.com/bower/bower"},"main":"lib","homepage":"http://bower.io/","engines":{"node":">=0.8.0"},"dependencies":{"abbrev":"~1.0.4","archy":"~0.0.2","async":"~0.2.5","colors":"~0.6.0-1","fstream":"~0.1.19","glob":"~3.1.14","hogan.js":"~2.0.0","lodash":"~1.0.1","mkdirp":"~0.3.4","nopt":"~2.0.0","promptly":"~0.1.0","rc":"~0.0.6","read-package-json":"~0.1.8","request":"~2.11.4","rimraf":"~2.0.3","semver":"~1.1.0","stable":"~0.1.2","tar":"~0.1.13","tmp":"~0.0.17","unzip":"0.1.7","update-notifier":"~0.1.3"},"scripts":{"test":"mocha --reporter spec --timeout 40000"},"devDependencies":{"mocha":"~1.8.1","nock":"~0.17.3"},"bin":{"bower":"bin/bower"},"preferGlobal":true,"_id":"bower@0.9.2","dist":{"shasum":"cafc6209502ca558b110fe6f30465143a469b7f3","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-0.9.2.tgz"},"_from":".","_npmVersion":"1.2.14","_npmUser":{"name":"satazor","email":"andremiguelcruz@msn.com"},"maintainers":[{"name":"fat","email":"jacobthornton@gmail.com"},{"name":"satazor","email":"andremiguelcruz@msn.com"}],"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"0.10.0":{"name":"bower","description":"The browser package manager.","version":"0.10.0","author":{"name":"Twitter"},"licenses":[{"type":"MIT","url":"https://github.com/bower/bower/blob/master/LICENSE"}],"repository":{"type":"git","url":"https://github.com/bower/bower"},"main":"lib","homepage":"http://bower.io/","engines":{"node":">=0.8.0"},"dependencies":{"abbrev":"~1.0.4","archy":"~0.0.2","async":"~0.2.5","colors":"~0.6.0-1","fstream":"~0.1.19","glob":"~3.1.14","hogan.js":"~2.0.0","lodash":"~1.0.1","mkdirp":"~0.3.4","nopt":"~2.0.0","promptly":"~0.1.0","rc":"~0.3.0","read-package-json":"~0.1.8","request":"~2.11.4","rimraf":"~2.0.3","semver":"~2.0.7","stable":"~0.1.2","tar":"~0.1.13","tmp":"~0.0.20","unzip":"0.1.7","update-notifier":"~0.1.3","which":"~1.0.5"},"scripts":{"test":"mocha --reporter spec --timeout 40000"},"devDependencies":{"mocha":"~1.8.1","nock":"~0.17.3"},"bin":{"bower":"bin/bower"},"preferGlobal":true,"bugs":{"url":"https://github.com/bower/bower/issues"},"_id":"bower@0.10.0","dist":{"shasum":"d62ebf3c47644f6875604c68184a21b90f29e973","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-0.10.0.tgz"},"_from":".","_npmVersion":"1.3.2","_npmUser":{"name":"satazor","email":"andremiguelcruz@msn.com"},"maintainers":[{"name":"fat","email":"jacobthornton@gmail.com"},{"name":"satazor","email":"andremiguelcruz@msn.com"}],"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"1.0.0":{"name":"bower","version":"1.0.0","description":"The browser package manager.","author":{"name":"Twitter"},"licenses":[{"type":"MIT","url":"https://github.com/bower/bower/blob/master/LICENSE"}],"repository":{"type":"git","url":"git://github.com/bower/bower.git"},"main":"lib","homepage":"http://bower.io","engines":{"node":">=0.8.0"},"dependencies":{"archy":"0.0.2","abbrev":"~1.0.4","bower-config":"~0.1.0","bower-endpoint-parser":"~0.1.0","bower-json":"~0.1.0","bower-logger":"~0.1.0","bower-registry-client":"~0.1.0","chmodr":"~0.1.0","colors":"~0.6.0-1","fstream":"~0.1.22","fstream-ignore":"~0.0.6","glob":"~3.2.1","graceful-fs":"~2.0.0","handlebars":"~1.0.11","inquirer":"~0.2.2","junk":"~0.2.0","mkdirp":"~0.3.5","mout":"~0.6.0","nopt":"~2.1.1","lru-cache":"~2.3.0","open":"0.0.3","promptly":"~0.2.0","q":"~0.9.2","request":"~2.22.0","request-progress":"~0.2.0","request-replay":"~0.1.2","rimraf":"~2.2.0","semver":"~2.0.8","stringify-object":"~0.1.4","tar":"~0.1.17","tmp":"~0.0.20","unzip":"~0.1.7","update-notifier":"~0.1.3","which":"~1.0.5"},"devDependencies":{"expect.js":"~0.2.0","grunt":"~0.4.1","grunt-simple-mocha":"~0.4.0","grunt-contrib-watch":"~0.5.0","grunt-contrib-jshint":"~0.6.0","grunt-execute":"~0.1.4","grunt-shell":"~0.3.0","mocha":"~1.12.0","nock":"~0.22.0","istanbul":"~0.1.42","proxyquire":"~0.4.1"},"scripts":{"test":"grunt test"},"bin":{"bower":"bin/bower"},"preferGlobal":true,"bugs":{"url":"https://github.com/bower/bower/issues"},"_id":"bower@1.0.0","dist":{"shasum":"049eebd141f7859cf6dded0818b45be250a6b1a2","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-1.0.0.tgz"},"_from":".","_npmVersion":"1.3.2","_npmUser":{"name":"satazor","email":"andremiguelcruz@msn.com"},"maintainers":[{"name":"fat","email":"jacobthornton@gmail.com"},{"name":"satazor","email":"andremiguelcruz@msn.com"}],"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"1.0.1":{"name":"bower","version":"1.0.1","description":"The browser package manager.","author":{"name":"Twitter"},"licenses":[{"type":"MIT","url":"https://github.com/bower/bower/blob/master/LICENSE"}],"repository":{"type":"git","url":"git://github.com/bower/bower.git"},"main":"lib","homepage":"http://bower.io","engines":{"node":">=0.8.0"},"dependencies":{"archy":"0.0.2","abbrev":"~1.0.4","bower-config":"~0.2.0","bower-endpoint-parser":"~0.2.0","bower-json":"~0.2.0","bower-logger":"~0.1.0","bower-registry-client":"~0.1.1","chmodr":"~0.1.0","colors":"~0.6.0-1","fstream":"~0.1.22","fstream-ignore":"~0.0.6","glob":"~3.2.1","graceful-fs":"~2.0.0","handlebars":"~1.0.11","inquirer":"~0.2.2","junk":"~0.2.0","mkdirp":"~0.3.5","mout":"~0.6.0","nopt":"~2.1.1","lru-cache":"~2.3.0","open":"~0.0.3","promptly":"~0.2.0","q":"~0.9.2","request":"~2.25.0","request-progress":"~0.2.0","request-replay":"~0.1.2","rimraf":"~2.2.0","semver":"~2.0.8","stringify-object":"~0.1.4","sudo-block":"~0.2.0","tar":"~0.1.17","tmp":"~0.0.20","unzip":"~0.1.7","update-notifier":"~0.1.3","which":"~1.0.5"},"devDependencies":{"expect.js":"~0.2.0","grunt":"~0.4.1","grunt-simple-mocha":"~0.4.0","grunt-contrib-watch":"~0.5.0","grunt-contrib-jshint":"~0.6.0","grunt-execute":"~0.1.4","grunt-shell":"~0.3.0","mocha":"~1.12.0","nock":"~0.22.0","istanbul":"~0.1.42","proxyquire":"~0.4.1"},"scripts":{"test":"grunt test"},"bin":{"bower":"bin/bower"},"preferGlobal":true,"bugs":{"url":"https://github.com/bower/bower/issues"},"_id":"bower@1.0.1","dist":{"shasum":"2878db9554588fa3ada335c0308467a7ac4f4cab","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-1.0.1.tgz"},"_from":".","_npmVersion":"1.3.2","_npmUser":{"name":"satazor","email":"andremiguelcruz@msn.com"},"maintainers":[{"name":"fat","email":"jacobthornton@gmail.com"},{"name":"satazor","email":"andremiguelcruz@msn.com"}],"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"1.0.2":{"name":"bower","version":"1.0.2","description":"The browser package manager.","author":{"name":"Twitter"},"licenses":[{"type":"MIT","url":"https://github.com/bower/bower/blob/master/LICENSE"}],"repository":{"type":"git","url":"git://github.com/bower/bower.git"},"main":"lib","homepage":"http://bower.io","engines":{"node":">=0.8.0"},"dependencies":{"archy":"0.0.2","abbrev":"~1.0.4","bower-config":"~0.2.0","bower-endpoint-parser":"~0.2.0","bower-json":"~0.2.0","bower-logger":"~0.1.0","bower-registry-client":"~0.1.1","chmodr":"~0.1.0","colors":"~0.6.0-1","fstream":"~0.1.22","fstream-ignore":"~0.0.6","glob":"~3.2.1","graceful-fs":"~2.0.0","handlebars":"~1.0.11","inquirer":"~0.2.2","junk":"~0.2.0","mkdirp":"~0.3.5","mout":"~0.6.0","nopt":"~2.1.1","lru-cache":"~2.3.0","open":"~0.0.3","promptly":"~0.2.0","q":"~0.9.2","request":"~2.25.0","request-progress":"~0.2.0","request-replay":"~0.1.2","rimraf":"~2.2.0","semver":"~2.0.8","stringify-object":"~0.1.4","sudo-block":"~0.2.0","tar":"~0.1.17","tmp":"~0.0.20","unzip":"~0.1.7","update-notifier":"~0.1.3","which":"~1.0.5"},"devDependencies":{"expect.js":"~0.2.0","grunt":"~0.4.1","grunt-simple-mocha":"~0.4.0","grunt-contrib-watch":"~0.5.0","grunt-contrib-jshint":"~0.6.0","grunt-execute":"~0.1.4","grunt-shell":"~0.3.0","mocha":"~1.12.0","nock":"~0.22.0","istanbul":"~0.1.42","proxyquire":"~0.4.1"},"scripts":{"test":"grunt test"},"bin":{"bower":"bin/bower"},"preferGlobal":true,"bugs":{"url":"https://github.com/bower/bower/issues"},"_id":"bower@1.0.2","dist":{"shasum":"48e23891ecdcb299dca8c86b29a18bd96a391456","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-1.0.2.tgz"},"_from":".","_npmVersion":"1.3.2","_npmUser":{"name":"satazor","email":"andremiguelcruz@msn.com"},"maintainers":[{"name":"fat","email":"jacobthornton@gmail.com"},{"name":"satazor","email":"andremiguelcruz@msn.com"}],"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"1.0.3":{"name":"bower","version":"1.0.3","description":"The browser package manager.","author":{"name":"Twitter"},"licenses":[{"type":"MIT","url":"https://github.com/bower/bower/blob/master/LICENSE"}],"repository":{"type":"git","url":"git://github.com/bower/bower.git"},"main":"lib","homepage":"http://bower.io","engines":{"node":">=0.8.0"},"dependencies":{"archy":"0.0.2","abbrev":"~1.0.4","bower-config":"~0.2.0","bower-endpoint-parser":"~0.2.0","bower-json":"~0.2.0","bower-logger":"~0.1.0","bower-registry-client":"~0.1.1","chmodr":"~0.1.0","colors":"~0.6.0-1","fstream":"~0.1.22","fstream-ignore":"~0.0.6","glob":"~3.2.1","graceful-fs":"~2.0.0","handlebars":"~1.0.11","inquirer":"~0.2.2","junk":"~0.2.0","mkdirp":"~0.3.5","mout":"~0.6.0","nopt":"~2.1.1","lru-cache":"~2.3.0","open":"~0.0.3","promptly":"~0.2.0","q":"~0.9.2","request":"~2.25.0","request-progress":"~0.2.0","request-replay":"~0.1.2","rimraf":"~2.2.0","semver":"~2.0.8","stringify-object":"~0.1.4","sudo-block":"~0.2.0","tar":"~0.1.17","tmp":"~0.0.20","unzip":"~0.1.7","update-notifier":"~0.1.3","which":"~1.0.5"},"devDependencies":{"expect.js":"~0.2.0","grunt":"~0.4.1","grunt-simple-mocha":"~0.4.0","grunt-contrib-watch":"~0.5.0","grunt-contrib-jshint":"~0.6.0","grunt-execute":"~0.1.4","grunt-shell":"~0.3.0","mocha":"~1.12.0","nock":"~0.22.0","istanbul":"~0.1.42","proxyquire":"~0.4.1"},"scripts":{"test":"grunt test"},"bin":{"bower":"bin/bower"},"preferGlobal":true,"bugs":{"url":"https://github.com/bower/bower/issues"},"_id":"bower@1.0.3","dist":{"shasum":"30221d521ebeb7243ced1fefafa83c4910ea30d6","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-1.0.3.tgz"},"_from":".","_npmVersion":"1.3.2","_npmUser":{"name":"satazor","email":"andremiguelcruz@msn.com"},"maintainers":[{"name":"fat","email":"jacobthornton@gmail.com"},{"name":"satazor","email":"andremiguelcruz@msn.com"}],"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"1.1.0":{"name":"bower","version":"1.1.0","description":"The browser package manager.","author":{"name":"Twitter"},"licenses":[{"type":"MIT","url":"https://github.com/bower/bower/blob/master/LICENSE"}],"repository":{"type":"git","url":"git://github.com/bower/bower.git"},"main":"lib","homepage":"http://bower.io","engines":{"node":">=0.8.0"},"dependencies":{"abbrev":"~1.0.4","ansicolors":"~0.2.1","archy":"0.0.2","bower-config":"~0.2.0","bower-endpoint-parser":"~0.2.0","bower-json":"~0.2.0","bower-logger":"~0.1.0","bower-registry-client":"~0.1.2","cardinal":"~0.4.0","chmodr":"~0.1.0","colors":"~0.6.0-1","fstream":"~0.1.22","fstream-ignore":"~0.0.6","glob":"~3.2.1","graceful-fs":"~2.0.0","handlebars":"~1.0.11","inquirer":"~0.2.2","junk":"~0.2.0","mkdirp":"~0.3.5","mout":"~0.6.0","nopt":"~2.1.1","lru-cache":"~2.3.0","open":"~0.0.3","promptly":"~0.2.0","q":"~0.9.2","request":"~2.25.0","request-progress":"~0.2.0","retry":"~0.6.0","rimraf":"~2.2.0","semver":"~2.1.0","stringify-object":"~0.1.4","sudo-block":"~0.2.0","tar":"~0.1.17","tmp":"~0.0.20","unzip":"~0.1.7","update-notifier":"~0.1.3","which":"~1.0.5"},"devDependencies":{"expect.js":"~0.2.0","grunt":"~0.4.1","grunt-simple-mocha":"~0.4.0","grunt-contrib-watch":"~0.5.0","grunt-contrib-jshint":"~0.6.0","grunt-execute":"~0.1.4","grunt-shell":"~0.3.0","mocha":"~1.12.0","nock":"~0.22.0","istanbul":"~0.1.42","proxyquire":"~0.4.1"},"scripts":{"test":"grunt test"},"bin":{"bower":"bin/bower"},"preferGlobal":true,"bugs":{"url":"https://github.com/bower/bower/issues"},"_id":"bower@1.1.0","dist":{"shasum":"fd30de015c254d53ddf2abd7ca086a36e1db64cd","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-1.1.0.tgz"},"_from":".","_npmVersion":"1.3.2","_npmUser":{"name":"satazor","email":"andremiguelcruz@msn.com"},"maintainers":[{"name":"fat","email":"jacobthornton@gmail.com"},{"name":"satazor","email":"andremiguelcruz@msn.com"}],"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"1.1.1":{"name":"bower","version":"1.1.1","description":"The browser package manager.","author":{"name":"Twitter"},"licenses":[{"type":"MIT","url":"https://github.com/bower/bower/blob/master/LICENSE"}],"repository":{"type":"git","url":"git://github.com/bower/bower.git"},"main":"lib","homepage":"http://bower.io","engines":{"node":">=0.8.0"},"dependencies":{"abbrev":"~1.0.4","archy":"0.0.2","bower-config":"~0.3.0","bower-endpoint-parser":"~0.2.0","bower-json":"~0.3.0","bower-logger":"~0.1.0","bower-registry-client":"~0.1.2","cardinal":"~0.4.0","chalk":"~0.2.0","chmodr":"~0.1.0","fstream":"~0.1.22","fstream-ignore":"~0.0.6","glob":"~3.2.1","graceful-fs":"~2.0.0","handlebars":"~1.0.11","inquirer":"~0.2.2","junk":"~0.2.0","mkdirp":"~0.3.5","mout":"~0.6.0","nopt":"~2.1.1","lru-cache":"~2.3.0","open":"~0.0.3","promptly":"~0.2.0","q":"~0.9.2","request":"~2.25.0","request-progress":"~0.2.0","retry":"~0.6.0","rimraf":"~2.2.0","semver":"~2.1.0","stringify-object":"~0.1.4","sudo-block":"~0.2.0","tar":"~0.1.17","tmp":"~0.0.20","unzip":"~0.1.7","update-notifier":"~0.1.3","which":"~1.0.5"},"devDependencies":{"expect.js":"~0.2.0","grunt":"~0.4.1","grunt-simple-mocha":"~0.4.0","grunt-contrib-watch":"~0.5.0","grunt-contrib-jshint":"~0.6.0","grunt-exec":"~0.4.2","mocha":"~1.12.0","nock":"~0.22.0","istanbul":"~0.1.42","proxyquire":"~0.4.1"},"scripts":{"test":"grunt test"},"bin":{"bower":"bin/bower"},"preferGlobal":true,"bugs":{"url":"https://github.com/bower/bower/issues"},"_id":"bower@1.1.1","dist":{"shasum":"d3ac38b690c61460a76ebc5ddecd9e5ec8d65b75","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-1.1.1.tgz"},"_from":".","_npmVersion":"1.3.2","_npmUser":{"name":"satazor","email":"andremiguelcruz@msn.com"},"maintainers":[{"name":"fat","email":"jacobthornton@gmail.com"},{"name":"satazor","email":"andremiguelcruz@msn.com"}],"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"1.1.2":{"name":"bower","version":"1.1.2","description":"The browser package manager.","author":{"name":"Twitter"},"licenses":[{"type":"MIT","url":"https://github.com/bower/bower/blob/master/LICENSE"}],"repository":{"type":"git","url":"git://github.com/bower/bower.git"},"main":"lib","homepage":"http://bower.io","engines":{"node":">=0.8.0"},"dependencies":{"abbrev":"~1.0.4","archy":"0.0.2","bower-config":"~0.3.0","bower-endpoint-parser":"~0.2.0","bower-json":"~0.3.0","bower-logger":"~0.1.0","bower-registry-client":"~0.1.2","cardinal":"~0.4.0","chalk":"~0.2.0","chmodr":"~0.1.0","fstream":"~0.1.22","fstream-ignore":"~0.0.6","glob":"~3.2.1","graceful-fs":"~2.0.0","handlebars":"~1.0.11","inquirer":"~0.2.2","junk":"~0.2.0","mkdirp":"~0.3.5","mout":"~0.6.0","nopt":"~2.1.1","lru-cache":"~2.3.0","open":"~0.0.3","promptly":"~0.2.0","q":"~0.9.2","request":"~2.25.0","request-progress":"~0.2.0","retry":"~0.6.0","rimraf":"~2.2.0","semver":"~2.1.0","stringify-object":"~0.1.4","sudo-block":"~0.2.0","tar":"~0.1.17","tmp":"~0.0.20","unzip":"~0.1.7","update-notifier":"~0.1.3","which":"~1.0.5"},"devDependencies":{"expect.js":"~0.2.0","grunt":"~0.4.1","grunt-simple-mocha":"~0.4.0","grunt-contrib-watch":"~0.5.0","grunt-contrib-jshint":"~0.6.0","grunt-exec":"~0.4.2","mocha":"~1.12.0","nock":"~0.22.0","istanbul":"~0.1.42","proxyquire":"~0.4.1"},"scripts":{"test":"grunt test"},"bin":{"bower":"bin/bower"},"preferGlobal":true,"bugs":{"url":"https://github.com/bower/bower/issues"},"_id":"bower@1.1.2","dist":{"shasum":"89c8d5c75b8359e06fc6a6e3cf4105c3bd6946a1","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-1.1.2.tgz"},"_from":".","_npmVersion":"1.3.2","_npmUser":{"name":"satazor","email":"andremiguelcruz@msn.com"},"maintainers":[{"name":"fat","email":"jacobthornton@gmail.com"},{"name":"satazor","email":"andremiguelcruz@msn.com"}],"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"1.2.0":{"name":"bower","version":"1.2.0","description":"The browser package manager.","author":{"name":"Twitter"},"licenses":[{"type":"MIT","url":"https://github.com/bower/bower/blob/master/LICENSE"}],"repository":{"type":"git","url":"git://github.com/bower/bower.git"},"main":"lib","homepage":"http://bower.io","engines":{"node":">=0.8.0"},"dependencies":{"abbrev":"~1.0.4","archy":"0.0.2","bower-config":"~0.4.0","bower-endpoint-parser":"~0.2.0","bower-json":"~0.4.0","bower-logger":"~0.2.0","bower-registry-client":"~0.1.2","cardinal":"~0.4.0","chalk":"~0.2.0","chmodr":"~0.1.0","fstream":"~0.1.22","fstream-ignore":"~0.0.6","glob":"~3.2.1","graceful-fs":"~2.0.0","handlebars":"~1.0.11","inquirer":"~0.2.2","junk":"~0.2.0","mkdirp":"~0.3.5","mout":"~0.6.0","nopt":"~2.1.1","lru-cache":"~2.3.0","open":"~0.0.3","promptly":"~0.2.0","q":"~0.9.2","request":"~2.25.0","request-progress":"~0.2.0","retry":"~0.6.0","rimraf":"~2.2.0","semver":"~2.1.0","stringify-object":"~0.1.4","sudo-block":"~0.2.0","tar":"~0.1.17","tmp":"~0.0.20","unzip":"~0.1.7","update-notifier":"~0.1.3","which":"~1.0.5"},"devDependencies":{"expect.js":"~0.2.0","grunt":"~0.4.1","grunt-simple-mocha":"~0.4.0","grunt-contrib-watch":"~0.5.0","grunt-contrib-jshint":"~0.6.0","grunt-exec":"~0.4.2","mocha":"~1.12.0","nock":"~0.22.0","istanbul":"~0.1.42","proxyquire":"~0.4.1"},"scripts":{"test":"grunt test"},"bin":{"bower":"bin/bower"},"preferGlobal":true,"bugs":{"url":"https://github.com/bower/bower/issues"},"_id":"bower@1.2.0","dist":{"shasum":"8ec3d0feb4dc2ea5d995f76801a7063ff497b8c3","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-1.2.0.tgz"},"_from":".","_npmVersion":"1.3.2","_npmUser":{"name":"satazor","email":"andremiguelcruz@msn.com"},"maintainers":[{"name":"fat","email":"jacobthornton@gmail.com"},{"name":"satazor","email":"andremiguelcruz@msn.com"}],"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"1.2.1":{"name":"bower","version":"1.2.1","description":"The browser package manager.","author":{"name":"Twitter"},"licenses":[{"type":"MIT","url":"https://github.com/bower/bower/blob/master/LICENSE"}],"repository":{"type":"git","url":"git://github.com/bower/bower.git"},"main":"lib","homepage":"http://bower.io","engines":{"node":">=0.8.0"},"dependencies":{"abbrev":"~1.0.4","archy":"0.0.2","bower-config":"~0.4.0","bower-endpoint-parser":"~0.2.0","bower-json":"~0.4.0","bower-logger":"~0.2.0","bower-registry-client":"~0.1.2","cardinal":"~0.4.0","chalk":"~0.2.0","chmodr":"~0.1.0","fstream":"~0.1.22","fstream-ignore":"~0.0.6","glob":"~3.2.1","graceful-fs":"~2.0.0","handlebars":"~1.0.11","inquirer":"~0.2.2","junk":"~0.2.0","mkdirp":"~0.3.5","mout":"~0.6.0","nopt":"~2.1.1","lru-cache":"~2.3.0","open":"~0.0.3","promptly":"~0.2.0","q":"~0.9.2","request":"~2.25.0","request-progress":"~0.2.0","retry":"~0.6.0","rimraf":"~2.2.0","semver":"~2.1.0","stringify-object":"~0.1.4","sudo-block":"~0.2.0","tar":"~0.1.17","tmp":"~0.0.20","unzip":"~0.1.7","update-notifier":"~0.1.3","which":"~1.0.5"},"devDependencies":{"expect.js":"~0.2.0","grunt":"~0.4.1","grunt-simple-mocha":"~0.4.0","grunt-contrib-watch":"~0.5.0","grunt-contrib-jshint":"~0.6.0","grunt-exec":"~0.4.2","mocha":"~1.12.0","nock":"~0.22.0","istanbul":"~0.1.42","proxyquire":"~0.4.1"},"scripts":{"test":"grunt test"},"bin":{"bower":"bin/bower"},"preferGlobal":true,"bugs":{"url":"https://github.com/bower/bower/issues"},"_id":"bower@1.2.1","dist":{"shasum":"e25fd6c7677205f04b0992f6725048b899f7d779","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-1.2.1.tgz"},"_from":".","_npmVersion":"1.3.2","_npmUser":{"name":"satazor","email":"andremiguelcruz@msn.com"},"maintainers":[{"name":"fat","email":"jacobthornton@gmail.com"},{"name":"satazor","email":"andremiguelcruz@msn.com"}],"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"1.2.2":{"name":"bower","version":"1.2.2","description":"The browser package manager.","author":{"name":"Twitter"},"licenses":[{"type":"MIT","url":"https://github.com/bower/bower/blob/master/LICENSE"}],"repository":{"type":"git","url":"git://github.com/bower/bower.git"},"main":"lib","homepage":"http://bower.io","engines":{"node":">=0.8.0"},"dependencies":{"abbrev":"~1.0.4","archy":"0.0.2","bower-config":"~0.4.3","bower-endpoint-parser":"~0.2.0","bower-json":"~0.4.0","bower-logger":"~0.2.1","bower-registry-client":"~0.1.4","cardinal":"~0.4.0","chalk":"~0.2.0","chmodr":"~0.1.0","fstream":"~0.1.22","fstream-ignore":"~0.0.6","glob":"~3.2.1","graceful-fs":"~2.0.0","handlebars":"~1.0.11","inquirer":"~0.2.2","junk":"~0.2.0","mkdirp":"~0.3.5","mout":"~0.6.0","nopt":"~2.1.1","lru-cache":"~2.3.0","open":"~0.0.3","promptly":"~0.2.0","q":"~0.9.2","request":"~2.27.0","request-progress":"~0.2.0","retry":"~0.6.0","rimraf":"~2.2.0","semver":"~2.1.0","stringify-object":"~0.1.4","sudo-block":"~0.2.0","tar":"~0.1.17","tmp":"~0.0.20","unzip":"~0.1.7","update-notifier":"~0.1.3","which":"~1.0.5"},"devDependencies":{"expect.js":"~0.2.0","grunt":"~0.4.1","grunt-simple-mocha":"~0.4.0","grunt-contrib-watch":"~0.5.0","grunt-contrib-jshint":"~0.6.0","grunt-exec":"~0.4.2","mocha":"~1.12.0","nock":"~0.22.0","istanbul":"~0.1.42","proxyquire":"~0.5.0"},"scripts":{"test":"grunt test"},"bin":{"bower":"bin/bower"},"preferGlobal":true,"bugs":{"url":"https://github.com/bower/bower/issues"},"_id":"bower@1.2.2","dist":{"shasum":"f6bc27b0a3b87d201c9223792795b6d7fd31b6c0","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-1.2.2.tgz"},"_from":".","_npmVersion":"1.3.2","_npmUser":{"name":"satazor","email":"andremiguelcruz@msn.com"},"maintainers":[{"name":"fat","email":"jacobthornton@gmail.com"},{"name":"satazor","email":"andremiguelcruz@msn.com"}],"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"1.2.3":{"name":"bower","version":"1.2.3","description":"The browser package manager.","author":{"name":"Twitter"},"licenses":[{"type":"MIT","url":"https://github.com/bower/bower/blob/master/LICENSE"}],"repository":{"type":"git","url":"git://github.com/bower/bower.git"},"main":"lib","homepage":"http://bower.io","engines":{"node":">=0.8.0"},"dependencies":{"abbrev":"~1.0.4","archy":"0.0.2","bower-config":"~0.4.3","bower-endpoint-parser":"~0.2.0","bower-json":"~0.4.0","bower-logger":"~0.2.1","bower-registry-client":"~0.1.4","cardinal":"~0.4.0","chalk":"~0.2.0","chmodr":"~0.1.0","fstream":"~0.1.22","fstream-ignore":"~0.0.6","glob":"~3.2.1","graceful-fs":"~2.0.0","handlebars":"~1.0.11","inquirer":"~0.2.2","junk":"~0.2.0","mkdirp":"~0.3.5","mout":"~0.6.0","nopt":"~2.1.1","lru-cache":"~2.3.0","open":"~0.0.3","promptly":"~0.2.0","q":"~0.9.2","request":"~2.27.0","request-progress":"~0.2.0","retry":"~0.6.0","rimraf":"~2.2.0","semver":"~2.1.0","stringify-object":"~0.1.4","sudo-block":"~0.2.0","tar":"~0.1.17","tmp":"~0.0.20","unzip":"~0.1.7","update-notifier":"~0.1.3","which":"~1.0.5"},"devDependencies":{"expect.js":"~0.2.0","grunt":"~0.4.1","grunt-simple-mocha":"~0.4.0","grunt-contrib-watch":"~0.5.0","grunt-contrib-jshint":"~0.6.0","grunt-exec":"~0.4.2","mocha":"~1.12.0","nock":"~0.22.0","istanbul":"~0.1.42","proxyquire":"~0.5.0"},"scripts":{"test":"grunt test"},"bin":{"bower":"bin/bower"},"preferGlobal":true,"bugs":{"url":"https://github.com/bower/bower/issues"},"_id":"bower@1.2.3","dist":{"shasum":"5a578d7f502074190ac30a35f6faf19847d0496f","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-1.2.3.tgz"},"_from":".","_npmVersion":"1.3.8","_npmUser":{"name":"satazor","email":"andremiguelcruz@msn.com"},"maintainers":[{"name":"fat","email":"jacobthornton@gmail.com"},{"name":"satazor","email":"andremiguelcruz@msn.com"}],"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"1.2.4":{"name":"bower","version":"1.2.4","description":"The browser package manager.","author":{"name":"Twitter"},"licenses":[{"type":"MIT","url":"https://github.com/bower/bower/blob/master/LICENSE"}],"repository":{"type":"git","url":"git://github.com/bower/bower.git"},"main":"lib","homepage":"http://bower.io","engines":{"node":">=0.8.0"},"dependencies":{"abbrev":"~1.0.4","archy":"0.0.2","bower-config":"~0.4.3","bower-endpoint-parser":"~0.2.0","bower-json":"~0.4.0","bower-logger":"~0.2.1","bower-registry-client":"~0.1.4","cardinal":"~0.4.0","chalk":"~0.2.0","chmodr":"~0.1.0","fstream":"~0.1.22","fstream-ignore":"~0.0.6","glob":"~3.2.1","graceful-fs":"~2.0.0","handlebars":"~1.0.11","inquirer":"~0.2.2","junk":"~0.2.0","mkdirp":"~0.3.5","mout":"~0.6.0","nopt":"~2.1.1","lru-cache":"~2.3.0","open":"~0.0.3","promptly":"~0.2.0","q":"~0.9.2","request":"~2.27.0","request-progress":"~0.2.0","retry":"~0.6.0","rimraf":"~2.2.0","semver":"~2.1.0","stringify-object":"~0.1.4","sudo-block":"~0.2.0","tar":"~0.1.17","tmp":"~0.0.20","unzip":"~0.1.7","update-notifier":"~0.1.3","which":"~1.0.5"},"devDependencies":{"expect.js":"~0.2.0","grunt":"~0.4.1","grunt-simple-mocha":"~0.4.0","grunt-contrib-watch":"~0.5.0","grunt-contrib-jshint":"~0.6.0","grunt-exec":"~0.4.2","mocha":"~1.12.0","nock":"~0.22.0","istanbul":"~0.1.42","proxyquire":"~0.5.0"},"scripts":{"test":"grunt test"},"bin":{"bower":"bin/bower"},"preferGlobal":true,"bugs":{"url":"https://github.com/bower/bower/issues"},"_id":"bower@1.2.4","dist":{"shasum":"7dce66cef5ffab8ef56c053d8df5aa1f1356cfac","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-1.2.4.tgz"},"_from":".","_npmVersion":"1.3.8","_npmUser":{"name":"satazor","email":"andremiguelcruz@msn.com"},"maintainers":[{"name":"fat","email":"jacobthornton@gmail.com"},{"name":"satazor","email":"andremiguelcruz@msn.com"}],"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"1.2.5":{"name":"bower","version":"1.2.5","description":"The browser package manager.","author":{"name":"Twitter"},"licenses":[{"type":"MIT","url":"https://github.com/bower/bower/blob/master/LICENSE"}],"repository":{"type":"git","url":"git://github.com/bower/bower.git"},"main":"lib","homepage":"http://bower.io","engines":{"node":">=0.8.0"},"dependencies":{"abbrev":"~1.0.4","archy":"0.0.2","bower-config":"~0.4.3","bower-endpoint-parser":"~0.2.0","bower-json":"~0.4.0","bower-logger":"~0.2.1","bower-registry-client":"~0.1.4","cardinal":"~0.4.0","chalk":"~0.2.0","chmodr":"~0.1.0","fstream":"~0.1.22","fstream-ignore":"~0.0.6","glob":"~3.2.1","graceful-fs":"~2.0.0","handlebars":"~1.0.11","inquirer":"~0.3.0","junk":"~0.2.0","mkdirp":"~0.3.5","mout":"~0.6.0","nopt":"~2.1.1","lru-cache":"~2.3.0","open":"~0.0.3","osenv":"0.0.3","promptly":"~0.2.0","q":"~0.9.2","request":"~2.27.0","request-progress":"~0.2.0","retry":"~0.6.0","rimraf":"~2.2.0","semver":"~2.1.0","stringify-object":"~0.1.4","sudo-block":"~0.2.0","tar":"~0.1.17","tmp":"~0.0.20","unzip":"~0.1.7","update-notifier":"~0.1.3","which":"~1.0.5"},"devDependencies":{"expect.js":"~0.2.0","grunt":"~0.4.1","grunt-simple-mocha":"~0.4.0","grunt-contrib-watch":"~0.5.0","grunt-contrib-jshint":"~0.6.0","grunt-exec":"~0.4.2","mocha":"~1.12.0","nock":"~0.22.0","istanbul":"~0.1.42","proxyquire":"~0.5.0"},"scripts":{"test":"grunt test"},"bin":{"bower":"bin/bower"},"preferGlobal":true,"bugs":{"url":"https://github.com/bower/bower/issues"},"_id":"bower@1.2.5","dist":{"shasum":"2ef3f565fb6d143582318def68b4b084ac3e5a86","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-1.2.5.tgz"},"_from":".","_npmVersion":"1.3.8","_npmUser":{"name":"satazor","email":"andremiguelcruz@msn.com"},"maintainers":[{"name":"fat","email":"jacobthornton@gmail.com"},{"name":"satazor","email":"andremiguelcruz@msn.com"}],"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"1.2.6":{"name":"bower","version":"1.2.6","description":"The browser package manager.","author":{"name":"Twitter"},"licenses":[{"type":"MIT","url":"https://github.com/bower/bower/blob/master/LICENSE"}],"repository":{"type":"git","url":"git://github.com/bower/bower.git"},"main":"lib","homepage":"http://bower.io","engines":{"node":">=0.8.0"},"dependencies":{"abbrev":"~1.0.4","archy":"0.0.2","bower-config":"~0.5.0","bower-endpoint-parser":"~0.2.0","bower-json":"~0.4.0","bower-logger":"~0.2.1","bower-registry-client":"~0.1.4","cardinal":"~0.4.0","chalk":"~0.2.0","chmodr":"~0.1.0","fstream":"~0.1.22","fstream-ignore":"~0.0.6","glob":"~3.2.1","graceful-fs":"~2.0.0","handlebars":"~1.0.11","inquirer":"~0.3.0","junk":"~0.2.0","mkdirp":"~0.3.5","mout":"~0.6.0","nopt":"~2.1.1","lru-cache":"~2.3.0","open":"~0.0.3","osenv":"0.0.3","promptly":"~0.2.0","q":"~0.9.2","request":"~2.27.0","request-progress":"~0.3.0","retry":"~0.6.0","rimraf":"~2.2.0","semver":"~2.1.0","stringify-object":"~0.1.4","sudo-block":"~0.2.0","tar":"~0.1.17","tmp":"~0.0.20","unzip":"~0.1.7","update-notifier":"~0.1.3","which":"~1.0.5"},"devDependencies":{"expect.js":"~0.2.0","grunt":"~0.4.1","grunt-simple-mocha":"~0.4.0","grunt-contrib-watch":"~0.5.0","grunt-contrib-jshint":"~0.6.0","grunt-exec":"~0.4.2","mocha":"~1.12.0","nock":"~0.22.0","istanbul":"~0.1.42","proxyquire":"~0.5.0"},"scripts":{"test":"grunt test"},"bin":{"bower":"bin/bower"},"preferGlobal":true,"bugs":{"url":"https://github.com/bower/bower/issues"},"_id":"bower@1.2.6","dist":{"shasum":"a8b7bd344601554821957b9ab62fb436febc674d","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-1.2.6.tgz"},"_from":".","_npmVersion":"1.3.8","_npmUser":{"name":"satazor","email":"andremiguelcruz@msn.com"},"maintainers":[{"name":"fat","email":"jacobthornton@gmail.com"},{"name":"satazor","email":"andremiguelcruz@msn.com"}],"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"1.2.7":{"name":"bower","version":"1.2.7","description":"The browser package manager.","author":{"name":"Twitter"},"licenses":[{"type":"MIT","url":"https://github.com/bower/bower/blob/master/LICENSE"}],"repository":{"type":"git","url":"git://github.com/bower/bower.git"},"main":"lib","homepage":"http://bower.io","engines":{"node":">=0.8.0"},"dependencies":{"abbrev":"~1.0.4","archy":"0.0.2","bower-config":"~0.5.0","bower-endpoint-parser":"~0.2.0","bower-json":"~0.4.0","bower-logger":"~0.2.1","bower-registry-client":"~0.1.4","cardinal":"~0.4.0","chalk":"~0.2.0","chmodr":"~0.1.0","fstream":"~0.1.22","fstream-ignore":"~0.0.6","glob":"~3.2.1","graceful-fs":"~2.0.0","handlebars":"~1.0.11","inquirer":"~0.3.0","junk":"~0.2.0","mkdirp":"~0.3.5","mout":"~0.7.0","nopt":"~2.1.1","lru-cache":"~2.3.0","open":"~0.0.3","osenv":"0.0.3","promptly":"~0.2.0","q":"~0.9.2","request":"~2.27.0","request-progress":"~0.3.0","retry":"~0.6.0","rimraf":"~2.2.0","semver":"~2.1.0","stringify-object":"~0.1.4","sudo-block":"~0.2.0","tar":"~0.1.17","tmp":"~0.0.20","unzip":"~0.1.7","update-notifier":"~0.1.3","which":"~1.0.5"},"devDependencies":{"expect.js":"~0.2.0","grunt":"~0.4.1","grunt-simple-mocha":"~0.4.0","grunt-contrib-watch":"~0.5.0","grunt-contrib-jshint":"~0.6.0","grunt-exec":"~0.4.2","mocha":"~1.12.0","nock":"~0.22.0","istanbul":"~0.1.42","proxyquire":"~0.5.0"},"scripts":{"test":"grunt test"},"bin":{"bower":"bin/bower"},"preferGlobal":true,"bugs":{"url":"https://github.com/bower/bower/issues"},"_id":"bower@1.2.7","dist":{"shasum":"5b0505c8192bd61a752a7cf8b718d1b3054cd554","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-1.2.7.tgz"},"_from":".","_npmVersion":"1.3.5","_npmUser":{"name":"satazor","email":"andremiguelcruz@msn.com"},"maintainers":[{"name":"fat","email":"jacobthornton@gmail.com"},{"name":"satazor","email":"andremiguelcruz@msn.com"}],"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"1.2.8":{"name":"bower","version":"1.2.8","description":"The browser package manager.","author":{"name":"Twitter"},"licenses":[{"type":"MIT","url":"https://github.com/bower/bower/blob/master/LICENSE"}],"repository":{"type":"git","url":"git://github.com/bower/bower.git"},"main":"lib","homepage":"http://bower.io","engines":{"node":">=0.8.0"},"dependencies":{"abbrev":"~1.0.4","archy":"0.0.2","bower-config":"~0.5.0","bower-endpoint-parser":"~0.2.0","bower-json":"~0.4.0","bower-logger":"~0.2.1","bower-registry-client":"~0.1.4","cardinal":"~0.4.0","chalk":"~0.2.0","chmodr":"~0.1.0","decompress-zip":"~0.0.3","fstream":"~0.1.22","fstream-ignore":"~0.0.6","glob":"~3.2.1","graceful-fs":"~2.0.0","handlebars":"~1.0.11","inquirer":"~0.3.0","junk":"~0.2.0","mkdirp":"~0.3.5","mout":"~0.7.0","nopt":"~2.1.1","lru-cache":"~2.3.0","open":"~0.0.3","osenv":"0.0.3","promptly":"~0.2.0","q":"~0.9.2","request":"~2.27.0","request-progress":"~0.3.0","retry":"~0.6.0","rimraf":"~2.2.0","semver":"~2.1.0","stringify-object":"~0.1.4","sudo-block":"~0.2.0","tar":"~0.1.17","tmp":"~0.0.20","update-notifier":"~0.1.3","which":"~1.0.5","p-throttler":"~0.0.1"},"devDependencies":{"expect.js":"~0.2.0","grunt":"~0.4.1","grunt-simple-mocha":"~0.4.0","grunt-contrib-watch":"~0.5.0","grunt-contrib-jshint":"~0.6.0","grunt-exec":"~0.4.2","mocha":"~1.12.0","nock":"~0.22.0","istanbul":"~0.1.42","proxyquire":"~0.5.0"},"scripts":{"test":"grunt test"},"bin":{"bower":"bin/bower"},"preferGlobal":true,"bugs":{"url":"https://github.com/bower/bower/issues"},"_id":"bower@1.2.8","dist":{"shasum":"f63c0804a267d5ffaf2fd3fd488367e73dce202f","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-1.2.8.tgz"},"_from":".","_npmVersion":"1.3.14","_npmUser":{"name":"wibblymat","email":"mat@wibbly.org.uk"},"maintainers":[{"name":"fat","email":"jacobthornton@gmail.com"},{"name":"satazor","email":"andremiguelcruz@msn.com"},{"name":"wibblymat","email":"mat@wibbly.org.uk"},{"name":"paulirish","email":"paul.irish@gmail.com"}],"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"1.3.0":{"name":"bower","version":"1.3.0","description":"The browser package manager.","author":{"name":"Twitter"},"licenses":[{"type":"MIT","url":"https://github.com/bower/bower/blob/master/LICENSE"}],"repository":{"type":"git","url":"git://github.com/bower/bower.git"},"main":"lib","homepage":"http://bower.io","engines":{"node":">=0.10.0"},"dependencies":{"abbrev":"~1.0.4","archy":"0.0.2","bower-config":"~0.5.0","bower-endpoint-parser":"~0.2.0","bower-json":"~0.4.0","bower-logger":"~0.2.2","bower-registry-client":"~0.1.4","cardinal":"~0.4.0","chalk":"~0.4.0","chmodr":"~0.1.0","decompress-zip":"~0.0.3","fstream":"~0.1.22","fstream-ignore":"~0.0.6","glob":"~3.2.1","graceful-fs":"~2.0.0","handlebars":"~1.3.0","inquirer":"~0.4.0","junk":"~0.2.0","mkdirp":"~0.3.5","mout":"~0.9.0","nopt":"~2.1.1","lru-cache":"~2.5.0","open":"~0.0.3","osenv":"~0.0.3","promptly":"~0.2.0","q":"~1.0.0","request":"~2.33.0","request-progress":"~0.3.0","retry":"~0.6.0","rimraf":"~2.2.0","semver":"~2.2.1","stringify-object":"~0.2.0","tar":"~0.1.17","tmp":"~0.0.20","update-notifier":"~0.1.3","which":"~1.0.5","p-throttler":"~0.0.1","insight":"~0.3.0","is-root":"~0.1.0","shell-quote":"~1.4.1"},"devDependencies":{"expect.js":"~0.2.0","grunt":"~0.4.1","grunt-simple-mocha":"~0.4.0","grunt-contrib-watch":"~0.5.0","grunt-contrib-jshint":"~0.8.0","grunt-exec":"~0.4.2","mocha":"*","nock":"~0.27.2","istanbul":"~0.2.4","proxyquire":"~0.5.0","load-grunt-tasks":"~0.3.0"},"scripts":{"test":"grunt test"},"bin":{"bower":"bin/bower"},"preferGlobal":true,"bugs":{"url":"https://github.com/bower/bower/issues"},"_id":"bower@1.3.0","dist":{"shasum":"d615ad16859b64c02e3f6b584d3e0d5f669f4063","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-1.3.0.tgz"},"_from":".","_npmVersion":"1.4.4","_npmUser":{"name":"wibblymat","email":"mat@wibbly.org.uk"},"maintainers":[{"name":"fat","email":"jacobthornton@gmail.com"},{"name":"satazor","email":"andremiguelcruz@msn.com"},{"name":"wibblymat","email":"mat@wibbly.org.uk"},{"name":"paulirish","email":"paul.irish@gmail.com"}],"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"1.3.1":{"name":"bower","version":"1.3.1","description":"The browser package manager.","author":{"name":"Twitter"},"licenses":[{"type":"MIT","url":"https://github.com/bower/bower/blob/master/LICENSE"}],"repository":{"type":"git","url":"git://github.com/bower/bower.git"},"main":"lib","homepage":"http://bower.io","engines":{"node":">=0.10.0"},"dependencies":{"abbrev":"~1.0.4","archy":"0.0.2","bower-config":"~0.5.0","bower-endpoint-parser":"~0.2.0","bower-json":"~0.4.0","bower-logger":"~0.2.2","bower-registry-client":"~0.1.4","cardinal":"~0.4.0","chalk":"~0.4.0","chmodr":"~0.1.0","decompress-zip":"~0.0.3","fstream":"~0.1.22","fstream-ignore":"~0.0.6","glob":"~3.2.1","graceful-fs":"~2.0.0","handlebars":"~1.3.0","inquirer":"~0.4.0","junk":"~0.2.0","mkdirp":"~0.3.5","mout":"~0.9.0","nopt":"~2.1.1","lru-cache":"~2.5.0","open":"~0.0.3","osenv":"~0.0.3","promptly":"~0.2.0","q":"~1.0.0","request":"~2.33.0","request-progress":"~0.3.0","retry":"~0.6.0","rimraf":"~2.2.0","semver":"~2.2.1","stringify-object":"~0.2.0","tar":"~0.1.17","tmp":"~0.0.20","update-notifier":"~0.1.3","which":"~1.0.5","p-throttler":"~0.0.1","insight":"~0.3.0","is-root":"~0.1.0","shell-quote":"~1.4.1"},"devDependencies":{"expect.js":"~0.2.0","grunt":"~0.4.1","grunt-simple-mocha":"~0.4.0","grunt-contrib-watch":"~0.5.0","grunt-contrib-jshint":"~0.8.0","grunt-exec":"~0.4.2","mocha":"*","nock":"~0.27.2","istanbul":"~0.2.4","proxyquire":"~0.5.0","load-grunt-tasks":"~0.3.0"},"scripts":{"test":"grunt test"},"bin":{"bower":"bin/bower"},"preferGlobal":true,"bugs":{"url":"https://github.com/bower/bower/issues"},"_id":"bower@1.3.1","dist":{"shasum":"60d564e774be4e60631a159566830fce260e469a","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-1.3.1.tgz"},"_from":".","_npmVersion":"1.3.11","_npmUser":{"name":"wibblymat","email":"mat@wibbly.org.uk"},"maintainers":[{"name":"fat","email":"jacobthornton@gmail.com"},{"name":"satazor","email":"andremiguelcruz@msn.com"},{"name":"wibblymat","email":"mat@wibbly.org.uk"},{"name":"paulirish","email":"paul.irish@gmail.com"}],"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"1.3.2":{"name":"bower","version":"1.3.2","description":"The browser package manager.","author":{"name":"Twitter"},"licenses":[{"type":"MIT","url":"https://github.com/bower/bower/blob/master/LICENSE"}],"repository":{"type":"git","url":"git://github.com/bower/bower.git"},"main":"lib","homepage":"http://bower.io","engines":{"node":">=0.10.0"},"dependencies":{"abbrev":"~1.0.4","archy":"0.0.2","bower-config":"~0.5.0","bower-endpoint-parser":"~0.2.0","bower-json":"~0.4.0","bower-logger":"~0.2.2","bower-registry-client":"~0.1.4","cardinal":"~0.4.0","chalk":"~0.4.0","chmodr":"~0.1.0","decompress-zip":"~0.0.3","fstream":"~0.1.22","fstream-ignore":"~0.0.6","glob":"~3.2.1","graceful-fs":"~2.0.0","handlebars":"~1.3.0","inquirer":"~0.4.0","junk":"~0.2.0","mkdirp":"~0.3.5","mout":"~0.9.0","nopt":"~2.1.1","lru-cache":"~2.5.0","open":"~0.0.3","osenv":"~0.0.3","promptly":"~0.2.0","q":"~1.0.0","request":"~2.33.0","request-progress":"~0.3.0","retry":"~0.6.0","rimraf":"~2.2.0","semver":"~2.2.1","stringify-object":"~0.2.0","tar":"~0.1.17","tmp":"~0.0.20","update-notifier":"~0.1.3","which":"~1.0.5","p-throttler":"~0.0.1","insight":"~0.3.0","is-root":"~0.1.0","shell-quote":"~1.4.1","lockfile":"~0.4.2"},"devDependencies":{"expect.js":"~0.2.0","grunt":"~0.4.1","grunt-simple-mocha":"~0.4.0","grunt-contrib-watch":"~0.5.0","grunt-contrib-jshint":"~0.8.0","grunt-exec":"~0.4.2","mocha":"*","nock":"~0.27.2","istanbul":"~0.2.4","proxyquire":"~0.5.0","load-grunt-tasks":"~0.3.0"},"scripts":{"test":"grunt test"},"bin":{"bower":"bin/bower"},"preferGlobal":true,"bugs":{"url":"https://github.com/bower/bower/issues"},"_id":"bower@1.3.2","dist":{"shasum":"ae1eeea5c3ba9300e10e55b193e9d2fd5407fb7b","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-1.3.2.tgz"},"_from":".","_npmVersion":"1.4.4","_npmUser":{"name":"wibblymat","email":"mat@wibbly.org.uk"},"maintainers":[{"name":"fat","email":"jacobthornton@gmail.com"},{"name":"satazor","email":"andremiguelcruz@msn.com"},{"name":"wibblymat","email":"mat@wibbly.org.uk"},{"name":"paulirish","email":"paul.irish@gmail.com"}],"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"1.3.3":{"name":"bower","version":"1.3.3","description":"The browser package manager","author":{"name":"Twitter"},"licenses":[{"type":"MIT","url":"https://github.com/bower/bower/blob/master/LICENSE"}],"repository":{"type":"git","url":"git://github.com/bower/bower"},"main":"lib","homepage":"http://bower.io","engines":{"node":">=0.10.0"},"dependencies":{"abbrev":"~1.0.4","archy":"~0.0.2","bower-config":"~0.5.0","bower-endpoint-parser":"~0.2.0","bower-json":"~0.4.0","bower-logger":"~0.2.2","bower-registry-client":"~0.2.0","cardinal":"~0.4.0","chalk":"~0.4.0","chmodr":"~0.1.0","decompress-zip":"~0.0.6","fstream":"~0.1.22","fstream-ignore":"~0.0.6","glob":"~3.2.9","graceful-fs":"~2.0.0","handlebars":"~1.3.0","inquirer":"~0.4.0","insight":"~0.3.0","is-root":"~0.1.0","junk":"~0.3.0","lockfile":"~0.4.2","lru-cache":"~2.5.0","mkdirp":"~0.3.5","mout":"~0.9.1","nopt":"~2.2.0","opn":"~0.1.1","osenv":"~0.0.3","p-throttler":"~0.0.1","promptly":"~0.2.0","q":"~1.0.1","request":"~2.34.0","request-progress":"~0.3.0","retry":"~0.6.0","rimraf":"~2.2.0","semver":"~2.2.1","shell-quote":"~1.4.1","stringify-object":"~0.2.0","tar":"~0.1.17","tmp":"~0.0.20","update-notifier":"~0.1.8","which":"~1.0.5"},"devDependencies":{"expect.js":"~0.3.1","grunt":"~0.4.4","grunt-contrib-jshint":"~0.10.0","grunt-contrib-watch":"~0.6.1","grunt-exec":"~0.4.2","grunt-simple-mocha":"~0.4.0","istanbul":"~0.2.4","load-grunt-tasks":"~0.4.0","mocha":"~1.18","nock":"~0.28.2","proxyquire":"~0.6.0"},"scripts":{"test":"grunt test"},"bin":{"bower":"bin/bower"},"preferGlobal":true,"bugs":{"url":"https://github.com/bower/bower/issues"},"_id":"bower@1.3.3","dist":{"shasum":"9aaed731c5d56a86ccdc8b6bcb0b9284b3a6b225","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-1.3.3.tgz"},"_from":".","_npmVersion":"1.3.24","_npmUser":{"name":"sheerun","email":"sheerun@sher.pl"},"maintainers":[{"name":"fat","email":"jacobthornton@gmail.com"},{"name":"satazor","email":"andremiguelcruz@msn.com"},{"name":"wibblymat","email":"mat@wibbly.org.uk"},{"name":"paulirish","email":"paul.irish@gmail.com"},{"name":"sheerun","email":"sheerun@sher.pl"}],"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"1.3.4":{"name":"bower","version":"1.3.4","description":"The browser package manager","author":{"name":"Twitter"},"licenses":[{"type":"MIT","url":"https://github.com/bower/bower/blob/master/LICENSE"}],"repository":{"type":"git","url":"git://github.com/bower/bower"},"main":"lib","homepage":"http://bower.io","engines":{"node":">=0.10.0"},"dependencies":{"abbrev":"~1.0.4","archy":"~0.0.2","bower-config":"~0.5.0","bower-endpoint-parser":"~0.2.0","bower-json":"~0.4.0","bower-logger":"~0.2.2","bower-registry-client":"~0.2.0","cardinal":"~0.4.0","chalk":"~0.4.0","chmodr":"~0.1.0","decompress-zip":"~0.0.6","fstream":"~0.1.22","fstream-ignore":"~0.0.6","glob":"~3.2.9","graceful-fs":"~2.0.0","handlebars":"~1.3.0","inquirer":"~0.4.0","insight":"~0.3.0","is-root":"~0.1.0","junk":"~0.3.0","lockfile":"~0.4.2","lru-cache":"~2.5.0","mkdirp":"~0.3.5","mout":"~0.9.1","nopt":"~2.2.0","opn":"~0.1.1","osenv":"~0.0.3","p-throttler":"~0.0.1","promptly":"~0.2.0","q":"~1.0.1","request":"~2.34.0","request-progress":"~0.3.0","retry":"~0.6.0","rimraf":"~2.2.0","semver":"~2.2.1","shell-quote":"~1.4.1","stringify-object":"~0.2.0","tar":"~0.1.17","tmp":"~0.0.20","update-notifier":"~0.1.8","which":"~1.0.5"},"devDependencies":{"expect.js":"~0.3.1","grunt":"~0.4.4","grunt-contrib-jshint":"~0.10.0","grunt-contrib-watch":"~0.6.1","grunt-exec":"~0.4.2","grunt-simple-mocha":"~0.4.0","istanbul":"~0.2.4","load-grunt-tasks":"~0.4.0","mocha":"~1.18","nock":"~0.28.2","proxyquire":"~0.6.0"},"scripts":{"test":"grunt test"},"bin":{"bower":"bin/bower"},"preferGlobal":true,"bugs":{"url":"https://github.com/bower/bower/issues"},"_id":"bower@1.3.4","_shasum":"90f0c714a0ebac7bdf6b710e608077c4f128180f","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"wibblymat","email":"mat@wibbly.org.uk"},"maintainers":[{"name":"fat","email":"jacobthornton@gmail.com"},{"name":"satazor","email":"andremiguelcruz@msn.com"},{"name":"wibblymat","email":"mat@wibbly.org.uk"},{"name":"paulirish","email":"paul.irish@gmail.com"},{"name":"sheerun","email":"sheerun@sher.pl"}],"dist":{"shasum":"90f0c714a0ebac7bdf6b710e608077c4f128180f","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-1.3.4.tgz"},"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"1.3.5":{"name":"bower","version":"1.3.5","description":"The browser package manager","author":{"name":"Twitter"},"licenses":[{"type":"MIT","url":"https://github.com/bower/bower/blob/master/LICENSE"}],"repository":{"type":"git","url":"git://github.com/bower/bower"},"main":"lib","homepage":"http://bower.io","engines":{"node":">=0.10.0"},"dependencies":{"abbrev":"~1.0.4","archy":"~0.0.2","bower-config":"~0.5.0","bower-endpoint-parser":"~0.2.0","bower-json":"~0.4.0","bower-logger":"~0.2.2","bower-registry-client":"~0.2.0","cardinal":"~0.4.0","chalk":"~0.4.0","chmodr":"~0.1.0","decompress-zip":"~0.0.6","fstream":"~0.1.22","fstream-ignore":"~0.0.6","glob":"~3.2.9","graceful-fs":"~2.0.0","handlebars":"~1.3.0","inquirer":"~0.4.0","insight":"~0.3.0","is-root":"~0.1.0","junk":"~0.3.0","lockfile":"~0.4.2","lru-cache":"~2.5.0","mkdirp":"~0.3.5","mout":"~0.9.1","nopt":"~2.2.0","opn":"~0.1.1","osenv":"~0.0.3","p-throttler":"~0.0.1","promptly":"~0.2.0","q":"~1.0.1","request":"~2.34.0","request-progress":"~0.3.0","retry":"~0.6.0","rimraf":"~2.2.0","semver":"~2.2.1","shell-quote":"~1.4.1","stringify-object":"~0.2.0","tar":"~0.1.17","tmp":"~0.0.20","update-notifier":"~0.1.8","which":"~1.0.5"},"devDependencies":{"expect.js":"~0.3.1","grunt":"~0.4.4","grunt-contrib-jshint":"~0.10.0","grunt-contrib-watch":"~0.6.1","grunt-exec":"~0.4.2","grunt-simple-mocha":"~0.4.0","istanbul":"~0.2.4","load-grunt-tasks":"~0.4.0","mocha":"~1.18","nock":"~0.28.2","proxyquire":"~0.6.0"},"scripts":{"test":"grunt test"},"bin":{"bower":"bin/bower"},"preferGlobal":true,"bugs":{"url":"https://github.com/bower/bower/issues"},"_id":"bower@1.3.5","dist":{"shasum":"36a749fa8d0ac4d96609f721d15c93834bdaf98b","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-1.3.5.tgz"},"_from":".","_npmVersion":"1.3.24","_npmUser":{"name":"sheerun","email":"sheerun@sher.pl"},"maintainers":[{"name":"fat","email":"jacobthornton@gmail.com"},{"name":"satazor","email":"andremiguelcruz@msn.com"},{"name":"wibblymat","email":"mat@wibbly.org.uk"},{"name":"paulirish","email":"paul.irish@gmail.com"},{"name":"sheerun","email":"sheerun@sher.pl"}],"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"1.3.6":{"name":"bower","version":"1.3.6","description":"The browser package manager","author":{"name":"Twitter"},"licenses":[{"type":"MIT","url":"https://github.com/bower/bower/blob/master/LICENSE"}],"repository":{"type":"git","url":"git://github.com/bower/bower"},"main":"lib","homepage":"http://bower.io","engines":{"node":">=0.10.0"},"dependencies":{"abbrev":"~1.0.4","archy":"~0.0.2","bower-config":"~0.5.2","bower-endpoint-parser":"~0.2.2","bower-json":"~0.4.0","bower-logger":"~0.2.2","bower-registry-client":"~0.2.0","cardinal":"~0.4.0","chalk":"~0.4.0","chmodr":"~0.1.0","decompress-zip":"~0.0.6","fstream":"~0.1.22","fstream-ignore":"~0.0.6","glob":"~4.0.2","graceful-fs":"~3.0.1","handlebars":"~1.3.0","inquirer":"~0.5.1","insight":"~0.3.0","is-root":"~0.1.0","junk":"~0.3.0","lockfile":"~0.4.2","lru-cache":"~2.5.0","mkdirp":"~0.5.0","mout":"~0.9.1","nopt":"~3.0.0","opn":"~0.1.1","osenv":"~0.1.0","p-throttler":"~0.0.1","promptly":"~0.2.0","q":"~1.0.1","request":"~2.36.0","request-progress":"~0.3.0","retry":"~0.6.0","rimraf":"~2.2.0","semver":"~2.3.0","shell-quote":"~1.4.1","stringify-object":"~0.2.0","tar":"~0.1.17","tmp":"~0.0.23","update-notifier":"~0.1.8","which":"~1.0.5"},"devDependencies":{"expect.js":"~0.3.1","grunt":"~0.4.4","grunt-contrib-jshint":"~0.10.0","grunt-contrib-watch":"~0.6.1","grunt-exec":"~0.4.2","grunt-simple-mocha":"~0.4.0","istanbul":"~0.2.4","load-grunt-tasks":"~0.4.0","mocha":"~1.20.1","nock":"~0.34.1","proxyquire":"~1.0.1","coveralls":"~2.10.0","node-uuid":"~1.4.1"},"scripts":{"test":"grunt test"},"bin":{"bower":"bin/bower"},"preferGlobal":true,"bugs":{"url":"https://github.com/bower/bower/issues"},"_id":"bower@1.3.6","dist":{"shasum":"db643fdaab0376c3c526939d709e9852a46ca2ed","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-1.3.6.tgz"},"_from":".","_npmVersion":"1.3.24","_npmUser":{"name":"sheerun","email":"sheerun@sher.pl"},"maintainers":[{"name":"fat","email":"jacobthornton@gmail.com"},{"name":"satazor","email":"andremiguelcruz@msn.com"},{"name":"wibblymat","email":"mat@wibbly.org.uk"},{"name":"paulirish","email":"paul.irish@gmail.com"},{"name":"sheerun","email":"sheerun@sher.pl"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"1.3.7":{"name":"bower","version":"1.3.7","description":"The browser package manager","author":{"name":"Twitter"},"licenses":[{"type":"MIT","url":"https://github.com/bower/bower/blob/master/LICENSE"}],"repository":{"type":"git","url":"git://github.com/bower/bower"},"main":"lib","homepage":"http://bower.io","engines":{"node":">=0.10.0"},"dependencies":{"abbrev":"~1.0.4","archy":"~0.0.2","bower-config":"~0.5.2","bower-endpoint-parser":"~0.2.2","bower-json":"~0.4.0","bower-logger":"~0.2.2","bower-registry-client":"~0.2.0","cardinal":"~0.4.0","chalk":"~0.4.0","chmodr":"~0.1.0","decompress-zip":"~0.0.6","fstream":"~0.1.22","fstream-ignore":"~0.0.6","glob":"~4.0.2","graceful-fs":"~3.0.1","handlebars":"~1.3.0","inquirer":"~0.5.1","insight":"~0.3.0","is-root":"~0.1.0","junk":"~0.3.0","lockfile":"~0.4.2","lru-cache":"~2.5.0","mkdirp":"~0.5.0","mout":"~0.9.1","nopt":"~3.0.0","opn":"~0.1.1","osenv":"~0.1.0","p-throttler":"~0.0.1","promptly":"~0.2.0","q":"~1.0.1","request":"~2.36.0","request-progress":"~0.3.0","retry":"~0.6.0","rimraf":"~2.2.0","semver":"~2.3.0","shell-quote":"~1.4.1","stringify-object":"~0.2.0","tar":"~0.1.17","tmp":"~0.0.23","update-notifier":"~0.1.8","which":"~1.0.5"},"devDependencies":{"expect.js":"~0.3.1","grunt":"~0.4.4","grunt-contrib-jshint":"~0.10.0","grunt-contrib-watch":"~0.6.1","grunt-exec":"~0.4.2","grunt-simple-mocha":"~0.4.0","istanbul":"~0.2.4","load-grunt-tasks":"~0.4.0","mocha":"~1.20.1","nock":"~0.34.1","proxyquire":"~1.0.1","coveralls":"~2.10.0","node-uuid":"~1.4.1"},"scripts":{"test":"grunt test"},"bin":{"bower":"bin/bower"},"preferGlobal":true,"bugs":{"url":"https://github.com/bower/bower/issues"},"_id":"bower@1.3.7","dist":{"shasum":"498c3112c26d69eec3e17f00f760bccd7e4ac004","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-1.3.7.tgz"},"_from":".","_npmVersion":"1.3.24","_npmUser":{"name":"sheerun","email":"sheerun@sher.pl"},"maintainers":[{"name":"fat","email":"jacobthornton@gmail.com"},{"name":"satazor","email":"andremiguelcruz@msn.com"},{"name":"wibblymat","email":"mat@wibbly.org.uk"},{"name":"paulirish","email":"paul.irish@gmail.com"},{"name":"sheerun","email":"sheerun@sher.pl"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"1.3.8":{"name":"bower","version":"1.3.8","description":"The browser package manager","author":{"name":"Twitter"},"licenses":[{"type":"MIT","url":"https://github.com/bower/bower/blob/master/LICENSE"}],"repository":{"type":"git","url":"git://github.com/bower/bower"},"main":"lib","homepage":"http://bower.io","engines":{"node":">=0.10.0"},"dependencies":{"abbrev":"~1.0.4","archy":"~0.0.2","bower-config":"~0.5.2","bower-endpoint-parser":"~0.2.2","bower-json":"~0.4.0","bower-logger":"~0.2.2","bower-registry-client":"~0.2.0","cardinal":"~0.4.0","chalk":"~0.4.0","chmodr":"~0.1.0","decompress-zip":"~0.0.6","fstream":"~0.1.22","fstream-ignore":"~0.0.6","glob":"~4.0.2","graceful-fs":"~3.0.1","handlebars":"~1.3.0","inquirer":"~0.5.1","insight":"~0.3.0","is-root":"~0.1.0","junk":"~0.3.0","lockfile":"~0.4.2","lru-cache":"~2.5.0","mkdirp":"~0.5.0","mout":"~0.9.1","nopt":"~3.0.0","opn":"~0.1.1","osenv":"~0.1.0","p-throttler":"~0.0.1","promptly":"~0.2.0","q":"~1.0.1","request":"~2.36.0","request-progress":"~0.3.0","retry":"~0.6.0","rimraf":"~2.2.0","semver":"~2.3.0","shell-quote":"~1.4.1","stringify-object":"~0.2.0","tar":"~0.1.17","tmp":"0.0.23","update-notifier":"~0.2.0","which":"~1.0.5"},"devDependencies":{"expect.js":"~0.3.1","grunt":"~0.4.4","grunt-contrib-jshint":"~0.10.0","grunt-contrib-watch":"~0.6.1","grunt-exec":"~0.4.2","grunt-simple-mocha":"~0.4.0","istanbul":"~0.2.4","load-grunt-tasks":"~0.4.0","mocha":"~1.20.1","nock":"~0.34.1","proxyquire":"~1.0.1","coveralls":"~2.10.0","node-uuid":"~1.4.1"},"scripts":{"test":"grunt test"},"bin":{"bower":"bin/bower"},"preferGlobal":true,"bugs":{"url":"https://github.com/bower/bower/issues"},"_id":"bower@1.3.8","dist":{"shasum":"afa3338a8a88a6e084c38112ea4a15998cbee3e6","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-1.3.8.tgz"},"_from":".","_npmVersion":"1.4.6","_npmUser":{"name":"paulirish","email":"paul.irish@gmail.com"},"maintainers":[{"name":"fat","email":"jacobthornton@gmail.com"},{"name":"satazor","email":"andremiguelcruz@msn.com"},{"name":"wibblymat","email":"mat@wibbly.org.uk"},{"name":"paulirish","email":"paul.irish@gmail.com"},{"name":"sheerun","email":"sheerun@sher.pl"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"1.3.9":{"name":"bower","version":"1.3.9","description":"The browser package manager","author":{"name":"Twitter"},"licenses":[{"type":"MIT","url":"https://github.com/bower/bower/blob/master/LICENSE"}],"repository":{"type":"git","url":"git://github.com/bower/bower"},"main":"lib","homepage":"http://bower.io","engines":{"node":">=0.10.0"},"dependencies":{"abbrev":"~1.0.4","archy":"0.0.2","bower-config":"~0.5.2","bower-endpoint-parser":"~0.2.2","bower-json":"~0.4.0","bower-logger":"~0.2.2","bower-registry-client":"~0.2.0","cardinal":"~0.4.0","chalk":"~0.5.0","chmodr":"~0.1.0","decompress-zip":"0.0.6","fstream":"~0.1.22","fstream-ignore":"0.0.6","glob":"~4.0.2","graceful-fs":"~3.0.1","handlebars":"~1.3.0","inquirer":"~0.5.1","insight":"~0.4.1","is-root":"~0.1.0","junk":"~0.3.0","lockfile":"~0.4.2","lru-cache":"~2.5.0","mkdirp":"~0.5.0","mout":"~0.9.1","nopt":"~3.0.0","opn":"~0.1.1","osenv":"~0.1.0","p-throttler":"0.0.1","promptly":"~0.2.0","q":"~1.0.1","request":"~2.36.0","request-progress":"~0.3.0","retry":"~0.6.0","rimraf":"~2.2.0","semver":"~2.3.0","shell-quote":"~1.4.1","stringify-object":"~0.2.0","tar":"~0.1.17","tmp":"0.0.23","update-notifier":"~0.2.0","which":"~1.0.5"},"devDependencies":{"coveralls":"~2.11.0","expect.js":"~0.3.1","grunt":"~0.4.4","grunt-contrib-jshint":"~0.10.0","grunt-contrib-watch":"~0.6.1","grunt-exec":"~0.4.2","grunt-simple-mocha":"~0.4.0","istanbul":"~0.2.4","load-grunt-tasks":"~0.6.0","mocha":"~1.20.1","nock":"~0.41.0","node-uuid":"~1.4.1","proxyquire":"~1.0.1"},"scripts":{"test":"grunt test"},"bin":{"bower":"bin/bower"},"preferGlobal":true,"gitHead":"a069d1e07d46b81c5a69e391506028f9b076b39d","bugs":{"url":"https://github.com/bower/bower/issues"},"_id":"bower@1.3.9","_shasum":"786d4addfc523e875089ccc1ef8d5a6d6e91a2c6","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"fat","email":"jacobthornton@gmail.com"},{"name":"satazor","email":"andremiguelcruz@msn.com"},{"name":"wibblymat","email":"mat@wibbly.org.uk"},{"name":"paulirish","email":"paul.irish@gmail.com"},{"name":"sheerun","email":"sheerun@sher.pl"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"786d4addfc523e875089ccc1ef8d5a6d6e91a2c6","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-1.3.9.tgz"},"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"1.3.10":{"name":"bower","version":"1.3.10","description":"The browser package manager","author":{"name":"Twitter"},"licenses":[{"type":"MIT","url":"https://github.com/bower/bower/blob/master/LICENSE"}],"repository":{"type":"git","url":"https://github.com/bower/bower"},"main":"lib","homepage":"http://bower.io","engines":{"node":">=0.10.0"},"dependencies":{"abbrev":"~1.0.4","archy":"0.0.2","bower-config":"~0.5.2","bower-endpoint-parser":"~0.2.2","bower-json":"~0.4.0","bower-logger":"~0.2.2","bower-registry-client":"~0.2.0","cardinal":"~0.4.0","chalk":"~0.5.0","chmodr":"~0.1.0","decompress-zip":"0.0.8","fstream":"~1.0.2","fstream-ignore":"~1.0.1","glob":"~4.0.2","graceful-fs":"~3.0.1","handlebars":"~2.0.0","inquirer":"~0.7.1","insight":"~0.4.3","is-root":"~1.0.0","junk":"~1.0.0","lockfile":"~1.0.0","lru-cache":"~2.5.0","mkdirp":"~0.5.0","mout":"~0.10.0","nopt":"~3.0.0","opn":"~1.0.0","osenv":"~0.1.0","p-throttler":"0.1.0","promptly":"~0.2.0","q":"~1.0.1","request":"~2.42.0","request-progress":"~0.3.0","retry":"~0.6.0","rimraf":"~2.2.0","semver":"~2.3.0","shell-quote":"~1.4.1","stringify-object":"~1.0.0","tar-fs":"~0.5.0","tmp":"0.0.23","update-notifier":"~0.2.0","which":"~1.0.5"},"devDependencies":{"coveralls":"~2.11.0","expect.js":"~0.3.1","grunt":"~0.4.4","grunt-cli":"^0.1.13","grunt-contrib-jshint":"~0.10.0","grunt-contrib-watch":"~0.6.1","grunt-exec":"~0.4.2","grunt-simple-mocha":"~0.4.0","istanbul":"~0.3.2","load-grunt-tasks":"~0.6.0","mocha":"~1.21.4","nock":"~0.46.0","node-uuid":"~1.4.1","proxyquire":"~1.0.1"},"scripts":{"test":"grunt test"},"bin":{"bower":"bin/bower"},"preferGlobal":true,"gitHead":"fd4d68038bb8f96df4d16d70f38d6075ddbc0195","bugs":{"url":"https://github.com/bower/bower/issues"},"_id":"bower@1.3.10","_shasum":"f2153c1bf20ec868f5d80a04a61e0fd1547fa52a","_from":".","_npmVersion":"1.4.23","_npmUser":{"name":"sheerun","email":"sheerun@sher.pl"},"maintainers":[{"name":"fat","email":"jacobthornton@gmail.com"},{"name":"satazor","email":"andremiguelcruz@msn.com"},{"name":"wibblymat","email":"mat@wibbly.org.uk"},{"name":"paulirish","email":"paul.irish@gmail.com"},{"name":"sheerun","email":"sheerun@sher.pl"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"f2153c1bf20ec868f5d80a04a61e0fd1547fa52a","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-1.3.10.tgz"},"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"1.3.11":{"name":"bower","version":"1.3.11","description":"The browser package manager","author":{"name":"Twitter"},"licenses":[{"type":"MIT","url":"https://github.com/bower/bower/blob/master/LICENSE"}],"repository":{"type":"git","url":"https://github.com/bower/bower"},"main":"lib","homepage":"http://bower.io","engines":{"node":">=0.10.0"},"dependencies":{"abbrev":"~1.0.4","archy":"0.0.2","bower-config":"~0.5.2","bower-endpoint-parser":"~0.2.2","bower-json":"~0.4.0","bower-logger":"~0.2.2","bower-registry-client":"~0.2.0","cardinal":"~0.4.0","chalk":"~0.5.0","chmodr":"~0.1.0","decompress-zip":"0.0.8","fstream":"~1.0.2","fstream-ignore":"~1.0.1","glob":"~4.0.2","graceful-fs":"~3.0.1","handlebars":"~2.0.0","inquirer":"~0.7.1","insight":"~0.4.3","is-root":"~1.0.0","junk":"~1.0.0","lockfile":"~1.0.0","lru-cache":"~2.5.0","mkdirp":"~0.5.0","mout":"~0.10.0","nopt":"~3.0.0","opn":"~1.0.0","osenv":"~0.1.0","p-throttler":"0.1.0","promptly":"~0.2.0","q":"~1.0.1","request":"~2.42.0","request-progress":"~0.3.0","retry":"~0.6.0","rimraf":"~2.2.0","semver":"~2.3.0","shell-quote":"~1.4.1","stringify-object":"~1.0.0","tar-fs":"~0.5.0","tmp":"0.0.23","update-notifier":"~0.2.0","which":"~1.0.5"},"devDependencies":{"coveralls":"~2.11.0","expect.js":"~0.3.1","grunt":"~0.4.4","grunt-cli":"^0.1.13","grunt-contrib-jshint":"~0.10.0","grunt-contrib-watch":"~0.6.1","grunt-exec":"~0.4.2","grunt-simple-mocha":"~0.4.0","istanbul":"~0.3.2","load-grunt-tasks":"~0.6.0","mocha":"~1.21.4","nock":"~0.46.0","node-uuid":"~1.4.1","proxyquire":"~1.0.1"},"scripts":{"test":"grunt test"},"bin":{"bower":"bin/bower"},"preferGlobal":true,"gitHead":"e97bf479fb804f57bb1437bf4ad14ce2cd2bf837","bugs":{"url":"https://github.com/bower/bower/issues"},"_id":"bower@1.3.11","_shasum":"174fe11dafb69d28478d2896878e06f1ed47b789","_from":".","_npmVersion":"1.4.23","_npmUser":{"name":"sheerun","email":"sheerun@sher.pl"},"maintainers":[{"name":"fat","email":"jacobthornton@gmail.com"},{"name":"satazor","email":"andremiguelcruz@msn.com"},{"name":"wibblymat","email":"mat@wibbly.org.uk"},{"name":"paulirish","email":"paul.irish@gmail.com"},{"name":"sheerun","email":"sheerun@sher.pl"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"174fe11dafb69d28478d2896878e06f1ed47b789","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-1.3.11.tgz"},"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"1.3.12":{"name":"bower","version":"1.3.12","description":"The browser package manager","author":{"name":"Twitter"},"licenses":[{"type":"MIT","url":"https://github.com/bower/bower/blob/master/LICENSE"}],"repository":{"type":"git","url":"https://github.com/bower/bower"},"main":"lib","homepage":"http://bower.io","engines":{"node":">=0.10.0"},"dependencies":{"abbrev":"~1.0.4","archy":"0.0.2","bower-config":"~0.5.2","bower-endpoint-parser":"~0.2.2","bower-json":"~0.4.0","bower-logger":"~0.2.2","bower-registry-client":"~0.2.0","cardinal":"0.4.0","chalk":"0.5.0","chmodr":"0.1.0","decompress-zip":"0.0.8","fstream":"~1.0.2","fstream-ignore":"~1.0.1","glob":"~4.0.2","graceful-fs":"~3.0.1","handlebars":"~2.0.0","inquirer":"0.7.1","insight":"0.4.3","is-root":"~1.0.0","junk":"~1.0.0","lockfile":"~1.0.0","lru-cache":"~2.5.0","mkdirp":"0.5.0","mout":"~0.9.0","nopt":"~3.0.0","opn":"~1.0.0","osenv":"0.1.0","p-throttler":"0.1.0","promptly":"0.2.0","q":"~1.0.1","request":"~2.42.0","request-progress":"0.3.0","retry":"0.6.0","rimraf":"~2.2.0","semver":"~2.3.0","shell-quote":"~1.4.1","stringify-object":"~1.0.0","tar-fs":"0.5.2","tmp":"0.0.23","update-notifier":"0.2.0","which":"~1.0.5"},"devDependencies":{"coveralls":"~2.11.0","expect.js":"~0.3.1","grunt":"~0.4.4","grunt-cli":"^0.1.13","grunt-contrib-jshint":"~0.10.0","grunt-contrib-watch":"~0.6.1","grunt-exec":"~0.4.2","grunt-simple-mocha":"~0.4.0","istanbul":"~0.3.2","load-grunt-tasks":"~0.6.0","mocha":"~1.21.4","nock":"~0.46.0","node-uuid":"~1.4.1","proxyquire":"~1.0.1"},"scripts":{"test":"grunt test"},"bin":{"bower":"bin/bower"},"preferGlobal":true,"gitHead":"b26c072f0db054a1902ec4d2e3726dbf8a1c799a","bugs":{"url":"https://github.com/bower/bower/issues"},"_id":"bower@1.3.12","_shasum":"37de0edb3904baf90aee13384a1a379a05ee214c","_from":".","_npmVersion":"2.0.0","_npmUser":{"name":"sheerun","email":"sheerun@sher.pl"},"maintainers":[{"name":"fat","email":"jacobthornton@gmail.com"},{"name":"satazor","email":"andremiguelcruz@msn.com"},{"name":"wibblymat","email":"mat@wibbly.org.uk"},{"name":"paulirish","email":"paul.irish@gmail.com"},{"name":"sheerun","email":"sheerun@sher.pl"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"37de0edb3904baf90aee13384a1a379a05ee214c","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-1.3.12.tgz"},"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"1.4.0":{"name":"bower","version":"1.4.0","description":"The browser package manager","author":{"name":"Twitter"},"licenses":[{"type":"MIT","url":"https://github.com/bower/bower/blob/master/LICENSE"}],"repository":{"type":"git","url":"https://github.com/bower/bower"},"main":"lib","homepage":"http://bower.io","engines":{"node":">=0.10.0"},"dependencies":{"abbrev":"^1.0.5","archy":"1.0.0","bower-config":"^0.6.0","bower-endpoint-parser":"^0.2.2","bower-json":"^0.4.0","bower-logger":"^0.2.2","bower-registry-client":"^0.2.1","cardinal":"0.4.4","chalk":"^1.0.0","chmodr":"0.1.0","configstore":"^0.3.2","decompress-zip":"^0.1.0","fstream":"^1.0.3","fstream-ignore":"^1.0.2","github":"^0.2.3","glob":"^4.3.2","graceful-fs":"^3.0.5","handlebars":"^2.0.0","inquirer":"0.8.0","insight":"^0.5.0","is-root":"^1.0.0","junk":"^1.0.0","lockfile":"^1.0.0","lru-cache":"^2.5.0","mkdirp":"0.5.0","mout":"^0.11.0","nopt":"^3.0.1","opn":"^1.0.1","p-throttler":"0.1.1","promptly":"0.2.0","q":"^1.1.2","request":"2.53.0","request-progress":"0.3.1","retry":"0.6.1","rimraf":"^2.2.8","semver":"^2.3.0","shell-quote":"^1.4.2","stringify-object":"^1.0.0","tar-fs":"^1.4.1","tmp":"0.0.24","update-notifier":"^0.3.0","user-home":"^1.1.0","which":"^1.0.8"},"devDependencies":{"chai":"^1.10.0","coveralls":"^2.11.2","expect.js":"^0.3.1","grunt":"^0.4.5","grunt-cli":"^0.1.13","grunt-contrib-jshint":"^0.10.0","grunt-contrib-watch":"^0.6.1","grunt-exec":"^0.4.6","grunt-simple-mocha":"^0.4.0","istanbul":"^0.3.5","load-grunt-tasks":"^2.0.0","mocha":"^2.1.0","multiline":"^1.0.2","nock":"^0.56.0","node-uuid":"^1.4.2","proxyquire":"^1.3.0"},"scripts":{"test":"grunt test"},"bin":{"bower":"bin/bower"},"preferGlobal":true,"gitHead":"ea1f5d1ff088a9397d7d0556c4f7a4597ec102fa","bugs":{"url":"https://github.com/bower/bower/issues"},"_id":"bower@1.4.0","_shasum":"87cd9fdec193cbda2379f9cc52977a5829078617","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"sheerun","email":"sheerun@sher.pl"},"maintainers":[{"name":"fat","email":"jacobthornton@gmail.com"},{"name":"satazor","email":"andremiguelcruz@msn.com"},{"name":"wibblymat","email":"mat@wibbly.org.uk"},{"name":"paulirish","email":"paul.irish@gmail.com"},{"name":"sheerun","email":"sheerun@sher.pl"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"87cd9fdec193cbda2379f9cc52977a5829078617","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-1.4.0.tgz"},"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"1.4.1":{"name":"bower","version":"1.4.1","description":"The browser package manager","author":{"name":"Twitter"},"licenses":[{"type":"MIT","url":"https://github.com/bower/bower/blob/master/LICENSE"}],"repository":{"type":"git","url":"https://github.com/bower/bower"},"main":"lib","homepage":"http://bower.io","engines":{"node":">=0.10.0"},"dependencies":{"abbrev":"^1.0.5","archy":"1.0.0","bower-config":"^0.6.1","bower-endpoint-parser":"^0.2.2","bower-json":"^0.4.0","bower-logger":"^0.2.2","bower-registry-client":"^0.3.0","cardinal":"0.4.4","chalk":"^1.0.0","chmodr":"0.1.0","configstore":"^0.3.2","decompress-zip":"^0.1.0","fstream":"^1.0.3","fstream-ignore":"^1.0.2","github":"^0.2.3","glob":"^4.3.2","graceful-fs":"^3.0.5","handlebars":"^2.0.0","inquirer":"0.8.0","insight":"^0.5.0","is-root":"^1.0.0","junk":"^1.0.0","lockfile":"^1.0.0","lru-cache":"^2.5.0","mkdirp":"0.5.0","mout":"^0.11.0","nopt":"^3.0.1","opn":"^1.0.1","p-throttler":"0.1.1","promptly":"0.2.0","q":"^1.1.2","request":"2.53.0","request-progress":"0.3.1","retry":"0.6.1","rimraf":"^2.2.8","semver":"^2.3.0","shell-quote":"^1.4.2","stringify-object":"^1.0.0","tar-fs":"^1.4.1","tmp":"0.0.24","update-notifier":"^0.3.0","user-home":"^1.1.0","which":"^1.0.8"},"devDependencies":{"chai":"^1.10.0","coveralls":"^2.11.2","expect.js":"^0.3.1","grunt":"^0.4.5","grunt-cli":"^0.1.13","grunt-contrib-jshint":"^0.10.0","grunt-contrib-watch":"^0.6.1","grunt-exec":"^0.4.6","grunt-simple-mocha":"^0.4.0","istanbul":"^0.3.5","load-grunt-tasks":"^2.0.0","mocha":"^2.1.0","multiline":"^1.0.2","nock":"^0.56.0","node-uuid":"^1.4.2","proxyquire":"^1.3.0","spawn-sync":"^1.0.5"},"scripts":{"test":"grunt test"},"bin":{"bower":"bin/bower"},"preferGlobal":true,"gitHead":"a1287416d40f944d58cb8f2e774e2076bfffd32f","bugs":{"url":"https://github.com/bower/bower/issues"},"_id":"bower@1.4.1","_shasum":"a18be39d030792754f30f1c5b32d37b0156ba8dd","_from":".","_npmVersion":"2.7.4","_nodeVersion":"0.12.0","_npmUser":{"name":"sheerun","email":"sheerun@sher.pl"},"maintainers":[{"name":"fat","email":"jacobthornton@gmail.com"},{"name":"satazor","email":"andremiguelcruz@msn.com"},{"name":"wibblymat","email":"mat@wibbly.org.uk"},{"name":"paulirish","email":"paul.irish@gmail.com"},{"name":"sheerun","email":"sheerun@sher.pl"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"a18be39d030792754f30f1c5b32d37b0156ba8dd","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-1.4.1.tgz"},"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"1.5.0":{"name":"bower","version":"1.5.0","description":"The browser package manager","author":{"name":"Twitter"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/bower/bower.git"},"main":"lib","homepage":"http://bower.io","engines":{"node":">=0.10.0"},"dependencies":{"abbrev":"^1.0.5","archy":"1.0.0","bower-config":"^0.6.1","bower-endpoint-parser":"^0.2.2","bower-json":"^0.4.0","bower-logger":"^0.2.2","bower-registry-client":"^0.3.0","cardinal":"0.4.4","chalk":"^1.0.0","chmodr":"0.1.0","configstore":"^0.3.2","decompress-zip":"^0.1.0","deep-sort-object":"~0.1.1","findup-sync":"^0.2.1","fstream":"^1.0.3","fstream-ignore":"^1.0.2","github":"^0.2.3","glob":"^4.3.2","graceful-fs":"^3.0.5","handlebars":"^2.0.0","inquirer":"0.8.0","insight":"^0.5.0","is-root":"^1.0.0","junk":"^1.0.0","lockfile":"^1.0.0","lru-cache":"^2.5.0","mkdirp":"0.5.0","mout":"^0.11.0","nopt":"^3.0.1","opn":"^1.0.1","p-throttler":"0.1.1","promptly":"0.2.0","q":"^1.1.2","request":"2.53.0","request-progress":"0.3.1","retry":"0.6.1","rimraf":"^2.2.8","semver":"^5.0.1","shell-quote":"^1.4.2","stringify-object":"^1.0.0","tar-fs":"^1.4.1","tmp":"0.0.24","update-notifier":"^0.3.0","user-home":"^1.1.0","which":"^1.0.8"},"devDependencies":{"chai":"^1.10.0","coveralls":"^2.11.2","expect.js":"^0.3.1","grunt":"^0.4.5","grunt-cli":"^0.1.13","grunt-contrib-jshint":"^0.10.0","grunt-contrib-watch":"^0.6.1","grunt-exec":"^0.4.6","grunt-simple-mocha":"^0.4.0","istanbul":"^0.3.5","load-grunt-tasks":"^2.0.0","mocha":"^2.1.0","multiline":"^1.0.2","nock":"^0.56.0","node-uuid":"^1.4.2","proxyquire":"^1.3.0","spawn-sync":"^1.0.5"},"scripts":{"test":"grunt test"},"bin":{"bower":"bin/bower"},"files":["bin","lib","templates"],"gitHead":"45fe5c37ccf1ec3fdfc7ac810ba7703ceb0bda08","bugs":{"url":"https://github.com/bower/bower/issues"},"_id":"bower@1.5.0","_shasum":"1279d29c08221443472f455acb4c71f3ebb9f504","_from":".","_npmVersion":"2.11.3","_nodeVersion":"0.12.7","_npmUser":{"name":"sheerun","email":"sheerun@sher.pl"},"dist":{"shasum":"1279d29c08221443472f455acb4c71f3ebb9f504","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-1.5.0.tgz"},"maintainers":[{"name":"satazor","email":"andremiguelcruz@msn.com"},{"name":"wibblymat","email":"mat@wibbly.org.uk"},{"name":"paulirish","email":"paul.irish@gmail.com"},{"name":"sheerun","email":"sheerun@sher.pl"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"desandro","email":"desandrocodes@gmail.com"}],"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"1.5.1":{"name":"bower","version":"1.5.1","description":"The browser package manager","author":{"name":"Twitter"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/bower/bower.git"},"main":"lib","homepage":"http://bower.io","engines":{"node":">=0.10.0"},"dependencies":{"abbrev":"^1.0.5","archy":"1.0.0","bower-config":"^0.6.1","bower-endpoint-parser":"^0.2.2","bower-json":"^0.4.0","bower-logger":"^0.2.2","bower-registry-client":"^0.3.0","cardinal":"0.4.4","chalk":"^1.0.0","chmodr":"0.1.0","configstore":"^0.3.2","decompress-zip":"^0.1.0","deep-sort-object":"~0.1.1","findup-sync":"^0.2.1","fstream":"^1.0.3","fstream-ignore":"^1.0.2","github":"^0.2.3","glob":"^4.3.2","graceful-fs":"^3.0.5","handlebars":"^2.0.0","inquirer":"0.8.0","insight":"^0.5.0","is-root":"^1.0.0","junk":"^1.0.0","lockfile":"^1.0.0","lru-cache":"^2.5.0","mkdirp":"0.5.0","mout":"^0.11.0","nopt":"^3.0.1","opn":"^1.0.1","p-throttler":"0.1.1","promptly":"0.2.0","q":"^1.1.2","request":"2.53.0","request-progress":"0.3.1","retry":"0.6.1","rimraf":"^2.2.8","semver":"^5.0.1","shell-quote":"^1.4.2","stringify-object":"^1.0.0","tar-fs":"^1.4.1","tmp":"0.0.24","update-notifier":"^0.3.0","user-home":"^1.1.0","which":"^1.0.8"},"devDependencies":{"chai":"^1.10.0","coveralls":"^2.11.2","expect.js":"^0.3.1","grunt":"^0.4.5","grunt-cli":"^0.1.13","grunt-contrib-jshint":"^0.10.0","grunt-contrib-watch":"^0.6.1","grunt-exec":"^0.4.6","grunt-simple-mocha":"^0.4.0","istanbul":"^0.3.5","load-grunt-tasks":"^2.0.0","mocha":"^2.1.0","multiline":"^1.0.2","nock":"^0.56.0","node-uuid":"^1.4.2","proxyquire":"^1.3.0","spawn-sync":"^1.0.5"},"scripts":{"test":"grunt test"},"bin":{"bower":"bin/bower"},"files":["bin","lib","templates"],"gitHead":"23afb3a12964e3b6e0716a9e4eccdba6cbf60f27","bugs":{"url":"https://github.com/bower/bower/issues"},"_id":"bower@1.5.1","_shasum":"a099d02fcd3952edb326011234b4fc616dfc3f36","_from":".","_npmVersion":"2.11.3","_nodeVersion":"0.12.7","_npmUser":{"name":"sheerun","email":"sheerun@sher.pl"},"dist":{"shasum":"a099d02fcd3952edb326011234b4fc616dfc3f36","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-1.5.1.tgz"},"maintainers":[{"name":"satazor","email":"andremiguelcruz@msn.com"},{"name":"wibblymat","email":"mat@wibbly.org.uk"},{"name":"paulirish","email":"paul.irish@gmail.com"},{"name":"sheerun","email":"sheerun@sher.pl"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"desandro","email":"desandrocodes@gmail.com"}],"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"1.5.2":{"name":"bower","version":"1.5.2","description":"The browser package manager","author":{"name":"Twitter"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/bower/bower.git"},"main":"lib","homepage":"http://bower.io","engines":{"node":">=0.10.0"},"dependencies":{"abbrev":"^1.0.5","archy":"1.0.0","bower-config":"^0.6.1","bower-endpoint-parser":"^0.2.2","bower-json":"^0.4.0","bower-logger":"^0.2.2","bower-registry-client":"^0.3.0","cardinal":"0.4.4","chalk":"^1.0.0","chmodr":"0.1.0","configstore":"^0.3.2","decompress-zip":"^0.1.0","deep-sort-object":"~0.1.1","fstream":"^1.0.3","fstream-ignore":"^1.0.2","github":"^0.2.3","glob":"^4.3.2","graceful-fs":"^3.0.5","handlebars":"^2.0.0","inquirer":"0.8.0","insight":"^0.5.0","is-root":"^1.0.0","junk":"^1.0.0","lockfile":"^1.0.0","lru-cache":"^2.5.0","mkdirp":"0.5.0","mout":"^0.11.0","nopt":"^3.0.1","opn":"^1.0.1","p-throttler":"0.1.1","promptly":"0.2.0","q":"^1.1.2","request":"2.53.0","request-progress":"0.3.1","retry":"0.6.1","rimraf":"^2.2.8","semver":"^2.3.0","shell-quote":"^1.4.2","stringify-object":"^1.0.0","tar-fs":"^1.4.1","tmp":"0.0.24","update-notifier":"^0.3.0","user-home":"^1.1.0","which":"^1.0.8"},"devDependencies":{"chai":"^1.10.0","coveralls":"^2.11.2","expect.js":"^0.3.1","grunt":"^0.4.5","grunt-cli":"^0.1.13","grunt-contrib-jshint":"^0.10.0","grunt-contrib-watch":"^0.6.1","grunt-exec":"^0.4.6","grunt-simple-mocha":"^0.4.0","istanbul":"^0.3.5","load-grunt-tasks":"^2.0.0","mocha":"^2.1.0","multiline":"^1.0.2","nock":"^0.56.0","node-uuid":"^1.4.2","proxyquire":"^1.3.0","spawn-sync":"^1.0.5"},"scripts":{"test":"grunt test"},"bin":{"bower":"bin/bower"},"files":["bin","lib","templates"],"gitHead":"64d990ba102c8491c474dd99605b9a9725e62cbb","bugs":{"url":"https://github.com/bower/bower/issues"},"_id":"bower@1.5.2","_shasum":"be291d6c36f1740779abff1c61aca5633e265327","_from":".","_npmVersion":"2.11.3","_nodeVersion":"0.12.7","_npmUser":{"name":"sheerun","email":"sheerun@sher.pl"},"dist":{"shasum":"be291d6c36f1740779abff1c61aca5633e265327","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-1.5.2.tgz"},"maintainers":[{"name":"satazor","email":"andremiguelcruz@msn.com"},{"name":"wibblymat","email":"mat@wibbly.org.uk"},{"name":"paulirish","email":"paul.irish@gmail.com"},{"name":"sheerun","email":"sheerun@sher.pl"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"desandro","email":"desandrocodes@gmail.com"}],"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"1.5.3":{"name":"bower","version":"1.5.3","description":"The browser package manager","author":{"name":"Twitter"},"license":"MIT","repository":{"type":"git","url":"https://github.com/bower/bower"},"main":"lib","homepage":"http://bower.io","engines":{"node":">=0.10.0"},"dependencies":{"abbrev":"^1.0.5","archy":"1.0.0","bower-config":"^0.6.1","bower-endpoint-parser":"^0.2.2","bower-json":"^0.4.0","bower-logger":"^0.2.2","bower-registry-client":"^0.3.0","cardinal":"0.4.4","chalk":"^1.0.0","chmodr":"0.1.0","configstore":"^0.3.2","decompress-zip":"^0.1.0","fstream":"^1.0.3","fstream-ignore":"^1.0.2","github":"^0.2.3","glob":"^4.3.2","graceful-fs":"^3.0.5","handlebars":"^2.0.0","inquirer":"0.8.0","insight":"^0.7.0","is-root":"^1.0.0","junk":"^1.0.0","lockfile":"^1.0.0","lru-cache":"^2.5.0","md5-hex":"^1.0.2","mkdirp":"0.5.0","mout":"^0.11.0","nopt":"^3.0.1","opn":"^1.0.1","p-throttler":"0.1.1","promptly":"0.2.0","q":"^1.1.2","request":"2.53.0","request-progress":"0.3.1","retry":"0.6.1","rimraf":"^2.2.8","semver":"^2.3.0","shell-quote":"^1.4.2","stringify-object":"^1.0.0","tar-fs":"^1.4.1","tmp":"0.0.24","update-notifier":"^0.3.0","user-home":"^1.1.0","which":"^1.0.8"},"devDependencies":{"chai":"^1.10.0","coveralls":"^2.11.2","expect.js":"^0.3.1","grunt":"^0.4.5","grunt-cli":"^0.1.13","grunt-contrib-jshint":"^0.10.0","grunt-contrib-watch":"^0.6.1","grunt-exec":"^0.4.6","grunt-simple-mocha":"^0.4.0","istanbul":"^0.3.5","load-grunt-tasks":"^2.0.0","mocha":"^2.1.0","multiline":"^1.0.2","nock":"^0.56.0","node-uuid":"^1.4.2","proxyquire":"^1.3.0","spawn-sync":"^1.0.5"},"scripts":{"test":"grunt test"},"bin":{"bower":"bin/bower"},"files":["bin","lib","templates"],"gitHead":"66310523d16a1f342f3da2aa49ea90d927fe7d46","bugs":{"url":"https://github.com/bower/bower/issues"},"_id":"bower@1.5.3","_shasum":"ee5d7952e114e30b18795e20e9fefcc5b4cf963d","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"sheerun","email":"sheerun@sher.pl"},"maintainers":[{"name":"satazor","email":"andremiguelcruz@msn.com"},{"name":"wibblymat","email":"mat@wibbly.org.uk"},{"name":"paulirish","email":"paul.irish@gmail.com"},{"name":"sheerun","email":"sheerun@sher.pl"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"desandro","email":"desandrocodes@gmail.com"}],"dist":{"shasum":"ee5d7952e114e30b18795e20e9fefcc5b4cf963d","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-1.5.3.tgz"},"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"1.6.2":{"name":"bower","version":"1.6.2","description":"The browser package manager","author":{"name":"Twitter"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/bower/bower.git"},"main":"lib","homepage":"http://bower.io","engines":{"node":">=0.10.0"},"keywords":["bower"],"dependencies":{"abbrev":"^1.0.5","archy":"1.0.0","bower-config":"^1.2.1","bower-endpoint-parser":"^0.2.2","bower-json":"^0.4.0","bower-logger":"^0.2.2","bower-registry-client":"^1.0.0","cardinal":"0.4.4","chalk":"^1.0.0","chmodr":"^1.0.2","configstore":"^0.3.2","decompress-zip":"^0.1.0","destroy":"^1.0.3","fs-write-stream-atomic":"^1.0.4","fstream":"^1.0.3","fstream-ignore":"^1.0.2","github":"^0.2.3","glob":"^4.3.2","graceful-fs":"^3.0.5","handlebars":"^2.0.0","inquirer":"0.10.0","insight":"^0.7.0","is-root":"^1.0.0","junk":"^1.0.0","lockfile":"^1.0.0","lru-cache":"^2.5.0","md5-hex":"^1.0.2","mkdirp":"0.5.0","mout":"^0.11.0","nopt":"^3.0.1","opn":"^1.0.1","p-throttler":"0.1.1","promptly":"0.2.0","q":"^1.1.2","request":"2.53.0","request-progress":"0.3.1","retry":"0.6.1","rimraf":"^2.2.8","semver":"^2.3.0","shell-quote":"^1.4.2","stringify-object":"^1.0.0","tar-fs":"^1.4.1","tmp":"0.0.24","update-notifier":"^0.3.0","user-home":"^1.1.0","which":"^1.0.8"},"devDependencies":{"chai":"^1.10.0","coveralls":"^2.11.2","expect.js":"^0.3.1","grunt":"^0.4.5","grunt-cli":"^0.1.13","grunt-contrib-jshint":"^0.10.0","grunt-contrib-watch":"^0.6.1","grunt-exec":"^0.4.6","grunt-simple-mocha":"^0.4.0","istanbul":"^0.3.5","load-grunt-tasks":"^2.0.0","mocha":"^2.1.0","multiline":"^1.0.2","nock":"^2.13.0","node-uuid":"^1.4.2","npm-shrinkwrap":"^5.4.1","proxyquire":"^1.3.0","spawn-sync":"^1.0.5"},"scripts":{"test":"grunt test"},"bin":{"bower":"bin/bower"},"files":["bin","lib","templates"],"gitHead":"52463dea099f73c5fcfa4858f9a89ff91f3ef147","bugs":{"url":"https://github.com/bower/bower/issues"},"bundleDependencies":["abbrev","archy","bower-config","bower-endpoint-parser","bower-json","bower-logger","bower-registry-client","cardinal","chalk","chmodr","configstore","decompress-zip","destroy","fs-write-stream-atomic","fstream","fstream-ignore","github","glob","graceful-fs","handlebars","inquirer","insight","is-root","junk","lockfile","lru-cache","md5-hex","mkdirp","mout","nopt","opn","p-throttler","promptly","q","request","request-progress","retry","rimraf","semver","shell-quote","stringify-object","tar-fs","tmp","update-notifier","user-home","which"],"_id":"bower@1.6.2","_shasum":"a5362d4dace0c106e2531143b72d862e4210805e","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.1.1","_npmUser":{"name":"sheerun","email":"sheerun@sher.pl"},"dist":{"shasum":"a5362d4dace0c106e2531143b72d862e4210805e","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-1.6.2.tgz"},"maintainers":[{"name":"satazor","email":"andremiguelcruz@msn.com"},{"name":"wibblymat","email":"mat@wibbly.org.uk"},{"name":"paulirish","email":"paul.irish@gmail.com"},{"name":"sheerun","email":"sheerun@sher.pl"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"desandro","email":"desandrocodes@gmail.com"}],"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"1.6.3":{"name":"bower","version":"1.6.3","description":"The browser package manager","author":{"name":"Twitter"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/bower/bower.git"},"main":"lib","homepage":"http://bower.io","engines":{"node":">=0.10.0"},"keywords":["bower"],"dependencies":{"abbrev":"^1.0.5","archy":"1.0.0","bower-config":"^1.2.2","bower-endpoint-parser":"^0.2.2","bower-json":"^0.4.0","bower-logger":"^0.2.2","bower-registry-client":"^1.0.0","cardinal":"0.4.4","chalk":"^1.0.0","chmodr":"^1.0.2","configstore":"^0.3.2","decompress-zip":"^0.1.0","destroy":"^1.0.3","fs-write-stream-atomic":"^1.0.4","fstream":"^1.0.3","fstream-ignore":"^1.0.2","github":"^0.2.3","glob":"^4.3.2","graceful-fs":"^3.0.5","handlebars":"^2.0.0","inquirer":"0.10.0","insight":"^0.7.0","is-root":"^1.0.0","junk":"^1.0.0","lockfile":"^1.0.0","lru-cache":"^2.5.0","md5-hex":"^1.0.2","mkdirp":"0.5.0","mout":"^0.11.0","nopt":"^3.0.1","opn":"^1.0.1","p-throttler":"0.1.1","promptly":"0.2.0","q":"^1.1.2","request":"2.53.0","request-progress":"0.3.1","retry":"0.6.1","rimraf":"^2.2.8","semver":"^2.3.0","shell-quote":"^1.4.2","stringify-object":"^1.0.0","tar-fs":"^1.4.1","tmp":"0.0.24","update-notifier":"^0.3.0","user-home":"^1.1.0","which":"^1.0.8"},"devDependencies":{"chai":"^1.10.0","coveralls":"^2.11.2","expect.js":"^0.3.1","grunt":"^0.4.5","grunt-cli":"^0.1.13","grunt-contrib-jshint":"^0.10.0","grunt-contrib-watch":"^0.6.1","grunt-exec":"^0.4.6","grunt-simple-mocha":"^0.4.0","istanbul":"^0.3.5","load-grunt-tasks":"^2.0.0","mocha":"^2.1.0","multiline":"^1.0.2","nock":"^2.13.0","node-uuid":"^1.4.2","npm-shrinkwrap":"^5.4.1","proxyquire":"^1.3.0","spawn-sync":"^1.0.5"},"scripts":{"test":"grunt test"},"bin":{"bower":"bin/bower"},"files":["bin","lib","templates"],"gitHead":"2330d59ffa8f4f543a9f6ee4b0301e396236bf45","bugs":{"url":"https://github.com/bower/bower/issues"},"bundleDependencies":["abbrev","archy","bower-config","bower-endpoint-parser","bower-json","bower-logger","bower-registry-client","cardinal","chalk","chmodr","configstore","decompress-zip","destroy","fs-write-stream-atomic","fstream","fstream-ignore","github","glob","graceful-fs","handlebars","inquirer","insight","is-root","junk","lockfile","lru-cache","md5-hex","mkdirp","mout","nopt","opn","p-throttler","promptly","q","request","request-progress","retry","rimraf","semver","shell-quote","stringify-object","tar-fs","tmp","update-notifier","user-home","which"],"_id":"bower@1.6.3","_shasum":"70ab999e25dec5c078afcaf545a991f683dc1ea6","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.1.1","_npmUser":{"name":"sheerun","email":"sheerun@sher.pl"},"dist":{"shasum":"70ab999e25dec5c078afcaf545a991f683dc1ea6","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-1.6.3.tgz"},"maintainers":[{"name":"satazor","email":"andremiguelcruz@msn.com"},{"name":"wibblymat","email":"mat@wibbly.org.uk"},{"name":"paulirish","email":"paul.irish@gmail.com"},{"name":"sheerun","email":"sheerun@sher.pl"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"desandro","email":"desandrocodes@gmail.com"}],"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"1.6.4":{"name":"bower","version":"1.6.4","description":"The browser package manager","author":{"name":"Twitter"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/bower/bower.git"},"main":"lib","homepage":"http://bower.io","engines":{"node":">=0.10.0"},"keywords":["bower"],"dependencies":{"abbrev":"^1.0.5","archy":"1.0.0","bower-config":"^1.2.2","bower-endpoint-parser":"^0.2.2","bower-json":"^0.4.0","bower-logger":"^0.2.2","bower-registry-client":"^1.0.0","cardinal":"0.4.4","chalk":"^1.0.0","chmodr":"^1.0.2","configstore":"^0.3.2","decompress-zip":"^0.1.0","destroy":"^1.0.3","fs-write-stream-atomic":"^1.0.4","fstream":"^1.0.3","fstream-ignore":"^1.0.2","github":"^0.2.3","glob":"^4.3.2","graceful-fs":"^3.0.5","handlebars":"^2.0.0","inquirer":"0.10.0","insight":"^0.7.0","is-root":"^1.0.0","junk":"^1.0.0","lockfile":"^1.0.0","lru-cache":"^2.5.0","md5-hex":"^1.0.2","mkdirp":"0.5.0","mout":"^0.11.0","nopt":"^3.0.1","opn":"^1.0.1","p-throttler":"0.1.1","promptly":"0.2.0","q":"^1.1.2","request":"2.53.0","request-progress":"0.3.1","retry":"0.6.1","rimraf":"^2.2.8","semver":"^2.3.0","shell-quote":"^1.4.2","stringify-object":"^1.0.0","tar-fs":"^1.4.1","tmp":"0.0.24","update-notifier":"^0.3.0","user-home":"^1.1.0","which":"^1.0.8"},"devDependencies":{"chai":"^1.10.0","coveralls":"^2.11.2","expect.js":"^0.3.1","grunt":"^0.4.5","grunt-cli":"^0.1.13","grunt-contrib-jshint":"^0.10.0","grunt-contrib-watch":"^0.6.1","grunt-exec":"^0.4.6","grunt-simple-mocha":"^0.4.0","istanbul":"^0.3.5","load-grunt-tasks":"^2.0.0","mocha":"^2.1.0","multiline":"^1.0.2","nock":"^2.13.0","node-uuid":"^1.4.2","npm-shrinkwrap":"^5.4.1","proxyquire":"^1.3.0","spawn-sync":"^1.0.5"},"scripts":{"test":"grunt test"},"bin":{"bower":"bin/bower"},"files":["bin","lib","templates"],"gitHead":"bfd1e933250d51794372d3a2eba169d94686eda7","bugs":{"url":"https://github.com/bower/bower/issues"},"bundleDependencies":["abbrev","archy","bower-config","bower-endpoint-parser","bower-json","bower-logger","bower-registry-client","cardinal","chalk","chmodr","configstore","decompress-zip","destroy","fs-write-stream-atomic","fstream","fstream-ignore","github","glob","graceful-fs","handlebars","inquirer","insight","is-root","junk","lockfile","lru-cache","md5-hex","mkdirp","mout","nopt","opn","p-throttler","promptly","q","request","request-progress","retry","rimraf","semver","shell-quote","stringify-object","tar-fs","tmp","update-notifier","user-home","which"],"_id":"bower@1.6.4","_shasum":"e2ea916e6b3d145c0e759f249b2e94157f201ee6","_from":".","_npmVersion":"2.14.8","_nodeVersion":"4.1.1","_npmUser":{"name":"sheerun","email":"sheerun@sher.pl"},"dist":{"shasum":"e2ea916e6b3d145c0e759f249b2e94157f201ee6","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-1.6.4.tgz"},"maintainers":[{"name":"satazor","email":"andremiguelcruz@msn.com"},{"name":"wibblymat","email":"mat@wibbly.org.uk"},{"name":"paulirish","email":"paul.irish@gmail.com"},{"name":"sheerun","email":"sheerun@sher.pl"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"desandro","email":"desandrocodes@gmail.com"}],"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"1.6.5":{"name":"bower","version":"1.6.5","description":"The browser package manager","author":{"name":"Twitter"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/bower/bower.git"},"main":"lib","homepage":"http://bower.io","engines":{"node":">=0.10.0"},"keywords":["bower"],"dependencies":{"abbrev":"^1.0.5","archy":"1.0.0","bower-config":"^1.2.2","bower-endpoint-parser":"^0.2.2","bower-json":"^0.4.0","bower-logger":"^0.2.2","bower-registry-client":"^1.0.0","cardinal":"0.4.4","chalk":"^1.0.0","chmodr":"^1.0.2","configstore":"^0.3.2","decompress-zip":"^0.1.0","destroy":"^1.0.3","fs-write-stream-atomic":"^1.0.4","fstream":"^1.0.3","fstream-ignore":"^1.0.2","github":"^0.2.3","glob":"^4.3.2","graceful-fs":"^3.0.5","handlebars":"^2.0.0","inquirer":"0.10.0","insight":"^0.7.0","is-root":"^1.0.0","junk":"^1.0.0","lockfile":"^1.0.0","lru-cache":"^2.5.0","md5-hex":"^1.0.2","mkdirp":"0.5.0","mout":"^0.11.0","nopt":"^3.0.1","opn":"^1.0.1","p-throttler":"0.1.1","promptly":"0.2.0","q":"^1.1.2","request":"2.53.0","request-progress":"0.3.1","retry":"0.6.1","rimraf":"^2.2.8","semver":"^2.3.0","shell-quote":"^1.4.2","stringify-object":"^1.0.0","tar-fs":"^1.4.1","tmp":"0.0.24","update-notifier":"^0.3.0","user-home":"^1.1.0","which":"^1.0.8"},"devDependencies":{"chai":"^1.10.0","coveralls":"^2.11.2","expect.js":"^0.3.1","grunt":"^0.4.5","grunt-cli":"^0.1.13","grunt-contrib-jshint":"^0.10.0","grunt-contrib-watch":"^0.6.1","grunt-exec":"^0.4.6","grunt-simple-mocha":"^0.4.0","istanbul":"^0.3.5","load-grunt-tasks":"^2.0.0","mocha":"^2.1.0","multiline":"^1.0.2","nock":"^2.13.0","node-uuid":"^1.4.2","npm-shrinkwrap":"^5.4.1","proxyquire":"^1.3.0","spawn-sync":"^1.0.5"},"scripts":{"test":"grunt test"},"bin":{"bower":"bin/bower"},"files":["bin","lib","templates"],"gitHead":"a022cdc75ee0693af813a87b40f5de4c74b7baae","bugs":{"url":"https://github.com/bower/bower/issues"},"bundleDependencies":["abbrev","archy","bower-config","bower-endpoint-parser","bower-json","bower-logger","bower-registry-client","cardinal","chalk","chmodr","configstore","decompress-zip","destroy","fs-write-stream-atomic","fstream","fstream-ignore","github","glob","graceful-fs","handlebars","inquirer","insight","is-root","junk","lockfile","lru-cache","md5-hex","mkdirp","mout","nopt","opn","p-throttler","promptly","q","request","request-progress","retry","rimraf","semver","shell-quote","stringify-object","tar-fs","tmp","update-notifier","user-home","which"],"_id":"bower@1.6.5","_shasum":"59d457122a161e42cc1625bbab8179c214b7ac11","_from":".","_npmVersion":"2.14.8","_nodeVersion":"4.1.1","_npmUser":{"name":"sheerun","email":"sheerun@sher.pl"},"dist":{"shasum":"59d457122a161e42cc1625bbab8179c214b7ac11","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-1.6.5.tgz"},"maintainers":[{"name":"satazor","email":"andremiguelcruz@msn.com"},{"name":"wibblymat","email":"mat@wibbly.org.uk"},{"name":"paulirish","email":"paul.irish@gmail.com"},{"name":"sheerun","email":"sheerun@sher.pl"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"desandro","email":"desandrocodes@gmail.com"}],"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"1.5.4":{"name":"bower","version":"1.5.4","description":"The browser package manager","author":{"name":"Twitter"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/bower/bower.git"},"main":"lib","homepage":"http://bower.io","engines":{"node":">=0.10.0"},"dependencies":{"abbrev":"^1.0.5","archy":"1.0.0","bower-config":"^0.6.1","bower-endpoint-parser":"^0.2.2","bower-json":"^0.4.0","bower-logger":"^0.2.2","bower-registry-client":"^0.3.0","cardinal":"0.4.4","chalk":"^1.0.0","chmodr":"0.1.0","configstore":"^0.3.2","decompress-zip":"^0.1.0","fstream":"^1.0.3","fstream-ignore":"^1.0.2","github":"^0.2.3","glob":"^4.3.2","graceful-fs":"^3.0.5","handlebars":"^2.0.0","inquirer":"0.8.0","insight":"^0.7.0","is-root":"^1.0.0","junk":"^1.0.0","lockfile":"^1.0.0","lru-cache":"2.7.0","md5-hex":"^1.0.2","mkdirp":"0.5.0","mout":"^0.11.0","nopt":"^3.0.1","opn":"^1.0.1","p-throttler":"0.1.1","promptly":"0.2.0","q":"^1.1.2","request":"2.53.0","request-progress":"0.3.1","retry":"0.6.1","rimraf":"^2.2.8","semver":"^2.3.0","shell-quote":"^1.4.2","stringify-object":"^1.0.0","tar-fs":"^1.4.1","tmp":"0.0.24","update-notifier":"^0.3.0","user-home":"^1.1.0","which":"^1.0.8"},"devDependencies":{"chai":"^1.10.0","coveralls":"^2.11.2","expect.js":"^0.3.1","grunt":"^0.4.5","grunt-cli":"^0.1.13","grunt-contrib-jshint":"^0.10.0","grunt-contrib-watch":"^0.6.1","grunt-exec":"^0.4.6","grunt-simple-mocha":"^0.4.0","istanbul":"^0.3.5","load-grunt-tasks":"^2.0.0","mocha":"^2.1.0","multiline":"^1.0.2","nock":"^0.56.0","node-uuid":"^1.4.2","proxyquire":"^1.3.0","spawn-sync":"^1.0.5"},"scripts":{"test":"grunt test"},"bin":{"bower":"bin/bower"},"files":["bin","lib","templates"],"gitHead":"c50d11b04fa9a6b4675952909078af29a0439f95","bugs":{"url":"https://github.com/bower/bower/issues"},"_id":"bower@1.5.4","_shasum":"dae5c5c19b312161c6bbe5b71cf263e80d014bfb","_from":".","_npmVersion":"2.14.8","_nodeVersion":"0.10.35","_npmUser":{"name":"vladikoff","email":"vlad@vladikoff.com"},"maintainers":[{"name":"desandro","email":"desandrocodes@gmail.com"},{"name":"paulirish","email":"paul.irish@gmail.com"},{"name":"satazor","email":"andremiguelcruz@msn.com"},{"name":"sheerun","email":"sheerun@sher.pl"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"vladikoff","email":"vlad@vladikoff.com"},{"name":"wibblymat","email":"mat@wibbly.org.uk"}],"dist":{"shasum":"dae5c5c19b312161c6bbe5b71cf263e80d014bfb","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-1.5.4.tgz"},"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"1.4.2":{"name":"bower","version":"1.4.2","description":"The browser package manager","author":{"name":"Twitter"},"licenses":[{"type":"MIT","url":"https://github.com/bower/bower/blob/master/LICENSE"}],"repository":{"type":"git","url":"git+https://github.com/bower/bower.git"},"main":"lib","homepage":"http://bower.io","engines":{"node":">=0.10.0"},"dependencies":{"abbrev":"^1.0.5","archy":"1.0.0","bower-config":"^0.6.1","bower-endpoint-parser":"^0.2.2","bower-json":"^0.4.0","bower-logger":"^0.2.2","bower-registry-client":"^0.3.0","cardinal":"0.4.4","chalk":"^1.0.0","chmodr":"0.1.0","configstore":"^0.3.2","decompress-zip":"^0.1.0","fstream":"^1.0.3","fstream-ignore":"^1.0.2","github":"^0.2.3","glob":"^4.3.2","graceful-fs":"^3.0.5","handlebars":"^2.0.0","inquirer":"0.8.0","insight":"^0.5.0","is-root":"^1.0.0","junk":"^1.0.0","lockfile":"^1.0.0","lru-cache":"2.7.0","mkdirp":"0.5.0","mout":"^0.11.0","nopt":"^3.0.1","opn":"^1.0.1","p-throttler":"0.1.1","promptly":"0.2.0","q":"^1.1.2","request":"2.53.0","request-progress":"0.3.1","retry":"0.6.1","rimraf":"^2.2.8","semver":"^2.3.0","shell-quote":"^1.4.2","stringify-object":"^1.0.0","tar-fs":"^1.4.1","tmp":"0.0.24","update-notifier":"^0.3.0","user-home":"^1.1.0","which":"^1.0.8"},"devDependencies":{"chai":"^1.10.0","coveralls":"^2.11.2","expect.js":"^0.3.1","grunt":"^0.4.5","grunt-cli":"^0.1.13","grunt-contrib-jshint":"^0.10.0","grunt-contrib-watch":"^0.6.1","grunt-exec":"^0.4.6","grunt-simple-mocha":"^0.4.0","istanbul":"^0.3.5","load-grunt-tasks":"^2.0.0","mocha":"^2.1.0","multiline":"^1.0.2","nock":"^0.56.0","node-uuid":"^1.4.2","proxyquire":"^1.3.0","spawn-sync":"^1.0.5"},"scripts":{"test":"grunt test"},"bin":{"bower":"bin/bower"},"preferGlobal":true,"gitHead":"47e583466217ce5f045b70fc3c8f5aedf665f5fa","bugs":{"url":"https://github.com/bower/bower/issues"},"_id":"bower@1.4.2","_shasum":"1b36b81cb7720e97b7abee4aa18cdc608e16e7a0","_from":".","_npmVersion":"2.14.8","_nodeVersion":"0.10.35","_npmUser":{"name":"vladikoff","email":"vlad@vladikoff.com"},"maintainers":[{"name":"desandro","email":"desandrocodes@gmail.com"},{"name":"paulirish","email":"paul.irish@gmail.com"},{"name":"satazor","email":"andremiguelcruz@msn.com"},{"name":"sheerun","email":"sheerun@sher.pl"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"vladikoff","email":"vlad@vladikoff.com"},{"name":"wibblymat","email":"mat@wibbly.org.uk"}],"dist":{"shasum":"1b36b81cb7720e97b7abee4aa18cdc608e16e7a0","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-1.4.2.tgz"},"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"1.6.6":{"name":"bower","version":"1.6.6","description":"The browser package manager","author":{"name":"Twitter"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/bower/bower.git"},"main":"lib","homepage":"http://bower.io","engines":{"node":">=0.10.0"},"keywords":["bower"],"dependencies":{"abbrev":"^1.0.5","archy":"1.0.0","bower-config":"^1.2.2","bower-endpoint-parser":"^0.2.2","bower-json":"^0.4.0","bower-logger":"^0.2.2","bower-registry-client":"^1.0.0","cardinal":"0.4.4","chalk":"^1.0.0","chmodr":"^1.0.2","configstore":"^0.3.2","decompress-zip":"^0.1.0","destroy":"^1.0.3","fs-write-stream-atomic":"^1.0.4","fstream":"^1.0.3","fstream-ignore":"^1.0.2","github":"^0.2.3","glob":"^4.3.2","graceful-fs":"^3.0.5","handlebars":"^2.0.0","inquirer":"0.10.0","insight":"^0.7.0","is-root":"^1.0.0","junk":"^1.0.0","lockfile":"^1.0.0","lru-cache":"^2.5.0","md5-hex":"^1.0.2","mkdirp":"0.5.0","mout":"^0.11.0","nopt":"^3.0.1","opn":"^1.0.1","p-throttler":"0.1.1","promptly":"0.2.0","q":"^1.1.2","request":"2.53.0","request-progress":"0.3.1","retry":"0.6.1","rimraf":"^2.2.8","semver":"^2.3.0","shell-quote":"^1.4.2","stringify-object":"^1.0.0","tar-fs":"^1.4.1","tmp":"0.0.24","update-notifier":"^0.3.0","user-home":"^1.1.0","which":"^1.0.8"},"devDependencies":{"chai":"^1.10.0","coveralls":"^2.11.2","expect.js":"^0.3.1","grunt":"^0.4.5","grunt-cli":"^0.1.13","grunt-contrib-jshint":"^0.10.0","grunt-contrib-watch":"^0.6.1","grunt-exec":"^0.4.6","grunt-simple-mocha":"^0.4.0","istanbul":"^0.3.5","load-grunt-tasks":"^2.0.0","mocha":"^2.1.0","multiline":"^1.0.2","nock":"^2.13.0","node-uuid":"^1.4.2","npm-shrinkwrap":"^5.4.1","proxyquire":"^1.3.0","spawn-sync":"^1.0.5"},"scripts":{"test":"grunt test"},"bin":{"bower":"bin/bower"},"files":["bin","lib","templates"],"gitHead":"67bd5d026f58ba2f443ac9aa5f63d1b221c83fa2","bugs":{"url":"https://github.com/bower/bower/issues"},"bundleDependencies":["abbrev","archy","bower-config","bower-endpoint-parser","bower-json","bower-logger","bower-registry-client","cardinal","chalk","chmodr","configstore","decompress-zip","destroy","fs-write-stream-atomic","fstream","fstream-ignore","github","glob","graceful-fs","handlebars","inquirer","insight","is-root","junk","lockfile","lru-cache","md5-hex","mkdirp","mout","nopt","opn","p-throttler","promptly","q","request","request-progress","retry","rimraf","semver","shell-quote","stringify-object","tar-fs","tmp","update-notifier","user-home","which"],"_id":"bower@1.6.6","_shasum":"b49c022866811e70e014261fb0aac67c41c6ea91","_from":".","_npmVersion":"2.14.8","_nodeVersion":"0.10.35","_npmUser":{"name":"vladikoff","email":"vlad@vladikoff.com"},"maintainers":[{"name":"desandro","email":"desandrocodes@gmail.com"},{"name":"paulirish","email":"paul.irish@gmail.com"},{"name":"satazor","email":"andremiguelcruz@msn.com"},{"name":"sheerun","email":"sheerun@sher.pl"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"vladikoff","email":"vlad@vladikoff.com"},{"name":"wibblymat","email":"mat@wibbly.org.uk"}],"dist":{"shasum":"b49c022866811e70e014261fb0aac67c41c6ea91","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-1.6.6.tgz"},"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"1.6.7":{"name":"bower","version":"1.6.7","description":"The browser package manager","author":{"name":"Twitter"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/bower/bower.git"},"main":"lib","homepage":"http://bower.io","engines":{"node":">=0.10.0"},"keywords":["bower"],"dependencies":{"abbrev":"^1.0.5","archy":"1.0.0","bower-config":"^1.2.2","bower-endpoint-parser":"^0.2.2","bower-json":"^0.4.0","bower-logger":"^0.2.2","bower-registry-client":"^1.0.0","cardinal":"0.4.4","chalk":"^1.0.0","chmodr":"^1.0.2","configstore":"^0.3.2","decompress-zip":"^0.1.0","destroy":"^1.0.3","fs-write-stream-atomic":"^1.0.4","fstream":"^1.0.3","fstream-ignore":"^1.0.2","github":"^0.2.3","glob":"^4.3.2","graceful-fs":"^3.0.5","handlebars":"^2.0.0","inquirer":"0.10.0","insight":"^0.7.0","is-root":"^1.0.0","junk":"^1.0.0","lockfile":"^1.0.0","lru-cache":"^2.5.0","md5-hex":"^1.0.2","mkdirp":"0.5.0","mout":"^0.11.0","nopt":"^3.0.1","opn":"^1.0.1","p-throttler":"0.1.1","promptly":"0.2.0","q":"^1.1.2","request":"2.53.0","request-progress":"0.3.1","retry":"0.6.1","rimraf":"^2.2.8","semver":"^2.3.0","shell-quote":"^1.4.2","stringify-object":"^1.0.0","tar-fs":"^1.4.1","tmp":"0.0.24","update-notifier":"^0.3.0","user-home":"^1.1.0","which":"^1.0.8"},"devDependencies":{"chai":"^1.10.0","coveralls":"^2.11.2","expect.js":"^0.3.1","grunt":"^0.4.5","grunt-cli":"^0.1.13","grunt-contrib-jshint":"^0.10.0","grunt-contrib-watch":"^0.6.1","grunt-exec":"^0.4.6","grunt-simple-mocha":"^0.4.0","istanbul":"^0.3.5","load-grunt-tasks":"^2.0.0","mocha":"^2.1.0","multiline":"^1.0.2","nock":"^2.13.0","node-uuid":"^1.4.2","npm-shrinkwrap":"^5.4.1","proxyquire":"^1.3.0","spawn-sync":"^1.0.5"},"scripts":{"test":"grunt test"},"bin":{"bower":"bin/bower"},"files":["bin","lib","templates"],"gitHead":"1a990f4563c6d2733b38792cc0c140d38ea57d12","bugs":{"url":"https://github.com/bower/bower/issues"},"bundleDependencies":["abbrev","archy","bower-config","bower-endpoint-parser","bower-json","bower-logger","bower-registry-client","cardinal","chalk","chmodr","configstore","decompress-zip","destroy","fs-write-stream-atomic","fstream","fstream-ignore","github","glob","graceful-fs","handlebars","inquirer","insight","is-root","junk","lockfile","lru-cache","md5-hex","mkdirp","mout","nopt","opn","p-throttler","promptly","q","request","request-progress","retry","rimraf","semver","shell-quote","stringify-object","tar-fs","tmp","update-notifier","user-home","which"],"_id":"bower@1.6.7","_shasum":"bf7c8aa092b0096be53afbd039cfbb633c0ad457","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.1.1","_npmUser":{"name":"sheerun","email":"sheerun@sher.pl"},"dist":{"shasum":"bf7c8aa092b0096be53afbd039cfbb633c0ad457","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-1.6.7.tgz"},"maintainers":[{"name":"desandro","email":"desandrocodes@gmail.com"},{"name":"paulirish","email":"paul.irish@gmail.com"},{"name":"satazor","email":"andremiguelcruz@msn.com"},{"name":"sheerun","email":"sheerun@sher.pl"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"vladikoff","email":"vlad@vladikoff.com"},{"name":"wibblymat","email":"mat@wibbly.org.uk"}],"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"1.6.8":{"name":"bower","version":"1.6.8","description":"The browser package manager","author":{"name":"Twitter"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/bower/bower.git"},"main":"lib","homepage":"http://bower.io","engines":{"node":">=0.10.0"},"keywords":["bower"],"dependencies":{"abbrev":"^1.0.5","archy":"1.0.0","bower-config":"^1.2.3","bower-endpoint-parser":"^0.2.2","bower-json":"^0.4.0","bower-logger":"^0.2.2","bower-registry-client":"^1.0.0","cardinal":"0.4.4","chalk":"^1.0.0","chmodr":"^1.0.2","configstore":"^0.3.2","decompress-zip":"^0.1.0","destroy":"^1.0.3","fs-write-stream-atomic":"github:sheerun/fs-write-stream-atomic#v1.0.4-fix","fstream":"^1.0.3","fstream-ignore":"^1.0.2","github":"^0.2.3","glob":"^4.3.2","graceful-fs":"^3.0.5","handlebars":"^2.0.0","inquirer":"0.10.0","insight":"^0.7.0","is-root":"^1.0.0","junk":"^1.0.0","lockfile":"^1.0.0","lru-cache":"^2.5.0","md5-hex":"^1.0.2","mkdirp":"0.5.0","mout":"^0.11.0","nopt":"^3.0.1","opn":"^1.0.1","p-throttler":"0.1.1","promptly":"0.2.0","q":"^1.1.2","request":"2.53.0","request-progress":"0.3.1","retry":"0.6.1","rimraf":"^2.2.8","semver":"^2.3.0","shell-quote":"^1.4.2","stringify-object":"^1.0.0","tar-fs":"^1.4.1","tmp":"0.0.24","update-notifier":"^0.3.0","user-home":"^1.1.0","which":"^1.0.8"},"devDependencies":{"chai":"^1.10.0","coveralls":"^2.11.2","expect.js":"^0.3.1","grunt":"^0.4.5","grunt-cli":"^0.1.13","grunt-contrib-jshint":"^0.10.0","grunt-contrib-watch":"^0.6.1","grunt-exec":"^0.4.6","grunt-simple-mocha":"^0.4.0","istanbul":"^0.3.5","load-grunt-tasks":"^2.0.0","mocha":"^2.1.0","multiline":"^1.0.2","nock":"^3.1.0","node-uuid":"^1.4.2","proxyquire":"^1.3.0","spawn-sync":"1.0.13"},"scripts":{"test":"grunt test"},"bin":{"bower":"bin/bower"},"files":["bin","lib","templates"],"gitHead":"50ed13e4eed2cbd684e534087fd5f67030ae738d","bugs":{"url":"https://github.com/bower/bower/issues"},"bundleDependencies":["abbrev","archy","bower-config","bower-endpoint-parser","bower-json","bower-logger","bower-registry-client","cardinal","chalk","chmodr","configstore","decompress-zip","destroy","fs-write-stream-atomic","fstream","fstream-ignore","github","glob","graceful-fs","handlebars","inquirer","insight","is-root","junk","lockfile","lru-cache","md5-hex","mkdirp","mout","nopt","opn","p-throttler","promptly","q","request","request-progress","retry","rimraf","semver","shell-quote","stringify-object","tar-fs","tmp","update-notifier","user-home","which"],"_id":"bower@1.6.8","_shasum":"4e9400d9f06efc97aed94518f42fceee93ec2a4d","_from":".","_npmVersion":"2.14.10","_nodeVersion":"4.1.1","_npmUser":{"name":"sheerun","email":"sheerun@sher.pl"},"dist":{"shasum":"4e9400d9f06efc97aed94518f42fceee93ec2a4d","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-1.6.8.tgz"},"maintainers":[{"name":"desandro","email":"desandrocodes@gmail.com"},{"name":"paulirish","email":"paul.irish@gmail.com"},{"name":"satazor","email":"andremiguelcruz@msn.com"},{"name":"sheerun","email":"sheerun@sher.pl"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"vladikoff","email":"vlad@vladikoff.com"},{"name":"wibblymat","email":"mat@wibbly.org.uk"}],"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"1.6.9":{"name":"bower","version":"1.6.9","description":"The browser package manager","author":{"name":"Twitter"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/bower/bower.git"},"main":"lib","homepage":"http://bower.io","engines":{"node":">=0.10.0"},"keywords":["bower"],"dependencies":{"abbrev":"^1.0.5","archy":"1.0.0","bower-config":"^1.2.3","bower-endpoint-parser":"^0.2.2","bower-json":"^0.4.0","bower-logger":"^0.2.2","bower-registry-client":"^1.0.0","cardinal":"0.4.4","chalk":"^1.0.0","chmodr":"^1.0.2","configstore":"^0.3.2","decompress-zip":"^0.1.0","destroy":"^1.0.3","fs-write-stream-atomic":"^1.0.5","fstream":"^1.0.3","fstream-ignore":"^1.0.2","github":"^0.2.3","glob":"^4.3.2","graceful-fs":"^3.0.5","handlebars":"^2.0.0","inquirer":"0.10.0","insight":"^0.7.0","is-root":"^1.0.0","junk":"^1.0.0","lockfile":"^1.0.0","lru-cache":"^2.5.0","md5-hex":"^1.0.2","mkdirp":"0.5.0","mout":"^0.11.0","nopt":"^3.0.1","opn":"^1.0.1","p-throttler":"0.1.1","promptly":"0.2.0","q":"^1.1.2","request":"2.53.0","request-progress":"0.3.1","retry":"0.6.1","rimraf":"^2.2.8","semver":"^2.3.0","shell-quote":"^1.4.2","stringify-object":"^1.0.0","tar-fs":"^1.4.1","tmp":"0.0.24","update-notifier":"^0.3.0","user-home":"^1.1.0","which":"^1.0.8"},"devDependencies":{"chai":"^1.10.0","coveralls":"^2.11.2","expect.js":"^0.3.1","grunt":"^0.4.5","grunt-cli":"^0.1.13","grunt-contrib-jshint":"^0.10.0","grunt-contrib-watch":"^0.6.1","grunt-exec":"^0.4.6","grunt-simple-mocha":"^0.4.0","istanbul":"^0.3.5","load-grunt-tasks":"^2.0.0","mocha":"^2.1.0","multiline":"^1.0.2","nock":"^3.1.0","node-uuid":"^1.4.2","proxyquire":"^1.3.0","spawn-sync":"1.0.13"},"scripts":{"test":"grunt test"},"bin":{"bower":"bin/bower"},"files":["bin","lib","templates"],"gitHead":"fd4c9e6aca734ffe93170eb2998ea9168c65e968","bugs":{"url":"https://github.com/bower/bower/issues"},"bundleDependencies":["abbrev","archy","bower-config","bower-endpoint-parser","bower-json","bower-logger","bower-registry-client","cardinal","chalk","chmodr","configstore","decompress-zip","destroy","fs-write-stream-atomic","fstream","fstream-ignore","github","glob","graceful-fs","handlebars","inquirer","insight","is-root","junk","lockfile","lru-cache","md5-hex","mkdirp","mout","nopt","opn","p-throttler","promptly","q","request","request-progress","retry","rimraf","semver","shell-quote","stringify-object","tar-fs","tmp","update-notifier","user-home","which"],"_id":"bower@1.6.9","_shasum":"cdd7c908f88f8e8908a9ac237e34f591d7058b99","_from":".","_npmVersion":"2.14.4","_nodeVersion":"4.1.1","_npmUser":{"name":"sheerun","email":"sheerun@sher.pl"},"dist":{"shasum":"cdd7c908f88f8e8908a9ac237e34f591d7058b99","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-1.6.9.tgz"},"maintainers":[{"name":"desandro","email":"desandrocodes@gmail.com"},{"name":"paulirish","email":"paul.irish@gmail.com"},{"name":"satazor","email":"andremiguelcruz@msn.com"},{"name":"sheerun","email":"sheerun@sher.pl"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"vladikoff","email":"vlad@vladikoff.com"},{"name":"wibblymat","email":"mat@wibbly.org.uk"}],"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"1.7.0":{"name":"bower","version":"1.7.0","description":"The browser package manager","author":{"name":"Twitter"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/bower/bower.git"},"main":"lib","homepage":"http://bower.io","engines":{"node":">=0.10.0"},"keywords":["bower"],"dependencies":{"abbrev":"^1.0.5","archy":"1.0.0","bower-config":"^1.3.0","bower-endpoint-parser":"^0.2.2","bower-json":"^0.4.0","bower-logger":"^0.2.2","bower-registry-client":"^1.0.0","cardinal":"0.4.4","chalk":"^1.0.0","chmodr":"^1.0.2","configstore":"^0.3.2","decompress-zip":"^0.1.0","destroy":"^1.0.3","fs-write-stream-atomic":"^1.0.5","fstream":"^1.0.3","fstream-ignore":"^1.0.2","github":"^0.2.3","glob":"^4.3.2","graceful-fs":"^3.0.5","handlebars":"^2.0.0","inquirer":"0.10.0","insight":"^0.7.0","is-root":"^1.0.0","junk":"^1.0.0","lockfile":"^1.0.0","lru-cache":"^2.5.0","md5-hex":"^1.0.2","mkdirp":"0.5.0","mout":"^0.11.0","nopt":"^3.0.1","opn":"^1.0.1","p-throttler":"0.1.1","promptly":"0.2.0","q":"^1.1.2","request":"2.53.0","request-progress":"0.3.1","retry":"0.6.1","rimraf":"^2.2.8","semver":"^2.3.0","shell-quote":"^1.4.2","stringify-object":"^1.0.0","tar-fs":"^1.4.1","tmp":"0.0.24","update-notifier":"^0.3.0","user-home":"^1.1.0","which":"^1.0.8"},"devDependencies":{"chai":"^1.10.0","coveralls":"^2.11.2","expect.js":"^0.3.1","grunt":"^0.4.5","grunt-cli":"^0.1.13","grunt-contrib-jshint":"^0.10.0","grunt-contrib-watch":"^0.6.1","grunt-exec":"^0.4.6","grunt-jscs":"^2.3.0","grunt-simple-mocha":"^0.4.0","istanbul":"^0.3.5","load-grunt-tasks":"^2.0.0","mocha":"^2.1.0","multiline":"^1.0.2","nock":"^3.1.0","node-uuid":"^1.4.2","proxyquire":"^1.3.0","spawn-sync":"1.0.13"},"scripts":{"test":"grunt test"},"bin":{"bower":"bin/bower"},"files":["bin","lib","templates"],"gitHead":"338ac99080d464cbc7c2c27cddae31207da6e527","bugs":{"url":"https://github.com/bower/bower/issues"},"bundleDependencies":["abbrev","archy","bower-config","bower-endpoint-parser","bower-json","bower-logger","bower-registry-client","cardinal","chalk","chmodr","configstore","decompress-zip","destroy","fs-write-stream-atomic","fstream","fstream-ignore","github","glob","graceful-fs","handlebars","inquirer","insight","is-root","junk","lockfile","lru-cache","md5-hex","mkdirp","mout","nopt","opn","p-throttler","promptly","q","request","request-progress","retry","rimraf","semver","shell-quote","stringify-object","tar-fs","tmp","update-notifier","user-home","which"],"_id":"bower@1.7.0","_shasum":"55c9bf39f5547c02ed5469f67635637128adae29","_from":".","_npmVersion":"2.14.4","_nodeVersion":"4.1.1","_npmUser":{"name":"sheerun","email":"sheerun@sher.pl"},"dist":{"shasum":"55c9bf39f5547c02ed5469f67635637128adae29","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-1.7.0.tgz"},"maintainers":[{"name":"desandro","email":"desandrocodes@gmail.com"},{"name":"paulirish","email":"paul.irish@gmail.com"},{"name":"satazor","email":"andremiguelcruz@msn.com"},{"name":"sheerun","email":"sheerun@sher.pl"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"vladikoff","email":"vlad@vladikoff.com"},{"name":"wibblymat","email":"mat@wibbly.org.uk"}],"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"1.7.1":{"name":"bower","version":"1.7.1","description":"The browser package manager","author":{"name":"Twitter"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/bower/bower.git"},"main":"lib","homepage":"http://bower.io","engines":{"node":">=0.10.0"},"keywords":["bower"],"dependencies":{"abbrev":"^1.0.5","archy":"1.0.0","bower-config":"^1.3.0","bower-endpoint-parser":"^0.2.2","bower-json":"^0.4.0","bower-logger":"^0.2.2","bower-registry-client":"^1.0.0","cardinal":"0.4.4","chalk":"^1.0.0","chmodr":"^1.0.2","configstore":"^0.3.2","decompress-zip":"^0.1.0","destroy":"^1.0.3","fs-write-stream-atomic":"^1.0.5","fstream":"^1.0.3","fstream-ignore":"^1.0.2","github":"^0.2.3","glob":"^4.3.2","graceful-fs":"^3.0.5","handlebars":"^2.0.0","inquirer":"0.10.0","insight":"^0.7.0","is-root":"^1.0.0","junk":"^1.0.0","lockfile":"^1.0.0","lru-cache":"^2.5.0","md5-hex":"^1.0.2","mkdirp":"0.5.0","mout":"^0.11.0","nopt":"^3.0.1","opn":"^1.0.1","p-throttler":"0.1.1","promptly":"0.2.0","q":"^1.1.2","request":"2.53.0","request-progress":"0.3.1","retry":"0.6.1","rimraf":"^2.2.8","semver":"^2.3.0","semver-utils":"^1.1.1","shell-quote":"^1.4.2","stringify-object":"^1.0.0","tar-fs":"^1.4.1","tmp":"0.0.24","update-notifier":"^0.6.0","user-home":"^1.1.0","which":"^1.0.8"},"devDependencies":{"chai":"^1.10.0","coveralls":"^2.11.2","expect.js":"^0.3.1","grunt":"^0.4.5","grunt-cli":"^0.1.13","grunt-contrib-jshint":"^0.10.0","grunt-contrib-watch":"^0.6.1","grunt-exec":"^0.4.6","grunt-jscs":"^2.3.0","grunt-simple-mocha":"^0.4.0","istanbul":"^0.3.5","load-grunt-tasks":"^2.0.0","mocha":"^2.1.0","multiline":"^1.0.2","nock":"^3.1.0","node-uuid":"^1.4.2","proxyquire":"^1.3.0","spawn-sync":"1.0.13"},"scripts":{"test":"grunt test","ci":"grunt travis","coveralls":"coveralls"},"bin":{"bower":"bin/bower"},"files":["bin","lib","templates"],"gitHead":"e168c894a2a810b2e89c21320914029193a82c42","bugs":{"url":"https://github.com/bower/bower/issues"},"bundleDependencies":["abbrev","archy","bower-config","bower-endpoint-parser","bower-json","bower-logger","bower-registry-client","cardinal","chalk","chmodr","configstore","decompress-zip","destroy","fs-write-stream-atomic","fstream","fstream-ignore","github","glob","graceful-fs","handlebars","inquirer","insight","is-root","junk","lockfile","lru-cache","md5-hex","mkdirp","mout","nopt","opn","p-throttler","promptly","q","request","request-progress","retry","rimraf","semver","shell-quote","stringify-object","tar-fs","tmp","update-notifier","user-home","which"],"_id":"bower@1.7.1","_shasum":"8d0c1a31d85237b3629fd2af981bd11e1b1dca82","_from":".","_npmVersion":"2.14.4","_nodeVersion":"4.1.1","_npmUser":{"name":"sheerun","email":"sheerun@sher.pl"},"dist":{"shasum":"8d0c1a31d85237b3629fd2af981bd11e1b1dca82","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-1.7.1.tgz"},"maintainers":[{"name":"desandro","email":"desandrocodes@gmail.com"},{"name":"paulirish","email":"paul.irish@gmail.com"},{"name":"satazor","email":"andremiguelcruz@msn.com"},{"name":"sheerun","email":"sheerun@sher.pl"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"vladikoff","email":"vlad@vladikoff.com"},{"name":"wibblymat","email":"mat@wibbly.org.uk"}],"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"1.7.2":{"name":"bower","version":"1.7.2","description":"The browser package manager","author":{"name":"Twitter"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/bower/bower.git"},"main":"lib","homepage":"http://bower.io","engines":{"node":">=0.10.0"},"keywords":["bower"],"dependencies":{"abbrev":"^1.0.5","archy":"1.0.0","bower-config":"^1.3.0","bower-endpoint-parser":"^0.2.2","bower-json":"^0.4.0","bower-logger":"^0.2.2","bower-registry-client":"^1.0.0","cardinal":"0.4.4","chalk":"^1.0.0","chmodr":"^1.0.2","configstore":"^0.3.2","decompress-zip":"^0.1.0","destroy":"^1.0.3","fs-write-stream-atomic":"1.0.5","fstream":"^1.0.3","fstream-ignore":"^1.0.2","github":"^0.2.3","glob":"^4.3.2","graceful-fs":"^3.0.5","handlebars":"^2.0.0","inquirer":"0.10.0","insight":"^0.7.0","is-root":"^1.0.0","junk":"^1.0.0","lockfile":"^1.0.0","lru-cache":"^2.5.0","md5-hex":"^1.0.2","mkdirp":"0.5.0","mout":"^0.11.0","nopt":"^3.0.1","opn":"^1.0.1","p-throttler":"0.1.1","promptly":"0.2.0","q":"^1.1.2","request":"2.53.0","request-progress":"0.3.1","retry":"0.6.1","rimraf":"^2.2.8","semver":"^2.3.0","semver-utils":"^1.1.1","shell-quote":"^1.4.2","stringify-object":"^1.0.0","tar-fs":"^1.4.1","tmp":"0.0.24","update-notifier":"^0.6.0","user-home":"^1.1.0","which":"^1.0.8"},"devDependencies":{"chai":"^1.10.0","coveralls":"^2.11.2","expect.js":"^0.3.1","grunt":"^0.4.5","grunt-cli":"^0.1.13","grunt-contrib-jshint":"^0.10.0","grunt-contrib-watch":"^0.6.1","grunt-exec":"^0.4.6","grunt-jscs":"^2.3.0","grunt-simple-mocha":"^0.4.0","istanbul":"^0.3.5","load-grunt-tasks":"^2.0.0","mocha":"^2.1.0","multiline":"^1.0.2","nock":"^3.1.0","node-uuid":"^1.4.2","proxyquire":"^1.3.0","spawn-sync":"1.0.13"},"scripts":{"test":"grunt test","ci":"grunt travis","coveralls":"coveralls"},"bin":{"bower":"bin/bower"},"files":["bin","lib","templates"],"gitHead":"a2f21e2703df020617bc35bbc2fb823c8a14b885","bugs":{"url":"https://github.com/bower/bower/issues"},"bundleDependencies":["abbrev","archy","bower-config","bower-endpoint-parser","bower-json","bower-logger","bower-registry-client","cardinal","chalk","chmodr","configstore","decompress-zip","destroy","fs-write-stream-atomic","fstream","fstream-ignore","github","glob","graceful-fs","handlebars","inquirer","insight","is-root","junk","lockfile","lru-cache","md5-hex","mkdirp","mout","nopt","opn","p-throttler","promptly","q","request","request-progress","retry","rimraf","semver","shell-quote","stringify-object","tar-fs","tmp","update-notifier","user-home","which"],"_id":"bower@1.7.2","_shasum":"b04228f9970f11777017e64ae39d71f9346c9575","_from":".","_npmVersion":"2.14.15","_nodeVersion":"4.2.3","_npmUser":{"name":"vladikoff","email":"vlad@vladikoff.com"},"maintainers":[{"name":"desandro","email":"desandrocodes@gmail.com"},{"name":"paulirish","email":"paul.irish@gmail.com"},{"name":"satazor","email":"andremiguelcruz@msn.com"},{"name":"sheerun","email":"sheerun@sher.pl"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"vladikoff","email":"vlad@vladikoff.com"},{"name":"wibblymat","email":"mat@wibbly.org.uk"}],"dist":{"shasum":"b04228f9970f11777017e64ae39d71f9346c9575","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-1.7.2.tgz"},"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"1.7.5":{"name":"bower","version":"1.7.5","description":"The browser package manager","author":{"name":"Twitter"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/bower/bower.git"},"main":"lib/lib","bin":{"bower":"lib/bin/bower"},"homepage":"http://bower.io","engines":{"node":">=0.10.0"},"keywords":["bower"],"bugs":{"url":"https://github.com/bower/bower/issues"},"_id":"bower@1.7.5","scripts":{},"_shasum":"7f8e28d0be97f727a87f1445c1bf4086a728279b","_from":".","_npmVersion":"3.5.3","_nodeVersion":"4.1.1","_npmUser":{"name":"sheerun","email":"sheerun@sher.pl"},"dist":{"shasum":"7f8e28d0be97f727a87f1445c1bf4086a728279b","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-1.7.5.tgz"},"maintainers":[{"name":"desandro","email":"desandrocodes@gmail.com"},{"name":"paulirish","email":"paul.irish@gmail.com"},{"name":"satazor","email":"andremiguelcruz@msn.com"},{"name":"sheerun","email":"sheerun@sher.pl"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"vladikoff","email":"vlad@vladikoff.com"},{"name":"wibblymat","email":"mat@wibbly.org.uk"}],"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"1.7.6":{"name":"bower","version":"1.7.6","description":"The browser package manager","author":{"name":"Twitter"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/bower/bower.git"},"main":"lib","bin":{"bower":"bin/bower"},"homepage":"http://bower.io","engines":{"node":">=0.10.0"},"keywords":["bower"],"bugs":{"url":"https://github.com/bower/bower/issues"},"_id":"bower@1.7.6","scripts":{},"_shasum":"c06e77967f9f08892e6409d0151780695d1ced72","_from":".","_npmVersion":"3.5.3","_nodeVersion":"4.1.1","_npmUser":{"name":"sheerun","email":"sheerun@sher.pl"},"dist":{"shasum":"c06e77967f9f08892e6409d0151780695d1ced72","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-1.7.6.tgz"},"maintainers":[{"name":"desandro","email":"desandrocodes@gmail.com"},{"name":"paulirish","email":"paul.irish@gmail.com"},{"name":"satazor","email":"andremiguelcruz@msn.com"},{"name":"sheerun","email":"sheerun@sher.pl"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"vladikoff","email":"vlad@vladikoff.com"},{"name":"wibblymat","email":"mat@wibbly.org.uk"}],"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"1.7.7":{"name":"bower","version":"1.7.7","description":"The browser package manager","author":{"name":"Twitter"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/bower/bower.git"},"main":"lib","bin":{"bower":"bin/bower"},"homepage":"http://bower.io","engines":{"node":">=0.10.0"},"keywords":["bower"],"files":["bin","lib"],"bugs":{"url":"https://github.com/bower/bower/issues"},"_id":"bower@1.7.7","scripts":{},"_shasum":"2fd7ff3ebdcba5a8ffcd84c397c8fdfe9f825f92","_from":".","_npmVersion":"3.5.3","_nodeVersion":"4.1.1","_npmUser":{"name":"sheerun","email":"sheerun@sher.pl"},"dist":{"shasum":"2fd7ff3ebdcba5a8ffcd84c397c8fdfe9f825f92","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-1.7.7.tgz"},"maintainers":[{"name":"desandro","email":"desandrocodes@gmail.com"},{"name":"paulirish","email":"paul.irish@gmail.com"},{"name":"satazor","email":"andremiguelcruz@msn.com"},{"name":"sheerun","email":"sheerun@sher.pl"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"vladikoff","email":"vlad@vladikoff.com"},{"name":"wibblymat","email":"mat@wibbly.org.uk"}],"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"1.7.8":{"name":"bower","version":"1.7.8","description":"The browser package manager","author":{"name":"Twitter"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/bower/bower.git"},"main":"lib","bin":{"bower":"bin/bower"},"homepage":"http://bower.io","engines":{"node":">=0.10.0"},"keywords":["bower"],"files":["bin","lib"],"bugs":{"url":"https://github.com/bower/bower/issues"},"_id":"bower@1.7.8","scripts":{},"_shasum":"552714fd1582ff9628d0892c8eff18b43a957126","_from":".","_npmVersion":"3.7.3","_nodeVersion":"5.9.0","_npmUser":{"name":"sheerun","email":"sheerun@sher.pl"},"dist":{"shasum":"552714fd1582ff9628d0892c8eff18b43a957126","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-1.7.8.tgz"},"maintainers":[{"name":"desandro","email":"desandrocodes@gmail.com"},{"name":"paulirish","email":"paul.irish@gmail.com"},{"name":"satazor","email":"andremiguelcruz@msn.com"},{"name":"sheerun","email":"sheerun@sher.pl"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"vladikoff","email":"vlad@vladikoff.com"},{"name":"wibblymat","email":"mat@wibbly.org.uk"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/bower-1.7.8.tgz_1459790075885_0.43250645138323307"},"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"1.7.9":{"name":"bower","version":"1.7.9","description":"The browser package manager","author":{"name":"Twitter"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/bower/bower.git"},"main":"lib","bin":{"bower":"bin/bower"},"homepage":"http://bower.io","engines":{"node":">=0.10.0"},"keywords":["bower"],"files":["bin","lib"],"bugs":{"url":"https://github.com/bower/bower/issues"},"_id":"bower@1.7.9","scripts":{},"_shasum":"b7296c2393e0d75edaa6ca39648132dd255812b0","_from":".","_npmVersion":"3.7.3","_nodeVersion":"5.9.0","_npmUser":{"name":"sheerun","email":"sheerun@sher.pl"},"dist":{"shasum":"b7296c2393e0d75edaa6ca39648132dd255812b0","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-1.7.9.tgz"},"maintainers":[{"name":"desandro","email":"desandrocodes@gmail.com"},{"name":"paulirish","email":"paul.irish@gmail.com"},{"name":"satazor","email":"andremiguelcruz@msn.com"},{"name":"sheerun","email":"sheerun@sher.pl"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"vladikoff","email":"vlad@vladikoff.com"},{"name":"wibblymat","email":"mat@wibbly.org.uk"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/bower-1.7.9.tgz_1459857239351_0.9720134933013469"},"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"},"1.8.0":{"name":"bower","version":"1.8.0","description":"The browser package manager","author":{"name":"Twitter"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/bower/bower.git"},"main":"lib","bin":{"bower":"bin/bower"},"homepage":"http://bower.io","engines":{"node":">=0.10.0"},"keywords":["bower"],"files":["bin","lib"],"bugs":{"url":"https://github.com/bower/bower/issues"},"_id":"bower@1.8.0","scripts":{},"_shasum":"55dbebef0ad9155382d9e9d3e497c1372345b44a","_from":".","_npmVersion":"3.10.9","_nodeVersion":"4.4.6","_npmUser":{"name":"sheerun","email":"sheerun@sher.pl"},"dist":{"shasum":"55dbebef0ad9155382d9e9d3e497c1372345b44a","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bower/-/bower-1.8.0.tgz"},"maintainers":[{"name":"desandro","email":"desandrocodes@gmail.com"},{"name":"paulirish","email":"paul.irish@gmail.com"},{"name":"satazor","email":"andremiguelcruz@msn.com"},{"name":"sheerun","email":"sheerun@sher.pl"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"vladikoff","email":"vlad@vladikoff.com"},{"name":"wibblymat","email":"mat@wibbly.org.uk"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/bower-1.8.0.tgz_1478512918020_0.7136248126626015"},"directories":{},"deprecated":"..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467"}},"name":"bower","time":{"modified":"2017-07-23T08:33:27.911Z","created":"2012-09-04T23:58:48.836Z","0.1.0":"2012-09-04T23:58:50.678Z","0.1.2":"2012-09-16T21:38:38.487Z","0.1.3":"2012-09-18T17:38:03.910Z","0.2.0":"2012-09-25T20:56:59.910Z","0.3.0":"2012-10-22T22:41:20.636Z","0.3.1":"2012-10-31T17:59:13.303Z","0.3.2":"2012-11-04T18:42:18.980Z","0.4.0":"2012-11-12T01:12:39.383Z","0.5.0":"2012-11-19T20:20:19.934Z","0.5.1":"2012-11-20T21:29:33.849Z","0.6.0":"2012-11-21T23:31:44.733Z","0.6.1":"2012-11-23T01:44:49.331Z","0.6.2":"2012-11-23T09:24:38.936Z","0.6.3":"2012-11-24T15:37:36.332Z","0.6.4":"2012-11-30T00:52:57.641Z","0.6.5":"2012-12-01T14:37:55.875Z","0.6.6":"2012-12-03T22:34:41.827Z","0.6.7":"2012-12-10T17:57:46.128Z","0.6.8":"2012-12-14T11:05:20.328Z","0.7.0":"2013-02-01T00:42:17.216Z","0.7.1":"2013-02-18T22:04:45.413Z","0.8.0":"2013-02-24T16:23:48.343Z","0.8.1":"2013-02-25T23:40:20.479Z","0.8.2":"2013-02-26T21:04:33.825Z","0.8.3":"2013-02-27T10:09:44.306Z","0.8.4":"2013-03-01T11:49:09.335Z","0.8.5":"2013-03-04T01:54:43.312Z","0.8.6":"2013-04-03T22:54:55.735Z","0.9.0":"2013-04-25T22:18:26.197Z","0.9.1":"2013-04-27T11:04:53.116Z","0.9.2":"2013-04-27T12:01:19.669Z","0.10.0":"2013-07-23T00:08:34.010Z","1.0.0":"2013-07-23T00:13:33.288Z","1.0.1":"2013-07-29T22:59:09.752Z","1.0.2":"2013-07-29T23:18:42.938Z","1.0.3":"2013-07-30T08:00:06.322Z","1.1.0":"2013-08-03T16:32:34.920Z","1.1.1":"2013-08-08T13:14:56.837Z","1.1.2":"2013-08-10T15:11:02.126Z","1.2.0":"2013-08-19T07:44:52.060Z","1.2.1":"2013-08-19T18:21:29.630Z","1.2.2":"2013-08-20T22:33:43.236Z","1.2.3":"2013-08-22T18:10:17.941Z","1.2.4":"2013-08-23T22:13:55.396Z","1.2.5":"2013-08-28T21:07:07.306Z","1.2.6":"2013-09-04T01:44:14.517Z","1.2.7":"2013-09-29T22:07:28.982Z","1.2.8":"2013-12-02T13:45:49.498Z","1.3.0":"2014-03-11T11:59:54.131Z","1.3.1":"2014-03-11T23:39:04.294Z","1.3.2":"2014-04-07T09:30:20.525Z","1.3.3":"2014-04-24T20:58:42.126Z","1.3.4":"2014-06-02T14:22:13.933Z","1.3.5":"2014-06-08T10:15:37.883Z","1.3.6":"2014-07-02T13:07:14.949Z","1.3.7":"2014-07-04T12:07:43.581Z","1.3.8":"2014-07-11T20:49:54.511Z","1.3.9":"2014-08-06T19:38:50.570Z","1.3.10":"2014-09-13T14:52:54.776Z","1.3.11":"2014-09-18T00:25:38.248Z","1.3.12":"2014-09-28T16:39:55.809Z","1.4.0":"2015-03-30T22:50:49.524Z","1.4.1":"2015-04-01T07:40:31.107Z","1.5.0":"2015-08-23T13:27:00.845Z","1.5.1":"2015-08-23T14:38:19.195Z","1.5.2":"2015-08-25T20:39:48.951Z","1.5.3":"2015-09-24T12:04:40.330Z","1.6.0":"2015-10-15T12:00:03.357Z","1.6.1":"2015-10-15T14:05:10.765Z","1.6.2":"2015-10-15T14:22:04.139Z","1.6.3":"2015-10-16T09:49:45.556Z","1.6.4":"2015-10-24T10:08:33.516Z","1.6.5":"2015-10-24T10:18:15.783Z","1.5.4":"2015-11-24T17:03:15.020Z","1.4.2":"2015-11-24T17:08:28.686Z","1.6.6":"2015-11-25T15:46:50.838Z","1.6.7":"2015-11-26T11:32:17.496Z","1.6.8":"2015-11-27T14:57:54.108Z","1.6.9":"2015-12-04T21:27:06.135Z","1.7.0":"2015-12-07T12:52:40.494Z","1.7.1":"2015-12-11T20:46:17.232Z","1.7.2":"2015-12-31T02:09:32.462Z","1.7.3":"2016-01-20T17:41:47.199Z","1.7.4":"2016-01-21T13:16:25.843Z","1.7.5":"2016-01-26T21:42:09.185Z","1.7.6":"2016-01-27T10:59:15.570Z","1.7.7":"2016-01-27T17:23:48.077Z","1.7.8":"2016-04-04T17:14:39.664Z","1.7.9":"2016-04-05T11:54:07.456Z","1.8.0":"2016-11-07T10:01:58.656Z"},"readmeFilename":"README.md","homepage":"http://bower.io"}