This repository was archived by the owner on Jun 7, 2019. It is now read-only.
forked from CrackerakiUA/ui-cropper
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.33 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.33 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"version": "1.0.0",
"author": {
"name": "Alex Kaul",
"email": "alexkaul@googlemail.com"
},
"contributors": [
{
"name": "Jodonnell-broadsoft"
},
{
"name": "Marcio Sena",
"email": "marciosena.inf@gmail.com"
},
{
"name": "Jonas Eriksson",
"email": "jonas.eriksson@interactivesolutions.se"
},
{
"name": "Vincent Ogloblinsky",
"email": "vincent.ogloblinsky@gmail.com"
},
{
"name": "Honchar Denys",
"email": "crackeraki@gmail.com"
},
{
"name": "Rick de Graaff",
"email": "rick@rickdegraaff.nl"
}
],
"name": "@codemotion/angular-image-cropper",
"prettyName": "uiCropper",
"description": "Image crop directive for AngularJS, square, circle and rectangle areas. Working aspect. Features like export array and more comming.",
"main": "source/js/init.js",
"license": "MIT",
"homepage": "https://crackerakiua.github.io/ui-cropper/",
"repository": {
"type": "git",
"url": "https://github.com/codemotionapps/angular-image-cropper"
},
"devDependencies": {
"ajv": "^5.2.0",
"eslint": "4.7.2",
"eslint-config-dimitarnestorov": "1.0.11"
},
"peerDependencies": {
"@codemotion/canvas-to-blob": "1.0.0",
"angular": ">=1.4.0"
},
"dependencies": {
"@codemotion/color-thief": "2.0.5"
}
}