forked from ibmtjbot/node-tjbotlib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.03 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
{
"name": "tjbot",
"description": "Node.js library for writing TJBot recipes",
"version": "1.1.0",
"author": "Justin Weisz <[email protected]>",
"bugs": {
"url": "https://github.com/ibmtjbot/tjbotlib/issues"
},
"dependencies": {
"aplay": "^1.0.0",
"assert": "^1.4.1",
"asyncawait": "^1.0.6",
"color-model": "^0.2.2",
"colornames": "^1.1.1",
"fifo": "^2.3.0",
"mic": "^2.1.1",
"node-raspistill": "0.0.9",
"object.pick": "^1.2.0",
"semaphore": "^1.0.5",
"sleep": "^5.0.0",
"temp": "^0.8.3",
"watson-developer-cloud": "^2.11.1",
"web-audio-api": "^0.2.2"
},
"engines": {
"node": ">=4.2.4"
},
"homepage": "https://github.com/ibmtjbot/tjbotlib",
"keywords": [
"tjbot"
],
"license": "Apache-2.0",
"main": "index.js",
"optionalDependencies": {
"pigpio": "^0.4.0",
"rpi-ws281x-native": "^0.8.1"
},
"repository": {
"type": "git",
"url": "https://github.com/ibmtjbot/tjbotlib.git"
},
"scripts": {
"test": "mocha --reporter spec"
}
}