camelopard
Version:
IP camera toolbox package for Nodejs
30 lines (29 loc) • 634 B
JSON
{
"name": "camelopard",
"version": "0.7.1",
"description": "IP camera toolbox package for Nodejs",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/fsandx/camelopard.git"
},
"keywords": [
"ipcamera",
"cctv",
"surveillance"
],
"author": "Fredrik Sandberg <fredrik@subotnik.com> (https://github.com/fsandx)",
"license": "MIT",
"bugs": {
"url": "https://github.com/fsandx/camelopard/issues"
},
"devDependencies": {
"chai": "^1.10.0",
"lodash": "^2.4.1",
"mkdirp": "^0.5.0",
"mocha": "^2.1.0"
}
}