a4e02dcd03
* add block to stop program * renaming
35 lines
815 B
JSON
35 lines
815 B
JSON
{
|
|
"name": "ev3",
|
|
"description": "The EV3 library",
|
|
"files": [
|
|
"README.md",
|
|
"ns.ts",
|
|
"brick.ts",
|
|
"startup.ts",
|
|
"images.jres",
|
|
"images.ts",
|
|
"mood.ts",
|
|
"console.ts",
|
|
"shims.d.ts"
|
|
],
|
|
"testFiles": [
|
|
"test.ts"
|
|
],
|
|
"dependencies": {
|
|
"base": "file:../base",
|
|
"core": "file:../core",
|
|
"screen": "file:../screen",
|
|
"music": "file:../music",
|
|
"color-sensor": "file:../color-sensor",
|
|
"touch-sensor": "file:../touch-sensor",
|
|
"ultrasonic-sensor": "file:../ultrasonic-sensor",
|
|
"gyro-sensor": "file:../gyro-sensor",
|
|
"infrared-sensor": "file:../infrared-sensor"
|
|
},
|
|
"palette": [
|
|
"#ffffff",
|
|
"#000000"
|
|
],
|
|
"public": true
|
|
}
|