@onenexus/cell
Version:
Style BEM DOM elements using Sass
50 lines (49 loc) • 1.23 kB
JSON
{
"name": "@onenexus/cell",
"version": "1.0.0-beta.21",
"description": "Style BEM DOM elements using Sass",
"main": "dist/_synergy.scss",
"author": "(Edmund Reed)[http://twitter.com/esr360] <esr360@live.com>",
"homepage": "https://github.com/One-Nexus/Cell",
"keywords": [
"sass",
"scss",
"OOCSS",
"BEM",
"modular",
"modules",
"components",
"front-end",
"framework",
"web",
"synergy"
],
"bugs": {
"url": "https://github.com/One-Nexus/Cell/issues"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/One-Nexus/Cell.git"
},
"dependencies": {
"@onenexus/synergy-sass-importer": "^1.0.0-beta.9",
"Sass-Boost": "^1.1.0"
},
"devDependencies": {
"concat": "^1.0.3",
"mocha": "^6.2.2",
"node-sass": "^4.13.1",
"sass-true": "^5.0.0",
"sassdoc": "^2.5.0",
"sassdoc-theme-flippant": "^0.1.0",
"stylelint": "^8.4.0"
},
"scripts": {
"lint": "stylelint src/**/*.scss",
"test": "mocha test/tests.js",
"docs": "sassdoc src/ -d docs/sass --theme flippant",
"sass": "node ./build/sass-concat.js",
"build": "npm run lint && npm test && npm run docs && npm run sass"
}
}