suitcss-components-flex-embed
Version:
CSS for responsive, intrinsic ratio embeds
39 lines (38 loc) • 1.04 kB
JSON
{
"name": "suitcss-components-flex-embed",
"description": "CSS for responsive, intrinsic ratio embeds",
"version": "2.0.4",
"style": "index.css",
"files": [
"index.css",
"index.js",
"lib"
],
"devDependencies": {
"stylelint-config-suitcss": "^4.0.0",
"suitcss-components-test": "*",
"suitcss-preprocessor": "^1.0.1"
},
"scripts": {
"build": "npm run setup && npm run preprocess",
"build-test": "npm run setup && npm run preprocess-test",
"lint": "suitcss -c test/config.json index.css build/lint.css && rm build/lint.css",
"preprocess": "suitcss index.css build/build.css",
"preprocess-test": "suitcss -i test test/test.css build/test.css",
"setup": "npm install",
"watch": "npm run preprocess-test -- -w -v",
"test": "npm run lint"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/suitcss/components-flex-embed.git"
},
"keywords": [
"browser",
"css-components",
"flex-embed",
"suitcss",
"style"
]
}