2017-09-19 20:34:45 +03:00
|
|
|
{
|
|
|
|
"name": "network-pulse-api",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Network Pulse API",
|
|
|
|
"scripts": {
|
2018-05-29 12:16:16 +03:00
|
|
|
"install": "pipenv install --dev",
|
|
|
|
"start": "pipenv run python manage.py runserver",
|
|
|
|
"test": "pipenv run python manage.py test",
|
|
|
|
"flake8": "pipenv run flake8 pulseapi"
|
2017-09-19 20:34:45 +03:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/mozilla/network-pulse-api.git"
|
|
|
|
},
|
|
|
|
"author": "Mozilla Foundation",
|
|
|
|
"license": "MPL-2.0",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/mozilla/network-pulse-api/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/mozilla/network-pulse-api#readme"
|
|
|
|
}
|