Skip to content

Commit

Permalink
Updated package/bower.json for bower registration.
Browse files Browse the repository at this point in the history
  • Loading branch information
stwilz committed Feb 15, 2016
1 parent cbce8fc commit 3699dd6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
19 changes: 8 additions & 11 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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": {}
Expand Down

0 comments on commit 3699dd6

Please sign in to comment.