forked from intel/appframework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appframework.jquery.json
35 lines (35 loc) · 1002 Bytes
/
appframework.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
{
"name": "appframeworkui",
"title": "App Framework UI plugin",
"description": "jQuery plugin that enables jQuery use with App Framework UI.",
"keywords": [
"ui",
"mobile",
"appframework"
],
"version": "2.0",
"author": {
"name": "Intel",
"url": "https://github.com/01org/appframework"
},
"maintainers": [
{
"name": "Ian Maffett",
"url": "https://github.com/01org/appframework"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/01org/appframework/blob/master/license.txt"
}
],
"bugs": "https://github.com/01org/appframework/issues",
"homepage": "http://app-framework-software.intel.com/",
"docs": "http://app-framework-software.intel.com/doc2.php#afui/afui_jquery",
"download": "https://github.com/01org/appframework",
"dependencies": {
"jquery": ">=1.9",
"appframework":">=2.0"
}
}