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
Raw Normal View History

2017-03-31 18:29:42 +01:00
{
"name": "md-pdf",
"version": "1.0.0",
"private": true,
"description": "",
"scripts": {
2017-04-05 15:37:08 +01:00
"test": "npm run lint-scss && npm run lint-js",
2017-05-03 14:13:14 +01:00
"lint-scss": "sass-lint -vqc .sass-lint.yml md_pdf/assets/static/**/*.scss",
2017-04-05 15:37:08 +01:00
"lint-js": "eslint -c eslint-config-dabapps/base/.eslintrc md_pdf/assets/static/**/*.js"
2017-03-31 18:29:42 +01:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/RealOrangeOne/md-pdf.git"
},
"author": "",
"bugs": {
"url": "https://github.com/RealOrangeOne/md-pdf/issues"
},
2017-03-31 18:32:02 +01:00
"homepage": "https://github.com/RealOrangeOne/md-pdf#readme",
"devDependencies": {
2017-04-05 15:37:08 +01:00
"eslint-config": "dabapps/eslint-config.git#2.0.4",
"sass-lint": "1.10.2"
2017-03-31 18:32:02 +01:00
}
2017-03-31 18:29:42 +01:00
}