forked from rampatra/appstore.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappstore.jquery.json
More file actions
38 lines (38 loc) · 1.13 KB
/
appstore.jquery.json
File metadata and controls
38 lines (38 loc) · 1.13 KB
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": "appstore",
"title": "AppStore.js",
"description": "A jQuery plugin which lets you create a Trendy & Responsive App Showcase or App Center with zero coding",
"keywords": [
"appstore",
"appshowcase",
"appcenter",
"app-showcase",
"app-center"
],
"version": "1.0.3",
"author": {
"name": "Ram Swaroop",
"email": "ramswarooppatra@gmail.com",
"url": "http://www.ramswaroop.me"
},
"maintainers": [
{
"name": "Compzets.com",
"email": "support@compzets.com",
"url": "http://www.compzets.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/ramswaroop/appstore.js/blob/master/MIT-License.txt"
}
],
"bugs": "https://github.com/ramswaroop/appstore.js/issues",
"homepage": "http://plugins.compzets.com/appstore",
"demo": "http://plugins.compzets.com/appstore",
"docs": "https://github.com/ramswaroop/appstore.js/blob/master/README.md",
"dependencies": {
"jquery": ">=1.5"
}
}