From 471323b646a0e69cce0d641539da4b54ff1b2856 Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Mon, 29 Jul 2013 17:42:18 -0400 Subject: rename component.json to bower.json --- bower.json | 20 ++++++++++++++++++++ component.json | 20 -------------------- 2 files changed, 20 insertions(+), 20 deletions(-) create mode 100644 bower.json delete mode 100644 component.json diff --git a/bower.json b/bower.json new file mode 100644 index 00000000..648a21c1 --- /dev/null +++ b/bower.json @@ -0,0 +1,20 @@ +{ + "name": "bootswatch", + "description": "Bootswatch is a collection of themes for Bootstrap.", + "version": "2.3.2", + "author": "Thomas Park", + "homepage": "http://bootswatch.com", + "repository": { + "type": "git", + "url": "git://github.com/thomaspark/bootswatch.git" + }, + "dependencies": { + "bootstrap": "~2.3.2" + }, + "licenses": [ + { + "type": "Apache-2.0", + "url": "http://www.apache.org/licenses/LICENSE-2.0" + } + ] +} diff --git a/component.json b/component.json deleted file mode 100644 index 9abaff6a..00000000 --- a/component.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "name": "bootswatch", - "description": "Bootswatch is a collection of themes for Bootstrap.", - "version": "2.3.2", - "author": "Thomas Park", - "homepage": "http://bootswatch.com", - "repository": { - "type": "git", - "url": "git://github.com/thomaspark/bootswatch.git" - }, - "dependencies": { - "bootstrap": "~2.3.2" - }, - "licenses": [ - { - "type": "Apache-2.0", - "url": "http://www.apache.org/licenses/LICENSE-2.0" - } - ] -} \ No newline at end of file -- cgit v1.2.3