cssrecipes-defaults
Version:
Just a few handy default styles for your `<html>` pages
41 lines (40 loc) • 942 B
JSON
{
"name": "cssrecipes-defaults",
"version": "0.5.0",
"description": "Just a few handy default styles for your `<html>` pages",
"keywords": [
"browser",
"style",
"css",
"css-components",
"css-recipes",
"cssrecipes",
"recipes",
"defaults"
],
"repository": {
"type": "git",
"url": "https://github.com/cssrecipes/defaults.git"
},
"author": "Maxime Thirouin",
"license": "MIT",
"main": "index.css",
"style": "index.css",
"files": [
"CHANGELOG.md",
"LICENSE",
"lib",
"index.css"
],
"devDependencies": {
"cssnext": "^0.6.0"
},
"scripts": {
"setup": "npm install && mkdir -p build",
"preprocess": "cssnext index.css build/index.css",
"build": "npm run setup && npm run preprocess",
"preprocess-test": "cssnext test/test.css build/test.css",
"build-test": "npm run setup && npm run preprocess-test",
"test": "npm run build-test"
}
}