-
Notifications
You must be signed in to change notification settings - Fork 121
/
bower.json
40 lines (40 loc) · 811 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "webcam",
"version": "3.2.1",
"dependencies": {
"angular": "~1.4.0"
},
"devDependencies": {
"angular-mocks": "~1.4.0",
"angular-scenario": "~1.4.0"
},
"homepage": "https://github.com/jonashartmann/webcam-directive",
"authors": [
"Jonas Hartmann ([email protected])",
"Florian Verger ([email protected])"
],
"description": "Angularjs directive to access the webcam",
"main": "app/scripts/webcam.js",
"keywords": [
"webcam",
"directive",
"angularjs"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test/components",
"test",
"tests",
"*.md",
"Gruntfile.js",
"package.json",
"karma.conf.js",
"karma-e2e.conf.js"
],
"resolutions": {
"angular": "~1.4.0"
}
}