forked from CrackerakiUA/ngImgCropFullExtended
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
70 lines (70 loc) · 1.8 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
{
"version": "0.6.2",
"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": "ng-img-crop-full-extended",
"prettyName": "ngImgCropExtended",
"description": "Image crop directive for AngularJS, square, circle and rectangle areas. Working aspect. Features like export array and more comming.",
"main": "compile/unminified/ng-img-crop.js",
"license": "MIT",
"homepage": "http://crackerakiua.github.io/ngImgCropFullExtended/",
"repository": {
"type": "git",
"url": "https://github.com/CrackerakiUA/ngImgCropExtended/"
},
"dependencies": {
"angular": ">=1.4.0"
},
"devDependencies": {
"connect-livereload": "^0.4.0",
"express": "^4.4.5",
"gulp": "^3.8.5",
"gulp-autoprefixer": "0.0.8",
"gulp-clean-css": "^2.0.12",
"gulp-compass": "^1.1.9",
"gulp-concat": "^2.2.0",
"gulp-concat-util": "^0.2.3",
"gulp-header": "^1.0.2",
"gulp-jshint": "^2.0.1",
"gulp-livereload": "^2.1.0",
"gulp-ng-annotate": "^0.2.0",
"gulp-open": "^0.2.8",
"gulp-plumber": "^0.6.3",
"gulp-rimraf": "^0.1.0",
"gulp-uglify": "^0.3.1",
"gulp-util": "^2.2.19",
"jshint": "^2.9.3",
"jshint-stylish": "^0.2.0",
"minimist": "^0.2.0",
"opn": "^0.1.2",
"run-sequence": "^1.1.0",
"tiny-lr": "0.0.7"
}
}