typography-theme-zacklive
Version:
A theme for Typography.js by ZackLive https://zacklive.com.
31 lines (30 loc) • 933 B
JSON
{
"name": "typography-theme-zacklive",
"description": "A theme for Typography.js by ZackLive https://zacklive.com.",
"version": "1.0.2",
"author": "Zack <zack@zacklive.com>",
"main": "./dist/index.js",
"keywords": [
"css",
"typography",
"typography-theme"
],
"license": "MIT",
"homepage": "https://github.com/ZacharyChim/typography-theme-zacklive",
"bugs": {
"url": "https://github.com/ZacharyChim/typography-theme-zacklive/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/ZacharyChim/typography-theme-zacklive.git"
},
"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/"
},
"dependencies": {
"gray-percentage": "^2.0.0"
}
}