forked from fengyuanchen/cropperjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.3 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
47
48
49
50
51
52
53
54
55
56
57
{
"name": "cropperjs",
"description": "JavaScript image cropper.",
"version": "0.8.0",
"main": "dist/cropper.js",
"license": "MIT",
"repository": "fengyuanchen/cropperjs",
"homepage": "https://fengyuanchen.github.io/cropperjs",
"author": {
"name": "Fengyuan Chen",
"url": "http://chenfengyuan.com"
},
"keywords": [
"image",
"crop",
"cropping",
"move",
"zoom",
"rotate",
"scale",
"cropper",
"cropperjs",
"cropper.js",
"html",
"css",
"javascript",
"front-end",
"web",
"development"
],
"devDependencies": {
"babel-core": "^6.13.2",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.13.2",
"bootstrap": "^4.0.0-alpha.3",
"eslint": "^3.3.1",
"eslint-config-airbnb-base": "^5.0.2",
"eslint-plugin-import": "^1.13.0",
"font-awesome": "^4.6.3",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-banner": "^0.1.3",
"gulp-clean-css": "^2.0.11",
"gulp-eslint": "^3.0.1",
"gulp-less": "^3.1.0",
"gulp-load-plugins": "^1.2.2",
"gulp-qunit": "^1.4.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"jquery": "^3.1.0",
"tether": "^1.3.4",
"webpack": "^1.13.1",
"webpack-stream": "^3.2.0"
}
}