-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkanso.json
34 lines (34 loc) · 868 Bytes
/
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
{
"name": "garden",
"version": "0.0.1",
"description": "CouchApp for sharing other CouchApps",
"modules": "lib",
"load": "lib/app",
"less": {
"compress": true,
"compile": "static/css/garden.less",
"remove_from_attachments": true
},
"base_template": "base.html",
"handlebars": {
"templates": "templates"
},
"attachments": "static",
"dependencies": {
"modules": null,
"properties": null,
"attachments": null,
"handlebars": null,
"handlebars-helpers": ">=0.0.5",
"duality-handlebars": null,
"duality": null,
"duality-contrib-session-hb": null,
"less-precompiler": null,
"sanitize": null,
"datelib": null,
"path": null,
"url": null,
"jsonp": null,
"cookies": null
}
}