2017-06-29 16:47:26 +02:00
|
|
|
{
|
|
|
|
"name": "ev3",
|
|
|
|
"description": "The EV3 library",
|
|
|
|
"files": [
|
|
|
|
"README.md",
|
|
|
|
"ns.ts"
|
|
|
|
],
|
|
|
|
"dependencies": {
|
|
|
|
"base": "file:../base",
|
2017-07-07 12:44:34 +02:00
|
|
|
"core": "file:../core",
|
2017-11-29 01:11:15 +01:00
|
|
|
"music": "file:../music",
|
|
|
|
"touch-sensor": "file:../touch-sensor"
|
2017-06-29 16:47:26 +02:00
|
|
|
},
|
|
|
|
"public": true
|
|
|
|
}
|