30 lines
774 B
JSON
30 lines
774 B
JSON
{
|
|
"name": "public-health-ch",
|
|
"version": "1.0.0",
|
|
"description": "Public Health Schweiz",
|
|
"directories": {
|
|
"doc": "docs"
|
|
},
|
|
"dependencies": {
|
|
"bower": "latest"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "^1.0.1",
|
|
"grunt-bg-shell": "^2.3.3",
|
|
"grunt-bowercopy": "^1.2.4",
|
|
"grunt-browser-sync": "^2.2.0",
|
|
"grunt-contrib-imagemin": "^1.0.1",
|
|
"grunt-contrib-sass": "^1.0.0",
|
|
"grunt-contrib-watch": "^1.0.0"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/datalets/public-health-ch.git"
|
|
},
|
|
"author": "Oleg Lavrovsky <oleg@datalets.ch>",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/datalets/public-health-ch#readme"
|
|
}
|