arduino-ide/package.json
jbicker b7cf9e6755 Removed menu, changed colors
Signed-off-by: jbicker <jan.bicker@typefox.io>
2019-06-13 07:55:58 +02:00

26 lines
745 B
JSON

{
"name": "arduino-poc",
"version": "0.0.1",
"description": "A PoC demonstrating an Arduino IDE built using Eclipse Theia",
"main": "index.js",
"repository": "https://github.com/bcmi-labs/arduino-editor.git",
"author": "Christian Weichel <christian.weichel@typefox.io>",
"license": "MIT",
"private": true,
"devDependencies": {
"lerna": "^3.13.3"
},
"scripts": {
"prepare": "lerna run prepare",
"rebuild:browser": "theia rebuild:browser",
"rebuild:electron": "theia rebuild:electron",
"start": "cd arduino-ide-browser && yarn start",
"watch": "lerna run watch --parallel"
},
"workspaces": [
"arduino-ide-electron",
"arduino-ide-browser",
"arduino-ide-extension"
]
}