-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
25 lines (25 loc) · 957 Bytes
/
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
{
"name": "kerrokantasi",
"version": "0.0.0",
"description": "Kerro Kantasi participatory democracy backend",
"scripts": {
"test": "py.test --cov democracy democracy/tests",
"fix": "autopep8 -ri --max-line-length=10000 democracy && flake8 democracy && isort -rc democracy",
"i18n:extract": "pybabel extract democracy --no-location --no-wrap --sort-output -o democracy/locale/django.pot",
"i18n:compile": "pybabel compile -d democracy/locale -f -D django",
"i18n:pull": "tx pull -a --minimum-perc=30",
"i18n:push": "tx push -s",
"build": "npm run i18n:compile"
},
"repository": {
"type": "git",
"url": "git+https://github.com/City-of-Helsinki/kerrokantasi.git"
},
"author": "Anders Innovations Ltd",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/City-of-Helsinki/kerrokantasi/issues"
},
"homepage": "https://github.com/City-of-Helsinki/kerrokantasi#readme",
"private": true
}