sos-device
Version:
Siren of Shame driver.
23 lines (22 loc) • 457 B
JSON
{
"name": "sos-device",
"version": "0.0.2",
"description": "Siren of Shame driver.",
"main": "sos.js",
"repository": "https://github.com/AutomatedArchitecture/node-sos-device",
"keywords": [
"sos",
"siren",
"shame"
],
"author": "Joe Ferner <joe@fernsroth.com>",
"license": "MIT",
"dependencies": {
},
"devDependencies": {
"nodeunit": "~0.7.4"
},
"scripts": {
"test": "./node_modules/.bin/nodeunit test"
}
}