-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
33 lines (33 loc) · 1001 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "workshop-roboticajs",
"version": "1.0.0",
"main": "index.js",
"description": "Workshop orientado a la introduccion de los participantes a la robotica y domotica utilizando componentes simples de bajo presupuesto y javascript como lenguaje de codeo.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"flash": "interchange install --interactive",
"start": "node examples/led/led"
},
"repository": {
"type": "git",
"url": "ssh://[email protected]:7999/~apivetta/workshop-robotica.git"
},
"author": "Marcos Tomatti <[email protected]>",
"contributors": [
"Agustin Pivetta <[email protected]>"
],
"license": "MIT",
"dependencies": {
"etherport": "^0.2.0",
"johnny-five": "^0.11.6",
"keypress": "^0.2.1",
"nodebots-interchange": "^1.1.6",
"temporal": "^0.6.0"
},
"devDependencies": {
"charm": "^1.0.2",
"clear": "0.0.1",
"object-hash": "^1.2.0",
"printii": "^1.0.0"
}
}