File tree 1 file changed +17
-29
lines changed
1 file changed +17
-29
lines changed Original file line number Diff line number Diff line change 3
3
"description" : " Quill editor component for Vue" ,
4
4
"version" : " 3.0.6" ,
5
5
"license" : " MIT" ,
6
- "private" : false ,
7
- "author" : {
8
- "name" : " Surmon" ,
9
-
10
- "url" : " https://surmon.me"
11
- },
12
- "bugs" : {
13
- "url" : " https://github.com/surmon-china/vue-quill-editor/issues"
6
+ "author" : " Surmon" ,
7
+ "keywords" : [
8
+ " vue-quill-editor" ,
9
+ " vue quill" ,
10
+ " vue text editor" ,
11
+ " vue rich text editor" ,
12
+ " vue web editor" ,
13
+ " vue editor"
14
+ ],
15
+ "homepage" : " https://github.surmon.me/vue-quill-editor" ,
16
+ "repository" : {
17
+ "type" : " git" ,
18
+ "url" : " https://github.com/surmon-china/vue-quill-editor.git"
14
19
},
15
- "homepage" : " https://github.com/surmon-china/vue-quill-editor#readme" ,
20
+ "files" : [
21
+ " CHANGELOG.md" ,
22
+ " dist"
23
+ ],
16
24
"main" : " dist/vue-quill-editor.js" ,
17
25
"unpkg" : " dist/vue-quill-editor.js" ,
18
26
"jsnext:main" : " dist/vue-quill-editor.js" ,
19
- "files" : [
20
- " dist" ,
21
- " src"
22
- ],
23
27
"jspm" : {
24
28
"main" : " dist/vue-quill-editor.js" ,
25
29
"registry" : " npm" ,
26
30
"format" : " esm"
27
31
},
28
- "repository" : {
29
- "type" : " git" ,
30
- "url" : " https://github.com/surmon-china/vue-quill-editor.git"
31
- },
32
- "keywords" : [
33
- " vue-quill-editor" ,
34
- " vue quill" ,
35
- " vue text editor" ,
36
- " vue rich text editor" ,
37
- " vue web editor" ,
38
- " vue editor"
39
- ],
40
32
"scripts" : {
41
33
"build" : " cross-env NODE_ENV=production webpack --config config/build.conf.js" ,
42
34
"unit" : " cross-env BABEL_ENV=test NODE_ENV=testing karma start test/unit/karma.conf.js --watch" ,
126
118
"node-sass" : " ^4.7.2" ,
127
119
"sass-loader" : " ^6.0.6" ,
128
120
"highlight.js" : " ^9.12.0"
129
- },
130
- "engines" : {
131
- "node" : " >= 4.0.0" ,
132
- "npm" : " >= 3.0.0"
133
121
}
134
122
}
You can’t perform that action at this time.
0 commit comments