diff --git a/bower.json b/bower.json index ebb73c0..c07011e 100644 --- a/bower.json +++ b/bower.json @@ -4,22 +4,19 @@ "description": "", "license": "MIT", "main": [ - "dist/js/*.min.js" + "./dist" ], - "ignore": [], - "keywords": [], - "authors": [ - { - "name": "Steve Wilcox" - } + "ignore": [ + "./src", + ".gitignore", + ".gitattributes", + "gulpfile.config.js", + "gulpfile.js", + "LICENSE.txt" ], "dependencies": {}, "devDependencies": { "jasmine": "^2.4.1" }, - "repository": { - "type": "git", - "url": "" - }, "private": false } \ No newline at end of file diff --git a/package.json b/package.json index 69e9c77..ef8f81a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "name": "crop-resize", "version": "0.1.0", + "keywords": ["image","image crop", "image resize", "crop", "resize", "javascript","js"], "devDependencies": { "browser-sync": "^2.7.13", "gulp": "^3.9.0", @@ -30,6 +31,13 @@ "dependencies": {}, "engines": {}, "homepage": "", + "repository":{ + "type":"git", + "url":"https://github.com/stewil/crop-resize" + }, + "authors": [{ + "name": "Steve Wilcox" + }], "license": "MIT", "private": false, "scripts": {}