-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathimageSRC.jquery.json
40 lines (40 loc) · 1011 Bytes
/
imageSRC.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
38
39
40
{
"name": "imageSRC",
"version": "1.0.0",
"title": "jQuery Image SRC",
"author": {
"name": "dwoutsourcing",
"email": "dwoutsourcing@gmail.com",
"url": "https://github.com/dwoutsourcing"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/dwoutsourcing/imageSRC/blob/master/LICENSE"
}
],
"dependencies": {
"jquery": ">=1.5"
},
"description": "jQuery plugin to set image src attribute from either dataURL strings, File instances or string values and adding progress event.",
"keywords": [
"image",
"image tag",
"image attributes",
"image tag attribute",
"image src attribute",
"image progress event",
"image source",
"image load from File"
],
"maintainers": [
{
"name": "dwoutsourcing",
"email": "dwoutsourcing@gmail.com",
"url": "https://github.com/dwoutsourcing"
}
],
"bugs": "https://github.com/dwoutsourcing/imageSRC/issues",
"homepage": "https://github.com/dwoutsourcing/imageSRC",
"docs": "https://github.com/dwoutsourcing/imageSRC"
}