15 lines
266 B
JSON
15 lines
266 B
JSON
{
|
|
"name": "mood",
|
|
"description": "The EV3 mood library",
|
|
"files": [
|
|
"README.md",
|
|
"mood.ts"
|
|
],
|
|
"testFiles": [
|
|
],
|
|
"public": true,
|
|
"dependencies": {
|
|
"core": "file:../core",
|
|
"music": "file:../music"
|
|
}
|
|
} |