blob: b4c0dbcfe88974ea7fa620a7f1931e0ff61c311e (
plain)
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
|
{
"deps": [
{ "name": "config" },
{ "name": "logs" },
{ "name": "stats" },
{ "name": "contribute" }
],
"template": {
"src": "assets/index.underscore",
"dest": "dist/debug/index.html",
"variables": {
"assets_root": "./",
"requirejs": "require.js",
"base": null
}
},
"couch_config": {
"fauxton": {
"db": "http://localhost:5984/fauxton",
"app": "./couchapp.js",
"options": {
"okay_if_missing": true
}
}
}
}
|