getbase
Version:
A Rock Solid, Responsive HTML/CSS Framework built to work on all devices big and small.
58 lines (57 loc) • 1.19 kB
JSON
{
"name": "getbase",
"version": "3.5.1",
"description": "A Rock Solid, Responsive HTML/CSS Framework built to work on all devices big and small.",
"homepage": "http://getbase.org/",
"scripts": {
"start": "gulp",
"less": "gulp less",
"sass": "gulp sass",
"clean": "gulp clean",
"build": "gulp build",
"dist": "gulp build"
},
"repository": {
"type": "git",
"url": "https://github.com/matthewhartman/base.git"
},
"authors": [
"Matthew Hartman <matthewhartmanau@gmail.com>"
],
"keywords": [
"css",
"scss",
"framework",
"mobile-first",
"lightweight",
"responsive"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"engines": {
"node": ">=4.0.0",
"npm": ">=2.0.0"
},
"devDependencies": {
"browser-sync": "^2.18.13",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-notify": "^3.0.0",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.0",
"gulp-less": "^3.3.2",
"del": "^2.2.2",
"run-sequence": "^1.2.2"
},
"browserslist": [
"> 1%",
"last 2 versions",
"Firefox ESR"
]
}