mirror of
https://github.com/jzillmann/pdf-to-markdown.git
synced 2024-11-21 23:33:31 +01:00
43 lines
997 B
JSON
43 lines
997 B
JSON
{
|
|
"name": "pdf-to-markdown",
|
|
"version": "0.0.1",
|
|
"description": "A PDF to Markdown converter",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"watch": "webpack -d --watch",
|
|
"build": "webpack"
|
|
},
|
|
"keywords": [
|
|
"PDF",
|
|
"Markdown",
|
|
"Converter"
|
|
],
|
|
"author": "Johannes Zillmann",
|
|
"license": "ISC",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/jzillmann/pdf-to-markdown"
|
|
},
|
|
"dependencies": {
|
|
"keen-ui": "^0.8.9",
|
|
"pdfjs-dist": "^1.6.317",
|
|
"vue": "^2.0.5",
|
|
"vue-material": "^0.3.3"
|
|
},
|
|
"devDependencies": {
|
|
"babel-core": "^6.18.2",
|
|
"babel-eslint": "^7.1.0",
|
|
"babel-loader": "^6.2.7",
|
|
"babel-plugin-transform-runtime": "^6.15.0",
|
|
"babel-preset-es2015": "^6.18.0",
|
|
"babel-preset-stage-0": "^6.16.0",
|
|
"css-loader": "^0.25.0",
|
|
"file-loader": "^0.9.0",
|
|
"html-webpack-plugin": "^2.24.1",
|
|
"sass-loader": "^4.0.2",
|
|
"url-loader": "^0.5.7",
|
|
"vue-loader": "^9.8.1",
|
|
"webpack": "^1.13.3"
|
|
}
|
|
}
|