boba
Version:
A lightweight, modular, CSS-only framework.
86 lines (85 loc) • 2.2 kB
JSON
{
"name": "boba",
"version": "1.7.2",
"description": "A lightweight, modular, CSS-only framework.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iFallUpHill/boba.git"
},
"keywords": [
"boba",
"lightweight",
"modular",
"css",
"framework"
],
"author": "Jason Manson-Hing",
"contributors": [
{
"name": "Jason Manson-Hing",
"url": "https://github.com/iFallUpHill/"
},
{
"name": "Andrew Chung",
"url": "https://github.com/andrewjungg/"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/iFallUpHill/boba/issues"
},
"homepage": "https://github.com/iFallUpHill/boba#readme",
"dependencies": {
"del": "^5.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.3",
"gulp-eslint": "^6.0.0",
"gulp-if": "^3.0.0",
"gulp-jshint": "^2.1.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-strip-debug": "^3.0.0",
"gulp-uglify": "^3.0.2",
"gulp-watch": "^5.0.1",
"jshint": "^2.10.2",
"node-sass": "^4.12.0",
"yargs": "^13.3.0"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"browser-sync": "^2.26.7",
"gulp-babel": "^8.0.0",
"gulp-nunjucks": "^5.0.0",
"gulp-prism": "^1.2.0",
"puppeteer": "^1.19.0"
},
"eslintConfig": {
"parserOptions": {
"ecmaVersion": 6
}
},
"browserslist": [
"last 2 versions",
"> 5%"
],
"files": [
"LICENSE",
"README.md",
"gulpfile.js",
"gulp_tasks/*.js",
"src/scss/",
"!src/scss/docs/",
"dist/*.css",
"!dist/documentation.min.css"
]
}