Skip to content

Commit

Permalink
Fixed author url
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandro U. Alvarez committed Apr 24, 2014
1 parent 8b77921 commit 6dd7a79
Showing 1 changed file with 26 additions and 25 deletions.
51 changes: 26 additions & 25 deletions photojshop.jquery.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,37 @@
{
"name": "photojshop",
"title": "PhotoJShop",
"description": "A JavaScript library for photo editing using the canvas, aiming to reproduce most usual filters.",
"keywords": [
"name": "photojshop",
"title": "PhotoJShop",
"description": "A JavaScript library for photo editing using the canvas, aiming to reproduce most usual filters.",
"keywords": [
"image",
"effects",
"manipulation",
"color"
],
"version": "1.0.4",
"author": {
"name": "Alejandro U. Alvarez",
"url": "https://urbanoalvarez.es"
},
"maintainers": [
{
"name": "Alejandro U. Alvarez",
"email": "alejandro@urbanoalvarez.es",
"url": "http://urbanoalvarez.es"
"version": "1.0.5",
"author": {
"name": "Alejandro U. Alvarez",
"email": "alejandro@urbanoalvarez.es",
"url": "http://urbanoalvarez.es"
},
"maintainers": [
{
"name": "Alejandro U. Alvarez",
"email": "alejandro@urbanoalvarez.es",
"url": "http://urbanoalvarez.es"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"bugs": "/~https://github.com/aurbano/PhotoJShop/issues",
"homepage": "/~https://github.com/aurbano/PhotoJShop",
"docs": "/~https://github.com/aurbano/PhotoJShop",
"download": "/~https://github.com/aurbano/PhotoJShop/releases",
"dependencies": {
"jquery": ">=1.5"
}
"bugs": "/~https://github.com/aurbano/PhotoJShop/issues",
"homepage": "/~https://github.com/aurbano/PhotoJShop",
"docs": "/~https://github.com/aurbano/PhotoJShop",
"download": "/~https://github.com/aurbano/PhotoJShop/releases",
"dependencies": {
"jquery": ">=1.5"
}
}

0 comments on commit 6dd7a79

Please sign in to comment.