-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathbower.json
More file actions
37 lines (37 loc) · 751 Bytes
/
bower.json
File metadata and controls
37 lines (37 loc) · 751 Bytes
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
{
"name": "camera",
"version": "1.0.0",
"homepage": "https://github.com/zevero/camera",
"authors": [
"Puschkarski Severin <severin@puschkarski.org>"
],
"description": "using an invisible HTML5 input tag to capture a foto on ios and android. Foto is resized and ready for XHR - upload",
"main": "camera.js",
"moduleType": [
"globals"
],
"keywords": [
"camera",
"html5",
"capture",
"photo",
"input",
"mobil",
"ios",
"android",
"resize"
],
"license": "GLP",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": ">=2.0.0",
"blueimp-canvas-to-blob": "^3.14.0",
"blueimp-load-image": "^2.17.0"
}
}