pir
Version:
Node library for PIR motion detector
38 lines (37 loc) • 805 B
JSON
{
"name": "pir",
"version": "0.2.0",
"description": "Node library for PIR motion detector",
"main": "",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/Frijol/PIR.git"
},
"keywords": [
"PIR",
"motion",
"detector",
"infrared",
"Node",
"Tessel"
],
"author": "Kelsey Breseman, Rick Waldron",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Frijol/PIR/issues"
},
"homepage": "https://github.com/Frijol/PIR",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-nodeunit": "^1.0.0",
"grunt-jsbeautifier": "^0.2.13",
"grunt-jscs": "^3.0.1",
"sinon": "^1.17.6",
"tinytap": "^0.2.0"
}
}