-
Notifications
You must be signed in to change notification settings - Fork 86
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 800 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 800 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
{
"name": "@npkg/tinymce-plugins",
"version": "0.0.7",
"description": "该项目是对Tinymce 进行扩展和增强插件集合",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Five-great/npkg_tinymce-plugins.git"
},
"keywords": [
"tinymce-plugins",
"plugins",
"importword",
"layout",
"letterspacing",
"indent2em",
"table",
"upfile",
"bdmap",
"axupimgs",
"attachment"
],
"dependencies": {
"wx-wow": "latest"
},
"author": "Li Hailong",
"license": "MIT",
"bugs": {
"url": "https://github.com/Five-great/tinymce-plugins/issues"
},
"homepage": "https://github.com/Five-great/tinymce-plugins#readme"
}