forked from obihill/restive.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
restive.jquery.json
47 lines (47 loc) · 1.27 KB
/
restive.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
41
42
43
44
45
46
47
{
"name": "restive",
"version": "1.3.0",
"title": "Restive.JS",
"author": {
"name": "Obinwanne Hill",
"email": "[email protected]",
"url": "http://about.me/obinwanne.hill"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/obihill/restive.js/blob/master/LICENSE.md"
}
],
"dependencies": {
"jquery": ">=1.7.1"
},
"description": "jQuery plugin for helping Web Designers easily add Responsive + Adaptive Features to their Web Sites. * User-friendly - Set up advanced responsive and adaptive features easily and intuitively. * Versatile - Easily detect and target multiple form factors and platforms. *Powerful - Numerous advanced features and combinations available. ",
"keywords": [
"restive",
"restive.js",
"responsive",
"adaptive",
"design",
"mobile",
"tablet",
"phone",
"tv",
"software",
"javascript",
"jquery",
"plugin"
],
"homepage": "http://www.restivejs.com",
"docs": "http://docs.restivejs.com",
"demo": "http://www.restivejs.com/demo.html",
"download": "https://github.com/obihill/restive.js",
"bugs": "https://github.com/obihill/restive.js/issues",
"maintainers": [
{
"name": "Obinwanne Hill",
"email": "[email protected]",
"url": "http://about.me/obinwanne.hill"
}
]
}