terra-mixins
Version:
The terra-mixins component supplies global mixins for use throughout the Terra ecosystem.
33 lines (32 loc) • 934 B
JSON
{
"name": "terra-mixins",
"version": "1.41.0",
"description": "The terra-mixins component supplies global mixins for use throughout the Terra ecosystem.",
"author": "Cerner Corporation",
"repository": {
"type": "git",
"url": "git+https://github.com/cerner/terra-core.git"
},
"bugs": {
"url": "https://github.com/cerner/terra-core/issues"
},
"homepage": "https://github.com/cerner/terra-core#readme",
"license": "Apache-2.0",
"keywords": [
"Cerner",
"Mixins",
"Terra",
"terra-mixins",
"UI"
],
"main": "lib/Mixins.scss",
"scripts": {
"compile": "babel --root-mode upward src --out-dir lib --copy-files",
"lint": "npm run lint:scss",
"lint:scss": "stylelint src/**/*.scss",
"precompile": "rm -rf lib",
"test": "npm run test:spec",
"test:spec": "echo \"Warning: no test written\" && exit 0"
},
"gitHead": "1be8c98fe2eeec64ef7a7fa457dd708da88e5170"
}