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