UNPKG

webcam

Version:

An [AngularJS][] directive to manipulate the webcam.

52 lines (51 loc) 1.51 kB
{ "name": "webcam", "author": "Jonas Hartmann", "version": "3.2.1", "license": "MIT", "main": "app/scripts/webcam.js", "dependencies": {}, "devDependencies": { "grunt": "~0.4.1", "grunt-bower-requirejs": "~0.4.1", "grunt-cli": "^0.1.13", "grunt-contrib-clean": "~0.4.0", "grunt-contrib-coffee": "~0.6.4", "grunt-contrib-compass": "~0.1.3", "grunt-contrib-concat": "~0.1.3", "grunt-contrib-connect": "~0.2.0", "grunt-contrib-copy": "~0.4.0", "grunt-contrib-cssmin": "~0.5.0", "grunt-contrib-htmlmin": "~0.1.1", "grunt-contrib-imagemin": "~0.1.2", "grunt-contrib-jshint": "~0.3.0", "grunt-contrib-livereload": "~0.1.2", "grunt-contrib-uglify": "~0.2.0", "grunt-google-cdn": "~0.1.1", "grunt-karma": "^0.12.2", "grunt-ngmin": "~0.0.2", "grunt-open": "~0.2.0", "grunt-regarde": "~0.1.1", "grunt-rev": "~0.1.0", "grunt-usemin": "~0.1.10", "karma": "^0.13.22", "karma-chrome-launcher": "~0.1.1", "karma-coffee-preprocessor": "~0.1.1", "karma-firefox-launcher": "~0.1.2", "karma-html2js-preprocessor": "~0.1.0", "karma-jasmine": "~0.1.5", "karma-phantomjs-launcher": "~0.1.1", "karma-requirejs": "~0.2.0", "karma-script-launcher": "~0.1.0", "matchdep": "~0.1.1", "phantomjs": "~1.9.2-6", "requirejs": "~2.1.9" }, "engines": { "node": ">=0.10.0" }, "scripts": { "test": "grunt ci" }, "repository": "git@github.com:jonashartmann/webcam-directive.git" }