supercell
Version:
Grid-like layout system.
37 lines (36 loc) • 916 B
JSON
{
"name": "supercell",
"version": "1.2.0",
"description": "Grid-like layout system.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "stylelint '**/*.scss' --syntax scss"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sky-uk/supercell.git"
},
"keywords": [
"grid",
"grid system",
"layout"
],
"authors": [
"Harry Roberts <csswizardry@gmail.com> (https://csswizardry.com)",
"Sky UK"
],
"contributors": [
"Joe Bell <joe@joebell.co.uk> (https://github.com/joebell93)"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/sky-uk/supercell/issues"
},
"homepage": "https://github.com/sky-uk/supercell#readme",
"devDependencies": {
"stylelint": "^7.9.0",
"stylelint-config-sky-uk": "^3.0.0",
"stylelint-scss": "^1.4.3",
"stylelint-selector-bem-pattern": "^1.0.0"
}
}