From dfbf770247d90e98eebf2a995c9f1ce10196c6f7 Mon Sep 17 00:00:00 2001 From: jbowyers Date: Wed, 18 Jun 2014 16:19:52 -0700 Subject: [PATCH 1/6] Bower.json added --- bower.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..6993650 --- /dev/null +++ b/bower.json @@ -0,0 +1,30 @@ +{ + "name": "jQuery-Picture", + "version": "0.0.9", + "main": "./js/jquery-picture.js", + "ignore": [ + "_notes", + "bower_components", + "node_modules", + "demo", + "src", + "test", + ".bowerrc", + ".gitignore", + ".jshintignore", + ".jshintrc", + "bower.json", + "Gruntfile.js", + "LICENCE.txt", + "package.json", + "README.md" + ], + "dependencies": { + "jquery": "latest" + }, + "devDependencies": { + + }, + "private": false +} + From 1863a7586d2b30abf1b6c06aaed30b27a3fb1eeb Mon Sep 17 00:00:00 2001 From: jbowyers Date: Wed, 18 Jun 2014 16:44:05 -0700 Subject: [PATCH 2/6] Revision to bower.json file --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 6993650..f82bfa6 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "jQuery-Picture", "version": "0.0.9", - "main": "./js/jquery-picture.js", + "main": "js/jquery-picture.js", "ignore": [ "_notes", "bower_components", From a5d064ab605615dbe7599eedceda9c6619308259 Mon Sep 17 00:00:00 2001 From: jbowyers Date: Wed, 18 Jun 2014 17:20:41 -0700 Subject: [PATCH 3/6] Revised bower.json --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index f82bfa6..8dbc2fb 100644 --- a/bower.json +++ b/bower.json @@ -1,4 +1,4 @@ -{ +{ "name": "jQuery-Picture", "version": "0.0.9", "main": "js/jquery-picture.js", From b13d6dccf6e967ef5c2aeb72a1bdc1adab263615 Mon Sep 17 00:00:00 2001 From: jbowyers Date: Wed, 18 Jun 2014 17:32:44 -0700 Subject: [PATCH 4/6] Revisions to bower.json --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 8dbc2fb..58045ef 100644 --- a/bower.json +++ b/bower.json @@ -1,5 +1,5 @@ { - "name": "jQuery-Picture", + "name": "jQuery-Picture-jbowyers", "version": "0.0.9", "main": "js/jquery-picture.js", "ignore": [ From 85e6bed024f7bd38c194286fc44ba065e6b20eb2 Mon Sep 17 00:00:00 2001 From: jbowyers Date: Wed, 18 Jun 2014 21:58:55 -0700 Subject: [PATCH 5/6] Revisions to bower.json --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 58045ef..f937447 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "jQuery-Picture-jbowyers", "version": "0.0.9", - "main": "js/jquery-picture.js", + "main": ["js/jquery-picture.js"], "ignore": [ "_notes", "bower_components", From c078c8baaf216507ca4aaff7245a0efe4a72e590 Mon Sep 17 00:00:00 2001 From: jbowyers Date: Thu, 19 Jun 2014 11:32:49 -0700 Subject: [PATCH 6/6] Udates to bower.json --- bower.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/bower.json b/bower.json index f937447..a7f16ae 100644 --- a/bower.json +++ b/bower.json @@ -2,6 +2,7 @@ "name": "jQuery-Picture-jbowyers", "version": "0.0.9", "main": ["js/jquery-picture.js"], + "licence":"MIT", "ignore": [ "_notes", "bower_components", @@ -25,6 +26,11 @@ "devDependencies": { }, - "private": false + "keywords": [ + "jquery-picture", + "jquery", + "javascript", + "library" + ] }