@davidwells/postcss-math
Version:
PostCSS plugin for making calculations with math.js
41 lines (40 loc) • 1.1 kB
JSON
{
"name": "@davidwells/postcss-math",
"version": "1.0.3",
"description": "PostCSS plugin for making calculations with math.js",
"license": "MIT",
"author": "Shaun Stanworth <shaun@freeformers.com>",
"repository": {
"type": "git",
"url": "https://github.com/DavidWells/components/.git"
},
"keywords": [
"postcss",
"postcss-plugin",
"math.js",
"math"
],
"scripts": {
"test": "gulp test",
"release:patch": "npm version patch && npm publish",
"release:minor": "npm version minor && npm publish",
"release:major": "npm version major && npm publish"
},
"bugs": {
"url": "https://github.com/DavidWells/components/issues"
},
"homepage": "https://github.com/DavidWells/components/tree/master/packages/postcss-math-plugin",
"dependencies": {
"is-css-unit": "^1.0.0",
"mathjs": "^9.4.1",
"postcss": "^8.3.0",
"postcss-message-helpers": "^2.0.0",
"reduce-function-call": "^1.0.3"
},
"devDependencies": {
"chai": "^3.0.0",
"gulp": "^4.0.2",
"gulp-eslint": "^6.0.0",
"gulp-mocha": "^8.0.0"
}
}