2017-06-29 16:47:26 +02:00
|
|
|
{
|
|
|
|
"name": "ev3",
|
|
|
|
"description": "The EV3 library",
|
|
|
|
"files": [
|
|
|
|
"README.md",
|
2017-12-15 12:55:20 +01:00
|
|
|
"ns.ts",
|
|
|
|
"startup.ts"
|
2017-06-29 16:47:26 +02:00
|
|
|
],
|
|
|
|
"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",
|
2018-01-17 01:44:32 +01:00
|
|
|
"gyro-sensor": "file:../gyro-sensor",
|
2018-02-02 01:18:20 +01:00
|
|
|
"infrared-sensor": "file:../infrared-sensor",
|
2018-01-17 01:44:32 +01:00
|
|
|
"mood": "file:../mood"
|
2017-06-29 16:47:26 +02:00
|
|
|
},
|
|
|
|
"public": true
|
|
|
|
}
|