@bostonuniversity/burf-base
Version:
A sensible boilerplate and library of styles for responsive web design, based on the best ideas from Foundation and Bootstrap.
54 lines (53 loc) • 1.44 kB
JSON
{
"name": "@bostonuniversity/burf-base",
"version": "6.0.0-alpha.10",
"homepage": "https://bu-ist.github.io/responsive-foundation/",
"description": "A sensible boilerplate and library of styles for responsive web design, based on the best ideas from Foundation and Bootstrap.",
"authors": [
"Mike Burns <mgburns@bu.edu>",
"Scott Dasse <sdasse@bu.edu>",
"Andy Rader <jarader@bu.edu>",
"Matt Fredenburg <malakhi@bu.edu>",
"Steve Rudolfi <srudolfi@bu.edu>",
"Eveleen Sung <eksung@bu.edu>",
"Inder Singh <isingh@bu.edu>",
"Ashley Kolodziej <kolodz10@bu.edu>",
"Jon Desroisers <jondes@bu.edu>",
"Tom Dodson <tdodson@bu.edu>",
"Alana Martin <alanam@bu.edu>",
"Tim King <timking@bu.edu>",
"Dakota Chichester <acketon@bu.edu>"
],
"license": "GPL-3.0-or-later",
"keywords": [
"responsive",
"bu",
"foundation",
"bootstrap",
"framework"
],
"repository": {
"type": "git",
"url": "https://github.com/bu-ist/responsive-foundation.git",
"directory": "burf-base"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"browserify-shim": {
"jquery": "global:jQuery"
},
"browserify": {
"transform": [
"browserify-shim"
]
},
"main": "js/theme.js",
"dependencies": {
"@bostonuniversity/base": "0.1.3-alpha.5",
"@fortawesome/fontawesome-free": "^5.15.4",
"normalize-scss": "^8.0.0"
}
}