forked from MattKetmo/darkroomjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
37 lines (37 loc) · 767 Bytes
/
bower.json
File metadata and controls
37 lines (37 loc) · 767 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": "metadata-cropper",
"description": "Basic editor for multiple images with metadata",
"version": "0.0.1",
"homepage": "http://kyrsquir.github.io/metadata-cropper/",
"authors": [
"Tim Meyerson <kyrsquir@gmail.com>"
],
"license": "MIT",
"dependencies": {
"blueimp-canvas-to-blob": "~2.2.0",
"blueimp-load-image": "~1.14.0",
"jquery": "~2.1.4",
"dropzone": "~4.2.0",
"fabric.js": "fabric#1.5.0",
"jquery-ui": "~1.11.4"
},
"main": [
"demo/build/metadata-cropper.css",
"demo/build/metadata-cropper.js"
],
"moduleType": [
"globals"
],
"keywords": [
"image",
"canvas",
"crop",
"metadata"
],
"ignore": [
"node_modules",
"bower_components",
"test",
"tests"
]
}