Django-Styleguide/package.json
2018-11-18 12:11:19 +02:00

24 lines
624 B
JSON

{
"name": "django-styleguide",
"version": "1.0.0",
"description": "Django styleguide used in [HackSoft](https://hacksoft.io) projects.",
"main": "index.js",
"scripts": {
"test": "prettier --list-different '*.md'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HackSoftware/Django-Styleguide.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/HackSoftware/Django-Styleguide/issues"
},
"homepage": "https://github.com/HackSoftware/Django-Styleguide#readme",
"dependencies": {
"markdown-toc": "^1.2.0",
"prettier": "^1.15.2"
}
}