-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
46 lines (46 loc) · 1.16 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
{
"name": "ng-croppie",
"version": "1.2.2",
"description": "An awesome image cropping and rotating module for AngularJS",
"homepage": "https://github.com/allenRoyston/ngCroppie#readme",
"authors": [
"Allen Royston <[email protected]>",
"Orif N. Jr. <[email protected]>"
],
"license": "MIT",
"devDependencies": {
"gulp": "3.9.1",
"gulp-concat": "2.6.1",
"gulp-clean-css": "3.9.0",
"gulp-main-bower-files": "1.6.2",
"gulp-rename": "1.2.2",
"gulp-uglify": "3.0.0",
"pump": "2.0.0"
},
"scripts": {
"lint": "gulp lint",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"postchangelog": "git commit -am \"chore(): update changelog\"",
"_test": "echo \"Error: no test specified\" && exit 1",
"test": "echo \"Error: no test specified\""
},
"main": [
"ng-croppie.js",
"ng-croppie.css"
],
"keywords": [
"angular",
"croppie",
"cropping",
"crop",
"rotate",
"image"
],
"repository": {
"type": "git",
"url": "git+https://github.com/allenRoyston/ngCroppie.git"
},
"bugs": {
"url": "https://github.com/allenRoyston/ngCroppie/issues"
}
}