-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
44 lines (44 loc) · 1.14 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
{
"name": "tessel-av",
"version": "0.19.0",
"description": "USB Camera, Microphone, MP3 Player and Text Speaker support for Tessel 2.",
"repository": "https://github.com/tessel/tessel-av",
"main": "lib/index.js",
"scripts": {
"test": "grunt",
"test-cover": "nyc grunt nodeunit",
"coveralls": "nyc --reporter=lcov grunt nodeunit && cat ./coverage/lcov.info | coveralls"
},
"author": "Rick Waldron <[email protected]>",
"contributors": [
{
"name": "Tim Cameron Ryan",
"email": "<[email protected]>"
},
{
"name": "bellbind",
"email": "<[email protected]>"
}
],
"license": "MIT",
"devDependencies": {
"common-tags": "^1.4.0",
"coveralls": "^2.13.1",
"glob": "^7.1.2",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-nodeunit": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-jsbeautifier": "^0.2.13",
"grunt-jscs": "^3.0.1",
"mkdirp": "^0.5.1",
"nyc": "^10.3.2",
"sinon": "^2.3.0"
},
"dependencies": {
"got": "^6.7.1",
"ip": "^1.1.5",
"tessel-mjpeg-consumer": "^1.1.0"
}
}