This repository has been archived by the owner on Nov 25, 2024. It is now read-only.
forked from ryanramage/garden
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathkanso.json
73 lines (73 loc) · 2.11 KB
/
kanso.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "market",
"version": "0.0.5",
"description": "Host your own app market.",
"long_description": "The Garden Market app lets you host your own app market. Users can upload apps, and you can manage them according to your own terms. \n\n You are also able to sync with other existing garden-markets.",
"url": "https://github.com/garden20/garden-market",
"categories": ["market"],
"flattr_user_id" : "eckoit",
"icons": {
"16": "static/img/promo/icon_16.png",
"48": "static/img/promo/icon_48.png",
"96": "static/img/promo/icon_96.png",
"128": "static/img/promo/icon_128.png"
},
"promo_images": {
"small": "static/img/promo/promo_small.png"
},
"screenshots": [
"static/img/promo/screenshot1.png",
"static/img/promo/screenshot2.png"
],
"settings_schema" : {
"description": "Market Settings",
"type": "object",
"properties": {
"use_garden_market_logo" : {
"type": "boolean"
},
"market_name": {
"type": "string"
},
"use_google_analytics" : {
"type": "boolean"
},
"google_analytics_code": {
"type": "string"
},
"admin_review_apps": {
"type": "boolean"
}
}
},
"modules": ["lib", "views"],
"load": "lib/app",
"less": {
"compress": true,
"compile": "static/css/garden.less",
"remove_from_attachments": true
},
"handlebars": {
"templates": "templates"
},
"attachments": "static",
"dependencies": {
"db" : null,
"events" : null,
"session" : null,
"settings" : null,
"modules": null,
"properties": null,
"attachments": null,
"handlebars": null,
"handlebars-helpers": ">=0.0.5",
"less-precompiler": null,
"sanitize": null,
"datelib": null,
"path": null,
"url": null,
"jsonp": null,
"cookies": null,
"flattr" : null
}
}