forked from Foliotek/Croppie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 899 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
{
"name": "croppie",
"version": "2.6.4",
"description": "A simple javascript image cropper",
"main": "croppie.js",
"devDependencies": {
"gh-pages": "^0.11.0",
"mocha": "2.4.5",
"uglify-js": "3.3.15"
},
"scripts": {
"test": "mocha test/unit",
"deploy": "node deploy.js",
"uglify": "uglifyjs croppie.js -c -m -r '$,require,exports' -o croppie.min.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Foliotek/Croppie.git"
},
"keywords": [
"crop",
"cropper",
"image",
"cropping"
],
"authors": [
"Dustin Smith <[email protected]>",
"Ethan Calvert <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Foliotek/Croppie/issues"
},
"homepage": "http://foliotek.github.io/Croppie",
"files": [
"croppie.css",
"croppie.js",
"croppie.min.js"
]
}