-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.3 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
{
"name": "ddv-wangeditor",
"version": "0.0.3",
"description": "ddv-wangeditor a vue component based on the wangeditor package",
"main": "./lib/index.js",
"scripts": {
"lint": "eslint --ext .js lib --ignore-pattern dist",
"dist": "npm run lint&&webpack",
"precommit": "npm run dist",
"prepublish2": "npm run dist"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:ddvjs/ddv-wangeditor.git"
},
"keywords": [
"restfulapi",
"api"
],
"author": "hua,huadi",
"license": "ISC",
"bugs": {
"url": "https://github.com/ddvjs/ddv-wangeditor/issues"
},
"jshintConfig": {
"esversion": 6,
"undef": true,
"unused": true,
"node": true,
"predef": [
"module",
"require",
"console",
"process"
]
},
"homepage": "https://github.com/ddvjs/ddv-wangeditor#readme",
"devDependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-eslint": "^7.0.0",
"babel-preset-es2015": "^6.22.0",
"eslint": "^3.10.2",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.1",
"eslint-plugin-html": "^1.7.0",
"webpack": "^2.2.0",
"webpack-node-externals": "^1.5.4"
},
"dependencies": {
"wangeditor": "^2.1.23"
}
}