-
Notifications
You must be signed in to change notification settings - Fork 82
/
Copy pathpackage.json
78 lines (78 loc) · 1.96 KB
/
package.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"version": "1.0.10",
"author": {
"name": "Alex Kaul",
"email": "[email protected]"
},
"contributors": [
{
"name": "Jodonnell-broadsoft"
},
{
"name": "Marcio Sena",
"email": "[email protected]"
},
{
"name": "Jonas Eriksson",
"email": "[email protected]"
},
{
"name": "Vincent Ogloblinsky",
"email": "[email protected]"
},
{
"name": "Honchar Denys",
"email": "[email protected]"
},
{
"name": "Rick de Graaff",
"email": "[email protected]"
}
],
"name": "ui-cropper",
"prettyName": "uiCropper",
"description": "Image crop directive for AngularJS, square, circle and rectangle areas. Working aspect. Features like export array and more comming.",
"main": "compile/unminified/ui-cropper.js",
"license": "MIT",
"homepage": "https://crackerakiua.github.io/ui-cropper/",
"repository": {
"type": "git",
"url": "https://github.com/CrackerakiUA/ui-cropper/"
},
"scripts": {
"build": "gulp build",
"lint": "gulp lint",
"dev": "gulp",
"postinstall": "opencollective-postinstall"
},
"dependencies": {
"angular": ">=1.4.0",
"opencollective-postinstall": "^2.0.1",
"opencollective": "^1.0.3"
},
"devDependencies": {
"connect-livereload": "^0.6.0",
"eslint": "^4.6.1",
"express": "^4.4.5",
"gulp": "^3.8.5",
"gulp-autoprefixer": "^4.0.0",
"gulp-clean-css": "^3.8.0",
"gulp-concat-util": "^0.5.5",
"gulp-eslint": "^4.0.0",
"gulp-header": "^1.0.2",
"gulp-livereload": "^2.1.1",
"gulp-ng-annotate": "^2.0.0",
"gulp-rimraf": "^0.2.1",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"minimist": "^1.2.0",
"opn": "^5.1.0",
"run-sequence": "^2.1.0",
"tiny-lr": "^0.0.7"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/ui-cropper"
}
}