forked from monim67/django-bootstrap-datepicker-plus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 1.28 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "django-bootstrap-datepicker-plus-dev-suite",
"version": "1.0.0",
"description": "Developement package for django-bootstrap-datepicker-plus",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"demo": "python demo_project\\manage.py runserver",
"pip-install": "python -m pip install -r demo_project\\requirements.txt",
"migrate": "python demo_project\\manage.py migrate",
"test": "python runtests.py",
"coverage": "coverage run --source=bootstrap_datepicker_plus runtests.py && coverage report",
"travis-test": "coverage run --source=bootstrap_datepicker_plus runtests.py",
"docs": "start docs/_build/index.html",
"build": "python setup.py sdist bdist_wheel",
"build:docs": "sphinx-build docs docs\\_build",
"build:pydoc": "sphinx-build docs\\pydoc.io docs\\_build",
"upload": "twine upload dist/*",
"test-upload": "twine upload --repository testpypi dist/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/monim67/django-bootstrap-datepicker-plus.git"
},
"author": "Munim Munna",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/monim67/django-bootstrap-datepicker-plus/issues"
},
"homepage": "https://github.com/monim67/django-bootstrap-datepicker-plus"
}