-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
46 lines (46 loc) · 1009 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
41
42
43
44
45
46
{
"name": "bb8-commander",
"version": "2.3.0",
"description": "A Node CLI Tool for Sphero BB8 Robot.",
"main": "index.js",
"bin": {
"bb8": "bin/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mintuz/bb8-commander.git"
},
"keywords": [
"BB8",
"Sphero",
"BB8 Commander",
"BB8 Javascript",
"BB8 Robot",
"Sphero Robot",
"Robot"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/mintuz/bb8-commander/issues"
},
"homepage": "https://github.com/mintuz/bb8-commander#readme",
"dependencies": {
"app-root-path": "^1.0.0",
"body-parser": "^1.14.2",
"commander": "^2.9.0",
"express": "^4.13.4",
"github": "^0.2.4",
"home-config": "^0.1.0",
"lodash": "^4.0.0",
"noble": "^1.3.0",
"play-sound": "0.0.7",
"request": "^2.67.0",
"sphero": "^0.7.0",
"twitter": "^1.2.5",
"keypress": "0.2.1"
},
"devDependencies": {
"nodemon": "^1.8.1"
}
}