-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathphotojshop.jquery.json
37 lines (37 loc) · 931 Bytes
/
photojshop.jquery.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"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.5",
"author": {
"name": "Alejandro U. Alvarez",
"email": "[email protected]",
"url": "http://urbanoalvarez.es"
},
"maintainers": [
{
"name": "Alejandro U. Alvarez",
"email": "[email protected]",
"url": "http://urbanoalvarez.es"
}
],
"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"
}
}