File: examples/save_cam_captures/node.js/package.json

Recommend this page to a friend!
  Classes of Juan Chaves   JE5   examples/save_cam_captures/node.js/package.json   Download  
File: examples/save_cam_captures/node.js/package.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: JE5
jQuery plugin to generate canvas, audio and video
Author: By
Last change: Update of examples/save_cam_captures/node.js/package.json
Date: 2 years ago
Size: 808 bytes
 

Contents

Class file image Download
{ "name": "save_cam_captures", "version": "10.3.1", "description": "An example module to save cam captures node.js", "author": "Juan Chaves <juan.cha63@gmail.com>", "contributors": [{ "name": "Juan Chaves", "email": "juan.cha63@gmail.com" }], "bin": { "save_cam_captures": "./" }, "scripts": { "start": "node captures.js", "view": "node view.js" }, "main": "captures.js", "repository": { "type": "git", "url": "https://github.com/jschaves/je5" }, "bugs": { "url": "https://github.com/jschaves/je5/issues" }, "je5": [ "save_cam_captures", "view", "examples" ], "dependencies": { "mysql": "*", "express": "*", "path": "*", "body-parser": "*" }, "subdomain": "view", "subdomain": "capture", "analyze": true, "license": "UNLICENSED" }