2016-12-12 22:43:20 +00:00
|
|
|
{
|
|
|
|
"name": "public-health-ch",
|
|
|
|
"version": "1.0.0",
|
2019-08-09 13:17:25 +00:00
|
|
|
"description": "THIS FILE IS NO LONGER USED: SEE README",
|
2016-12-12 22:43:20 +00:00
|
|
|
"directories": {
|
|
|
|
"doc": "docs"
|
|
|
|
},
|
2017-03-27 21:53:47 +00:00
|
|
|
"dependencies": {
|
2019-08-09 13:17:25 +00:00
|
|
|
"@bower_components/bootstrap-sass": "twbs/bootstrap-sass#^3.3.7",
|
|
|
|
"@bower_components/cookieconsent": "silktide/cookieconsent2#^3.0.6",
|
|
|
|
"@bower_components/jquery": "jquery/jquery-dist#~1",
|
|
|
|
"@bower_components/slick-carousel": "kenwheeler/slick#~1.4.1",
|
|
|
|
"@bower_components/slick-lightbox": "mreq/slick-lightbox#^0.2.10"
|
2017-03-27 21:53:47 +00:00
|
|
|
},
|
2016-12-12 22:43:20 +00:00
|
|
|
"devDependencies": {
|
2021-02-20 13:05:22 +00:00
|
|
|
"coffeescript": "^2.5.1",
|
2018-05-28 15:41:49 +00:00
|
|
|
"grunt": "^1.0.2",
|
2016-12-12 22:43:20 +00:00
|
|
|
"grunt-bg-shell": "^2.3.3",
|
|
|
|
"grunt-browser-sync": "^2.2.0",
|
2018-05-28 15:41:49 +00:00
|
|
|
"grunt-contrib-imagemin": "^2.0.1",
|
2017-01-18 11:13:36 +00:00
|
|
|
"grunt-contrib-sass": "^1.0.0",
|
2019-08-09 13:17:25 +00:00
|
|
|
"grunt-contrib-watch": "^1.1.0",
|
|
|
|
"grunt-sass": "^3.0.2",
|
|
|
|
"node-sass": "^4.12.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",
|
2019-08-09 13:17:25 +00:00
|
|
|
"homepage": "https://github.com/datalets/public-health-ch#readme",
|
|
|
|
"engines": {
|
|
|
|
"yarn": ">= 1.0.0"
|
|
|
|
}
|
2016-12-12 22:43:20 +00:00
|
|
|
}
|