typography-normalize
Version:
Provides normalize.css as a commonjs module.
32 lines (31 loc) • 935 B
JSON
{
"name": "typography-normalize",
"description": "Provides normalize.css as a commonjs module.",
"version": "0.16.19",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"keywords": [
"css",
"inline",
"react",
"styles",
"typography",
"vertical-rhythm"
],
"license": "MIT",
"homepage": "https://github.com/KyleAMathews/typography.js",
"bugs": {
"url": "https://github.com/KyleAMathews/typography.js/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/KyleAMathews/typography.js.git"
},
"main": "./dist/index.js",
"scripts": {
"build": "../../node_modules/.bin/babel src --out-dir dist/",
"flow": "../../node_modules/.bin/flow",
"lint": "../../node_modules/.bin/eslint --ext .js,.jsx --ignore-path .gitignore .",
"watch": "../../node_modules/.bin/babel -w src --out-dir dist/"
},
"gitHead": "1a3bfc103d41d59f04e89573c2c87e1d95abdd12"
}