2017-06-29 15:47:26 +01:00
|
|
|
{
|
|
|
|
"name": "ev3",
|
|
|
|
"description": "The EV3 library",
|
|
|
|
"files": [
|
|
|
|
"README.md",
|
2017-12-15 11:55:20 +00:00
|
|
|
"ns.ts",
|
|
|
|
"startup.ts"
|
2017-06-29 15:47:26 +01:00
|
|
|
],
|
|
|
|
"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",
|
2017-11-29 21:41:00 -08:00
|
|
|
"color-sensor": "file:../color-sensor",
|
2017-11-30 09:38:04 -08:00
|
|
|
"touch-sensor": "file:../touch-sensor",
|
2017-11-30 09:53:43 -08:00
|
|
|
"ultrasonic-sensor": "file:../ultrasonic-sensor",
|
2017-11-30 10:34:34 -08:00
|
|
|
"gyro-sensor": "file:../gyro-sensor"
|
2017-06-29 15:47:26 +01:00
|
|
|
},
|
|
|
|
"public": true
|
|
|
|
}
|