pxt-ev3/libs/ev3/pxt.json
Peli de Halleux a4e02dcd03
add block to stop program (#943)
* add block to stop program

* renaming
2019-10-09 09:30:42 -07:00

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
}