typography-theme-ocean-beach
Version:
A theme for Typography.js
33 lines (32 loc) • 992 B
JSON
{
"name": "typography-theme-ocean-beach",
"description": "A theme for Typography.js",
"version": "0.16.19",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"gray-percentage": "^2.0.0",
"typography-breakpoint-constants": "^0.16.19"
},
"keywords": [
"css",
"typography",
"typography-theme"
],
"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"
}