public-health-ch/package.json

31 lines
774 B
JSON
Raw Normal View History

2016-12-12 22:43:20 +00:00
{
"name": "public-health-ch",
"version": "1.0.0",
"description": "Public Health Schweiz",
"directories": {
"doc": "docs"
},
2017-03-27 21:53:47 +00:00
"dependencies": {
"bower": "latest"
},
2016-12-12 22:43:20 +00:00
"devDependencies": {
"grunt": "^1.0.2",
2016-12-12 22:43:20 +00:00
"grunt-bg-shell": "^2.3.3",
"grunt-bowercopy": "^1.2.4",
"grunt-browser-sync": "^2.2.0",
"grunt-contrib-imagemin": "^2.0.1",
2017-01-18 11:13:36 +00:00
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-watch": "^1.1.0"
2016-12-12 22:43:20 +00:00
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
2017-03-27 22:02:05 +00:00
"url": "git+https://github.com/datalets/public-health-ch.git"
2016-12-12 22:43:20 +00:00
},
"author": "Oleg Lavrovsky <oleg@datalets.ch>",
"license": "MIT",
2017-03-27 22:02:05 +00:00
"homepage": "https://github.com/datalets/public-health-ch#readme"
2016-12-12 22:43:20 +00:00
}