UNPKG

node-cam

Version:

A node js module for controlling ip based cameras

35 lines (34 loc) 747 B
{ "name": "node-cam", "version": "0.0.1", "description": "A node js module for controlling ip based cameras", "main": "node-cam.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://khadaj@github.com/khadaj/node-cam.git" }, "keywords": [ "node", "nodejs", "ipcamera", "ipcam", "ip", "camera", "foscam" ], "author": "James \"T.J.\" Moats", "license": "MIT", "bugs": { "url": "https://github.com/khadaj/node-cam/issues" }, "homepage": "https://github.com/khadaj/node-cam#readme", "dependencies": { "events": "^1.0.2", "http": "0.0.0", "mkdirp": "^0.5.1", "querystring": "^0.2.0" } }