UNPKG

sass-math-pow

Version:

Math pow() polyfill/feature detection with non-integer exponents support for (without compass) ruby sass, sass and sass+eyeglass

53 lines (52 loc) 1.06 kB
{ "name": "sass-math-pow", "version": "0.2.0", "description": "Math pow() polyfill/feature detection with non-integer exponents support for (without compass) ruby sass, sass and sass+eyeglass", "license": "MIT", "repository": "strarsis/sass-math-pow", "author": { "name": "strarsis", "email": "strarsis@gmail.com", "url": "https://github.com/strarsis/sass-math-pow" }, "files": [ "sass" ], "scripts": { "test": "mocha" }, "keywords": [ "eyeglass-module", "sass", "math", "pow", "exponent", "non integer", "non-integer", "integer", "decimal", "compass", "ruby", "ruby sass", "libsass", "node sass", "eyeglass", "support", "polyfill" ], "main": "eyeglass-exports.js", "eyeglass": { "needs": "*", "name": "math-pow", "exports": "eyeglass-exports.js" }, "dependencies": { "eyeglass": "*", "eyeglass-math": "^1.0.1" }, "devDependencies": { "mocha": "^7.0.1", "node-sass": "^4.13.1", "sass-true": "^5.0.0" } }