UNPKG

postcss-math

Version:

PostCSS plugin for making calculations with math.js

38 lines (37 loc) 845 B
{ "name": "postcss-math", "version": "0.0.10", "description": "PostCSS plugin for making calculations with math.js", "keywords": [ "postcss", "css", "postcss-plugin", "math.js", "math" ], "author": "Shaun Stanworth <shaun@freeformers.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/shauns/postcss-math.git" }, "bugs": { "url": "https://github.com/shauns/postcss-math/issues" }, "homepage": "https://github.com/shauns/postcss-math", "dependencies": { "mathjs": "^3.17.0", "postcss": "^5.0.19", "postcss-message-helpers": "^2.0.0", "reduce-function-call": "^1.0.1" }, "devDependencies": { "chai": "^3.0.0", "gulp": "^3.9.0", "gulp-eslint": "^3.0.1", "gulp-mocha": "^3.0.0" }, "scripts": { "test": "gulp" } }