-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
28 lines (28 loc) · 873 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
{
"version": "2.0.1",
"name": "Our.Umbraco.ImageCropPicker",
"url": "https://github.com/mzajkowski/umbraco-image-crop-picker",
"license": {
"name": "MIT",
"url": "https://github.com/mzajkowski/umbraco-image-crop-picker/blob/master/LICENSE.md",
"requireLicenseAcceptance": false
},
"tags": "Umbraco",
"author": {
"name": "Marcin Zajkowski",
"url": "https://github.com/mzajkowski/umbraco-image-crop-picker"
},
"scripts": {
"build": "grunt"
},
"readme": "Custom property editor for selecting single (currently) image crop data record from customizable Image Cropper DataType.",
"devDependencies": {
"grunt": "~1.3.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "~1.0.0",
"grunt-nuget": "~0.3.1",
"grunt-template": "^1.0.0",
"grunt-umbraco-package": "^1.0.0",
"grunt-zip": "~0.18.2"
}
}