-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.43 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
{
"name": "imagecropper",
"version": "0.1.3",
"description": "image cropper for javascript",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "gulp dev",
"build": "gulp prod",
"lint": "eslint --ext .js src",
"lint-fix": "eslint --fix .js src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ucev/image-cropper.git"
},
"keywords": [
"cropper",
"image-cropper"
],
"author": "ucev <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ucev/image-cropper/issues"
},
"homepage": "https://github.com/ucev/image-cropper#readme",
"devDependencies": {
"babel-eslint": "^7.2.3",
"babel-preset-es2015": "^6.24.1",
"babelify": "^7.3.0",
"browserify": "^14.3.0",
"eslint": "^4.5.0",
"eslint-config-standard": "^10.2.1",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-html": "^3.2.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^2.1.2",
"lodash": "^4.17.4",
"redux": "^3.6.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {}
}