-
Notifications
You must be signed in to change notification settings - Fork 8
/
rFrame.jquery.json
38 lines (38 loc) · 1018 Bytes
/
rFrame.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
{
"name": "rFrame",
"title": "rFrame",
"description": "A responsive frame to aid with mobile development",
"keywords": [
"responsive",
"design",
"web",
"rwd",
"iframe",
"rframe"
],
"version": "0.0.3",
"author": {
"name": "Adam Merrifield",
"url": "https://github.com/seyDoggy/rFrame/blob/master/AUTHORS.txt"
},
"maintainers": [
{
"name": "Adam Merrifield",
"email": "macagp@gmail.com",
"url": "http://seydesign.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/seyDoggy/rFrame/blob/master/LICENSE.txt"
}
],
"bugs": "https://github.com/seyDoggy/rFrame/issues",
"homepage": "https://github.com/seyDoggy/rFrame",
"docs": "https://github.com/seyDoggy/rFrame",
"download": "https://github.com/seyDoggy/rFrame/archive/master.zip",
"dependencies": {
"jquery": ">=1.8"
}
}