forked from mintuz/BB8-Commander
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 862 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 862 Bytes
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
{
"name": "bb8-commander",
"version": "1.0.0",
"description": "A Node CLI Tool for Sphero BB8 Robot.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/mintuz/bb8-commander.git"
},
"keywords": [
"BB8",
"Sphero",
"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"
},
"devDependencies": {
"nodemon": "^1.8.1"
}
}