@getbase/base
Version:
A Rock Solid, Responsive CSS Framework built to work on all devices big, small and in-between.
56 lines (55 loc) • 1.33 kB
JSON
{
"name": "@getbase/base",
"version": "5.2.0",
"description": "A Rock Solid, Responsive CSS Framework built to work on all devices big, small and in-between.",
"homepage": "http://getbase.org/",
"author": "Matthew Hartman",
"main": "core.css",
"scripts": {
"start": "./node_modules/gulp/bin/gulp.js",
"build:scss": "./node_modules/gulp/bin/gulp.js compileScssModulesToCss",
"build:less": "./node_modules/gulp/bin/gulp.js compileLessModulesToCss",
"build": "./node_modules/gulp/bin/gulp.js build",
"clean": "./node_modules/gulp/bin/gulp.js clean"
},
"repository": {
"type": "git",
"url": "https://github.com/getbase/base.git"
},
"keywords": [
"css",
"scss",
"less",
"framework",
"mobile-first",
"lightweight",
"responsive"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {
"autoprefixer": "^9.7.6",
"browser-sync": "^2.26.7",
"cssnano": "^4.1.10",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-postcss": "^8.0.0",
"gulp-sass": "^4.1.0",
"gulp-less": "^4.0.1"
},
"browserslist": [
">1%",
"last 4 versions",
"Firefox ESR",
"ie >= 10"
],
"bugs": {
"url": "https://github.com/getbase/base/issues"
}
}