-
Notifications
You must be signed in to change notification settings - Fork 44
/
package.json
62 lines (62 loc) · 1.29 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
58
59
60
61
62
{
"name": "vue-image-markup",
"version": "3.2.0",
"description": "vue-image-markup will provide you to edit uploaded image easily and save it.",
"main": "src/Editor.vue",
"repository": {
"type": "git",
"url": "git+https://github.com/lionix-team/vue-image-markup.git"
},
"keywords": [
"image",
"editor",
"image editor",
"image-editor",
"markup",
"image markup",
"image-markup",
"editor markup",
"vuejs",
"vue",
"lionix"
],
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"rules": {
"no-console": "off",
"no-use-before-define": "off",
"no-used": "off",
"no-unused-vars": "off",
"no-debugger": "off",
"semi": "off"
},
"parserOptions": {
"parser": "babel-eslint"
}
},
"authors": [
{
"name": "Lionix Team",
"email": "[email protected]"
},
{
"name": "Lilit Simonyan",
"email": "[email protected]"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/lionix-team/vue-image-markup/issues"
},
"homepage": "https://github.com/lionix-team/vue-image-markup#readme",
"dependencies": {
"fabric": "3.4.0"
}
}