UNPKG

compass-vertical-rhythm

Version:

A port-in-progress of the Compass vertical rhythm library

46 lines (45 loc) 1.21 kB
{ "name": "compass-vertical-rhythm", "description": "A port-in-progress of the Compass vertical rhythm library", "version": "1.4.5", "author": "Kyle Mathews <mathews.kyle@gmail.com>", "bugs": { "url": "https://github.com/KyleAMathews/vertical-rhythm/issues" }, "homepage": "https://github.com/KyleAMathews/vertical-rhythm", "keywords": [ "sass", "compass", "vertical-rhythm", "css", "typography" ], "license": "MIT", "source": "src/index.js", "main": "dist/index.js", "repository": { "type": "git", "url": "https://github.com/KyleAMathews/vertical-rhythm.git" }, "scripts": { "test": "mocha test/index.js", "test-watch": "mocha --watch test/index.js", "build": "microbundle", "publish": "microbundle && npm version patch && npm publish", "format": "prettier --write src/index.js" }, "devDependencies": { "chai": "^1.10.0", "microbundle": "^0.4.4", "mocha": "^2.1.0", "mocha-unfunk-reporter": "^0.4.0", "pre-commit": "^1.0.5", "prettier": "^1.12.1", "underscore": "^1.8.2" }, "dependencies": { "convert-css-length": "^1.0.1", "object-assign": "^4.1.0", "parse-unit": "^1.0.1" } }