pi-motion-detection
Version:
A software based detection module for the Raspberry Pi camera
48 lines (47 loc) • 1.1 kB
JSON
{
"name": "pi-motion-detection",
"version": "1.1.3",
"description": "A software based detection module for the Raspberry Pi camera",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": "6.11.0",
"npm": "3.10.10"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stetsmando/pi-motion-detection.git"
},
"keywords": [
"raspberry",
"pi",
"camera",
"module",
"motion",
"detection",
"software",
"pi-camera",
"raspistill",
"raspivid"
],
"author": "Stetson Pierce",
"license": "MIT",
"bugs": {
"url": "https://github.com/stetsmando/pi-motion-detection/issues"
},
"homepage": "https://github.com/stetsmando/pi-motion-detection#readme",
"devDependencies": {
"eslint": "^4.1.1",
"eslint-config-node": "^1.6.0",
"eslint-config-promise": "^1.1.3",
"eslint-config-vstg": "^2.1.0",
"eslint-plugin-standard": "^3.0.1"
},
"dependencies": {
"config": "^1.26.1",
"jimp": "^0.2.28",
"pi-camera": "^1.0.1"
}
}