-
Notifications
You must be signed in to change notification settings - Fork 41
/
package.json
36 lines (36 loc) · 970 Bytes
/
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
{
"name": "rich-parse",
"version": "1.0.6",
"main": "index.js",
"description": "由于原作者仓库 [wxParse](https://github.com/icindy/wxParse) 不再维护,我们项目中商品信息展示又是以wxParse这个用做富文本解析的;",
"directories": {
"doc": "docs"
},
"miniprogram": "dist",
"files": [
"dist"
],
"scripts": {
"pack:wxAudio": "node build wxAudio",
"pack:highLight": "node build highLight",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/csonchen/wxParse.git"
},
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/csonchen/wxParse/issues"
},
"homepage": "https://github.com/csonchen/wxParse#readme",
"devDependencies": {
"del": "^5.1.0",
"event-stream": "^4.0.1",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-htmlmin": "^5.0.1",
"gulp-uglify-es": "^2.0.0"
}
}