-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
48 lines (48 loc) · 1.25 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
{
"name": "md-reverse",
"version": "0.0.7",
"description": "written by JavaScript. Convert HTML to Markdown.",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --env.demo",
"build": "webpack --env.demo --env.browser --env.browser-min"
},
"repository": {
"type": "git",
"url": "git+https://github.com/siaikin/mdReverse.git"
},
"keywords": [
"htmltomarkdown",
"html",
"markdown",
"html2markdown",
"convert"
],
"author": "siaikin <abc1310054026@163.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/siaikin/mdReverse/issues"
},
"homepage": "https://github.com/siaikin/mdReverse#readme",
"files": [
"src"
],
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"babel-loader": "^8.0.6",
"core-js": "^3.1.2",
"css-loader": "^2.1.1",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"html-webpack-plugin": "^3.2.0",
"jsdoc": "^3.6.3",
"spectre.css": "^0.5.8",
"webpack": "^4.32.2",
"webpack-cli": "^3.3.2",
"webpack-dev-server": "^3.4.1"
},
"dependencies": {}
}