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",
|
2018-02-26 23:16:17 +00:00
|
|
|
"startup.ts",
|
|
|
|
"images.jres",
|
2018-02-26 15:59:36 -08:00
|
|
|
"images.ts",
|
|
|
|
"mood.ts"
|
2017-06-29 15:47:26 +01:00
|
|
|
],
|
|
|
|
"dependencies": {
|
|
|
|
"base": "file:../base",
|
2017-07-07 11:44:34 +01:00
|
|
|
"core": "file:../core",
|
2018-02-26 23:16:17 +00:00
|
|
|
"screen": "file:../screen",
|
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",
|
2018-01-16 16:44:32 -08:00
|
|
|
"gyro-sensor": "file:../gyro-sensor",
|
2018-02-26 15:59:36 -08:00
|
|
|
"infrared-sensor": "file:../infrared-sensor"
|
2017-06-29 15:47:26 +01:00
|
|
|
},
|
|
|
|
"public": true
|
|
|
|
}
|