-
Notifications
You must be signed in to change notification settings - Fork 2
/
kanso.json
37 lines (37 loc) · 1.04 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
{
"name": "garden20",
"version": "0.0.1",
"description": "A couch app that provisions new couches with a fresh garden dashboards",
"attachments": ["static", "index.html", "overview.html"],
"modules": "lib",
"load": "lib/app",
"less": {
"compress": true,
"compile": ["static/css/main.less"],
"remove_from_attachments": true
},
"duality": { "base_template": "base.html" },
"handlebars": {
"all_partials": true,
"templates": "templates"
},
"dependencies": {
"attachments": null,
"modules": null,
"less-precompiler": null,
"bootstrap": null,
"properties": null,
"underscore": null,
"sanitize": null,
"datelib": "0.0.1",
"base64": null,
"async": null,
"handlebars": null,
"handlebars-helpers": "0.0.2",
"duality-handlebars": "0.0.2",
"duality-contrib-session-hb": ">=0.0.2",
"users" : null,
"gravatar" : null,
"dashboard-core" : null
}
}