{ "name": "lirc_node", "version": "0.0.1", "description": "Control LIRC from Node", "main": "lib/lirc_node.js", "scripts": { "test": "make test" }, "repository": { "type": "git", "url": "git://github.com/alexbain/lirc_node.git" }, "keywords": [ "lirc" ], "dependencies": { }, "devDependencies": { "mocha": "*", "q": "*", "should": "*", "sinon": "*" }, "author": "Alex Bain " }