forked from 1Marc/hisrc
-
Notifications
You must be signed in to change notification settings - Fork 63
/
package.json
37 lines (37 loc) · 813 Bytes
/
package.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": "hisrc",
"version": "2.0.0",
"title": "HiSRC",
"author": {
"name": "Christopher Schmitt",
"url": "https://github.com/teleject"
},
"licenses": [
{
"type": "MIT",
"url": "MIT-LICENSE.txt"
}
],
"dependencies": {
"jquery": "1"
},
"description": "A simple jQuery plugin for adaptive images in responsive web design",
"keywords": [
"rwd",
"responsive web design",
"jquery-plugin",
"images",
"adpative",
"mobile"
],
"homepage": "https://github.com/teleject/hisrc",
"maintainers": [
{
"name": "Christopher Schmitt",
"url": "https://github.com/teleject"
}
],
"files": [
"hisrc.js"
]
}