mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-11-08 14:38:28 +01:00
8 lines
328 B
JSON
8 lines
328 B
JSON
|
{
|
||
|
"name": "JarvisControl",
|
||
|
"root": "home://workspace/antosdk-apps/JarvisControl",
|
||
|
"css": ["css/epoch.css"],
|
||
|
"javascripts": ["javascripts/d3.v3.js", "javascripts/epoch.js"],
|
||
|
"coffees": ["coffees/JarvisService.coffee", "coffees/main.coffee"],
|
||
|
"copies": ["assets/scheme.html", "package.json", "README.md"]
|
||
|
}
|