public-health-ch/package.json

40 lines
1.2 KiB
JSON
Raw Permalink Normal View History

2016-12-12 22:43:20 +00:00
{
"name": "public-health-ch",
"version": "1.0.0",
"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": {
"@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",
"grunt": "^1.0.2",
2016-12-12 22:43:20 +00:00
"grunt-bg-shell": "^2.3.3",
"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",
"grunt-sass": "^3.0.2",
2021-12-11 21:39:34 +00:00
"sass": "^1.45.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",
"homepage": "https://github.com/datalets/public-health-ch#readme",
"engines": {
"yarn": ">= 1.0.0"
}
2016-12-12 22:43:20 +00:00
}