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",
|
2017-11-30 06:41:00 +01:00
|
|
|
"color-sensor": "file:../color-sensor",
|
2017-11-30 18:38:04 +01:00
|
|
|
"touch-sensor": "file:../touch-sensor",
|
2017-11-30 18:53:43 +01:00
|
|
|
"ultrasonic-sensor": "file:../ultrasonic-sensor",
|
2017-11-30 19:34:34 +01:00
|
|
|
"gyro-sensor": "file:../gyro-sensor"
|
2017-06-29 16:47:26 +02:00
|
|
|
},
|
|
|
|
"public": true
|
|
|
|
}
|