-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 942 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
34
35
36
37
38
39
40
{
"name": "embodied-bots",
"version": "0.1.0",
"description": "Building Embodied Bots Workshop",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"light": "node examples/code/5-light-cmd"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ajfisher/embodied-bots.git"
},
"keywords": [
"bots",
"johnny-five",
"hardware",
"arduino",
"slack",
"botkit",
"robots"
],
"author": "Andrew Fisher <ajfisher.td@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ajfisher/embodied-bots/issues"
},
"homepage": "https://github.com/ajfisher/embodied-bots#readme",
"dependencies": {
"botkit": "^0.5.5",
"dotenv": "^4.0.0",
"johnny-five": "^0.15.0",
"lodash": "^4.17.4",
"lowdb": "^0.16.2",
"moment": "^2.18.1",
"mosca": "^2.5.2",
"mqtt": "^2.9.3",
"quiche": "^0.2.0"
}
}