-
Notifications
You must be signed in to change notification settings - Fork 225
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 810 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 810 Bytes
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
{
"name": "vue-cropperjs",
"version": "5.0.0",
"description": "A Vue wrapper component for cropperjs",
"main": "dist/VueCropper.js",
"keywords": [
"vue",
"vuejs",
"cropper",
"cropperjs",
"component"
],
"scripts": {
"build": "babel -d dist VueCropper.js --no-comments"
},
"author": {
"name": "Iftekhar Rifat",
"email": "rifat662@gmail.com",
"url": "https://github.com/Agontuk"
},
"repository": {
"type": "git",
"url": "https://github.com/Agontuk/vue-cropperjs.git"
},
"license": "MIT",
"dependencies": {
"cropperjs": "^1.5.6"
},
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-es2015": "^6.24.0"
},
"peerDependencies": {
"vue": ">=3.0.0"
}
}