forked from alexbain/lirc_node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 743 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 743 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
{
"name": "lirc_node",
"version": "0.0.4",
"description": "Control LIRC from Node",
"main": "lib/lirc_node.js",
"scripts": {
"test": "NODE_ENV=test mocha --require should --require test/common.js --reporter dot --timeout 5000 test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/alexbain/lirc_node.git"
},
"keywords": [
"lirc"
],
"dependencies": {},
"devDependencies": {
"mocha": "2.3.3",
"q": "1.4.1",
"should": "7.1.0",
"sinon": "1.17.1"
},
"author": "Alex Bain <alex@alexba.in>",
"contributors": [
{
"name": "Mark Stickley",
"email": "markstickley@theyakshack.co.uk"
},
{
"name": "Wouter Verweirder",
"email": ""
}
]
}