mirror of
https://github.com/HackSoftware/Django-Styleguide.git
synced 2024-11-10 19:56:40 +03:00
26 lines
648 B
JSON
26 lines
648 B
JSON
{
|
|
"name": "django-styleguide",
|
|
"engines": {
|
|
"node": "10.16"
|
|
},
|
|
"version": "1.0.0",
|
|
"description": "Django styleguide used in [HackSoft](https://hacksoft.io) projects.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"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"
|
|
}
|
|
}
|