Skip to content

Commit 6dd7a79

Browse files
author
Alejandro U. Alvarez
committed
Fixed author url
1 parent 8b77921 commit 6dd7a79

File tree

1 file changed

+26
-25
lines changed

1 file changed

+26
-25
lines changed

photojshop.jquery.json

+26-25
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,37 @@
11
{
2-
"name": "photojshop",
3-
"title": "PhotoJShop",
4-
"description": "A JavaScript library for photo editing using the canvas, aiming to reproduce most usual filters.",
5-
"keywords": [
2+
"name": "photojshop",
3+
"title": "PhotoJShop",
4+
"description": "A JavaScript library for photo editing using the canvas, aiming to reproduce most usual filters.",
5+
"keywords": [
66
"image",
77
"effects",
88
"manipulation",
99
"color"
1010
],
11-
"version": "1.0.4",
12-
"author": {
13-
"name": "Alejandro U. Alvarez",
14-
"url": "https://urbanoalvarez.es"
15-
},
16-
"maintainers": [
17-
{
18-
"name": "Alejandro U. Alvarez",
19-
"email": "[email protected]",
20-
"url": "http://urbanoalvarez.es"
11+
"version": "1.0.5",
12+
"author": {
13+
"name": "Alejandro U. Alvarez",
14+
"email": "[email protected]",
15+
"url": "http://urbanoalvarez.es"
16+
},
17+
"maintainers": [
18+
{
19+
"name": "Alejandro U. Alvarez",
20+
"email": "[email protected]",
21+
"url": "http://urbanoalvarez.es"
2122
}
2223
],
23-
"licenses": [
24-
{
25-
"type": "MIT",
26-
"url": "http://opensource.org/licenses/MIT"
24+
"licenses": [
25+
{
26+
"type": "MIT",
27+
"url": "http://opensource.org/licenses/MIT"
2728
}
2829
],
29-
"bugs": "https://github.com/aurbano/PhotoJShop/issues",
30-
"homepage": "https://github.com/aurbano/PhotoJShop",
31-
"docs": "https://github.com/aurbano/PhotoJShop",
32-
"download": "https://github.com/aurbano/PhotoJShop/releases",
33-
"dependencies": {
34-
"jquery": ">=1.5"
35-
}
30+
"bugs": "https://github.com/aurbano/PhotoJShop/issues",
31+
"homepage": "https://github.com/aurbano/PhotoJShop",
32+
"docs": "https://github.com/aurbano/PhotoJShop",
33+
"download": "https://github.com/aurbano/PhotoJShop/releases",
34+
"dependencies": {
35+
"jquery": ">=1.5"
36+
}
3637
}

0 commit comments

Comments
 (0)