2017-06-29 16:47:26 +02:00
|
|
|
{
|
|
|
|
"name": "ev3",
|
|
|
|
"description": "The EV3 library",
|
|
|
|
"files": [
|
2019-10-19 07:53:30 +02:00
|
|
|
"README.md",
|
2017-12-15 12:55:20 +01:00
|
|
|
"ns.ts",
|
2019-10-19 07:53:30 +02:00
|
|
|
"brick.ts",
|
2018-02-27 00:16:17 +01:00
|
|
|
"startup.ts",
|
|
|
|
"images.jres",
|
2018-02-27 00:59:36 +01:00
|
|
|
"images.ts",
|
2018-04-19 21:08:16 +02:00
|
|
|
"mood.ts",
|
|
|
|
"console.ts",
|
|
|
|
"shims.d.ts"
|
|
|
|
],
|
|
|
|
"testFiles": [
|
|
|
|
"test.ts"
|
2017-06-29 16:47:26 +02:00
|
|
|
],
|
|
|
|
"dependencies": {
|
|
|
|
"base": "file:../base",
|
2017-07-07 12:44:34 +02:00
|
|
|
"core": "file:../core",
|
2018-02-27 00:16:17 +01:00
|
|
|
"screen": "file:../screen",
|
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-27 00:59:36 +01:00
|
|
|
"infrared-sensor": "file:../infrared-sensor"
|
2017-06-29 16:47:26 +02:00
|
|
|
},
|
2018-04-19 21:08:16 +02:00
|
|
|
"palette": [
|
|
|
|
"#ffffff",
|
|
|
|
"#000000"
|
|
|
|
],
|
2017-06-29 16:47:26 +02:00
|
|
|
"public": true
|
|
|
|
}
|