From 4fc3c969d35519d5b96aac877cadd4d54fbbc058 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Mon, 10 Sep 2012 00:42:55 -0700 Subject: [PATCH] Add component.json for Bower. Former-commit-id: d681c2300b4e79fb168793aed34b82c3021647d1 --- component.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 component.json diff --git a/component.json b/component.json new file mode 100644 index 000000000..294b0d201 --- /dev/null +++ b/component.json @@ -0,0 +1,34 @@ +{ + "name": "lodash", + "version": "0.6.1", + "description": "A drop-in replacement for Underscore.js delivering performance, bug fixes, and additional features.", + "homepage": "http://lodash.com", + "main": [ + "./lodash.js", + "./lodash.min.js" + ], + "keywords": [ + "browser", + "client", + "functional", + "performance", + "server", + "speed", + "util" + ], + "licenses": [ + { + "type": "MIT", + "url": "http://lodash.com/license" + } + ], + "author": { + "name": "John-David Dalton", + "email": "john.david.dalton@gmail.com", + "web": "http://allyoucanleet.com/" + }, + "repository": { + "type": "git", + "url": "https://github.com/bestiejs/lodash.git" + } +}