forked from alexk111/ngImgCrop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.03 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
{
"author": {
"name": "Alex Kaul",
"email": "[email protected]"
},
"name": "ng-img-crop",
"prettyName": "ngImgCrop",
"version": "0.3.2",
"description": "Image crop directive for AngularJS",
"license": "MIT",
"homepage": "https://github.com/alexk111/ngImgCrop",
"repository": {
"type": "git",
"url": "https://github.com/alexk111/ngImgCrop.git"
},
"dependencies": {},
"devDependencies": {
"connect-livereload": "^0.4.0",
"express": "^4.4.5",
"gulp": "^3.8.5",
"gulp-autoprefixer": "0.0.8",
"gulp-compass": "^1.1.9",
"gulp-concat": "^2.2.0",
"gulp-concat-util": "^0.2.3",
"gulp-header": "^1.0.2",
"gulp-jshint": "^1.6.4",
"gulp-livereload": "^2.1.0",
"gulp-minify-css": "^0.3.6",
"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-stylish": "^0.2.0",
"minimist": "^0.2.0",
"opn": "^0.1.2",
"tiny-lr": "0.0.7"
}
}