forked from allenJynRoyston/ngCroppie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 966 Bytes
/
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
{
"name": "ng-croppie",
"version": "1.0.3",
"description": "An awesome image cropping and rotating module for AngularJS",
"main": [
"ng-croppie.js",
"ng-croppie.css"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/allenRoyston/ngCroppie.git"
},
"keywords": [
"angular",
"croppie",
"cropping",
"crop",
"rotate",
"image"
],
"authors": [
"Allen Royston <allen.acr@gmail.com>",
"Orif N. Jr. <orif.zade@gmail.com>"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/allenRoyston/ngCroppie/issues"
},
"homepage": "https://github.com/allenRoyston/ngCroppie#readme",
"devDependencies": {
"gulp": "3.9.1",
"gulp-concat": "2.6.1",
"gulp-clean-css": "3.7.0",
"gulp-main-bower-files": "1.6.2",
"gulp-rename": "1.2.2",
"gulp-uglify": "3.0.0",
"pump": "1.0.2"
}
}