Merge pull request #13 from scothis/cujo
Add cujoJS libraries to the registry
This commit is contained in:
+11
-1
@@ -14,6 +14,9 @@
|
|||||||
"bootstrap": "github:twbs/bootstrap",
|
"bootstrap": "github:twbs/bootstrap",
|
||||||
"chosen": "github:harvesthq/chosen",
|
"chosen": "github:harvesthq/chosen",
|
||||||
"chart": "github:nnnick/Chart.js",
|
"chart": "github:nnnick/Chart.js",
|
||||||
|
"cola": "github:cujojs/cola",
|
||||||
|
"cram": "github:cujojs/cram",
|
||||||
|
"curl": "github:cujojs/curl",
|
||||||
"d3": "github:mbostock/d3",
|
"d3": "github:mbostock/d3",
|
||||||
"dropzone": "github:enyo/dropzone",
|
"dropzone": "github:enyo/dropzone",
|
||||||
"ember": "github:components/ember",
|
"ember": "github:components/ember",
|
||||||
@@ -23,6 +26,7 @@
|
|||||||
"hammer": "github:EightMedia/hammer.js",
|
"hammer": "github:EightMedia/hammer.js",
|
||||||
"handlebars.js": "github:components/handlebars.js",
|
"handlebars.js": "github:components/handlebars.js",
|
||||||
"intro": "github:usablica/intro.js",
|
"intro": "github:usablica/intro.js",
|
||||||
|
"jiff": "github:cujojs/jiff",
|
||||||
"jquery": "github:components/jquery",
|
"jquery": "github:components/jquery",
|
||||||
"jquery-file-upload": "github:blueimp/jQuery-File-Upload",
|
"jquery-file-upload": "github:blueimp/jQuery-File-Upload",
|
||||||
"jquery-pjax": "github:defunkt/jquery-pjax",
|
"jquery-pjax": "github:defunkt/jquery-pjax",
|
||||||
@@ -32,18 +36,22 @@
|
|||||||
"lodash": "npm:lodash-node",
|
"lodash": "npm:lodash-node",
|
||||||
"marionette": "github:marionettejs/backbone.marionette",
|
"marionette": "github:marionettejs/backbone.marionette",
|
||||||
"masonry": "github:desandro/masonry",
|
"masonry": "github:desandro/masonry",
|
||||||
|
"meld": "github:cujojs/meld",
|
||||||
"minivents": "github:allouis/minivents",
|
"minivents": "github:allouis/minivents",
|
||||||
"mocha": "npm:mocha",
|
"mocha": "npm:mocha",
|
||||||
"modernizr": "github:Modernizr/Modernizr",
|
"modernizr": "github:Modernizr/Modernizr",
|
||||||
"moment": "github:moment/moment",
|
"moment": "github:moment/moment",
|
||||||
|
"msgs": "github:cujojs/msgs",
|
||||||
"mustache": "github:janl/mustache.js",
|
"mustache": "github:janl/mustache.js",
|
||||||
"nprogress": "github:rstacruz/nprogress",
|
"nprogress": "github:rstacruz/nprogress",
|
||||||
"parallax": "github:wagerfield/parallax",
|
"parallax": "github:wagerfield/parallax",
|
||||||
"pikaday": "github:dbushell/Pikaday",
|
"pikaday": "github:dbushell/Pikaday",
|
||||||
|
"poly": "github:cujojs/poly",
|
||||||
"prism": "github:LeaVerou/prism",
|
"prism": "github:LeaVerou/prism",
|
||||||
"ratchet": "github:maker/ratchet",
|
"ratchet": "github:maker/ratchet",
|
||||||
"raphael": "github:DmitryBaranovskiy/raphael",
|
"raphael": "github:DmitryBaranovskiy/raphael",
|
||||||
"respond": "github:scottjehl/Respond",
|
"respond": "github:scottjehl/Respond",
|
||||||
|
"rest": "github:cujojs/rest",
|
||||||
"select2": "github:ivaynberg/select2",
|
"select2": "github:ivaynberg/select2",
|
||||||
"showdown": "github:coreyti/showdown",
|
"showdown": "github:coreyti/showdown",
|
||||||
"skrollr": "github:Prinzhorn/skrollr",
|
"skrollr": "github:Prinzhorn/skrollr",
|
||||||
@@ -51,5 +59,7 @@
|
|||||||
"tinygrowl": "github:ajkochanowicz/tinygrowl",
|
"tinygrowl": "github:ajkochanowicz/tinygrowl",
|
||||||
"typeahead": "github:twitter/typeahead.js",
|
"typeahead": "github:twitter/typeahead.js",
|
||||||
"underscore": "npm:underscore",
|
"underscore": "npm:underscore",
|
||||||
"webfont": "github:components/webfontloader"
|
"webfont": "github:components/webfontloader",
|
||||||
|
"when": "github:cujojs/when",
|
||||||
|
"wire": "github:cujojs/wire"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user