You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
389 B
17 lines
389 B
{
|
|
"name": "markdown-loader-example",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "webpack-dev-server --port 4000"
|
|
},
|
|
"author": "qiuyuntao",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"html-loader": "^0.4.4",
|
|
"webpack": "^2.2.1",
|
|
"webpack-dev-server": "^2.3.0"
|
|
}
|
|
}
|
|
|