forked from ibmtjbot/node-tjbotlib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·47 lines (47 loc) · 1.04 KB
/
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
47
{
"name": "tjbot",
"description": "Node.js library for writing TJBot recipes",
"version": "1.5.3",
"author": "TJBot <tjbot@us.ibm.com>",
"bugs": {
"url": "https://github.com/ibmtjbot/tjbotlib/issues"
},
"dependencies": {
"assert": "^1.4.1",
"bluebird": "^3.5.2",
"color-model": "^0.2.2",
"colornames": "^1.1.1",
"fifo": "^2.3.0",
"mic": "^2.1.2",
"node-raspistill": "^0.0.11",
"semaphore": "^1.0.5",
"sleep": "^5.0.0",
"sound-player": "^1.0.4",
"temp": "^0.8.3",
"watson-developer-cloud": "^3.10",
"winston": "^2.3.1"
},
"engines": {
"node": ">=4.2.4"
},
"homepage": "https://github.com/ibmtjbot/tjbotlib",
"keywords": [
"tjbot"
],
"license": "Apache-2.0",
"main": "index.js",
"optionalDependencies": {
"pigpio": "^1.2.3",
"rpi-ws281x-native": "^0.9.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ibmtjbot/tjbotlib.git"
},
"scripts": {
"test": "mocha --reporter spec"
},
"devDependencies": {
"mocha": "^3.2.0"
}
}