mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 15:48:11 -05:00
14 lines
168 B
JSON
14 lines
168 B
JSON
|
{
|
||
|
"verbose": "true",
|
||
|
"ignore": [],
|
||
|
"events": {
|
||
|
},
|
||
|
"watch": [
|
||
|
"server_config.js",
|
||
|
"server_setup.coffee",
|
||
|
"app/schemas",
|
||
|
"./server"
|
||
|
],
|
||
|
"ext":"js coffee"
|
||
|
}
|