archive
/
md-pdf
Archived
1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
md-pdf/package.json

25 lines
701 B
JSON

{
"name": "md-pdf",
"version": "1.0.0",
"private": true,
"description": "",
"scripts": {
"test": "npm run lint-scss && npm run lint-js",
"lint-scss": "sass-lint -vqc .sass-lint.yml md_pdf/assets/static/**/*.scss",
"lint-js": "eslint -c eslint-config-dabapps/base/.eslintrc md_pdf/assets/static/**/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RealOrangeOne/md-pdf.git"
},
"author": "",
"bugs": {
"url": "https://github.com/RealOrangeOne/md-pdf/issues"
},
"homepage": "https://github.com/RealOrangeOne/md-pdf#readme",
"devDependencies": {
"eslint-config": "dabapps/eslint-config.git#2.0.4",
"sass-lint": "1.10.2"
}
}