UNPKG

fixins

Version:

A collection of functions and mixins for use with precss and postcss-functions

49 lines (48 loc) 1.09 kB
{ "name": "fixins", "version": "0.1.3", "description": "A collection of functions and mixins for use with precss and postcss-functions", "main": "index.js", "scripts": { "test": "ava test/**/*.test.js", "doc": "node docs/gen" }, "directories": { "test": "test" }, "repository": { "type": "git", "url": "https://github.com/Lokua/fixins.git" }, "keywords": [ "css", "functions", "lib", "mixins", "postcss", "postcss-functions", "postcss-mixins", "precss" ], "author": "Joshua Kleckner <dev@lokua.net> (http://lokua.net/)", "license": "MIT", "devDependencies": { "autoprefixer": "6.1.0", "ava": "0.5.0", "dox": "0.8.0", "gulp": "3.9.0", "gulp-postcss": "6.0.1", "gulp-rename": "1.2.2", "gulp-strip-css-comments": "1.2.0", "postcss-clearfix": "0.2.0", "postcss-functions": "2.0.0", "postcss-math": "0.0.1", "postcss-scss": "0.1.3", "precss": "1.3.0" }, "dependencies": { "levenshtein": "1.0.5", "material-colors": "1.0.0", "random-js": "1.0.8" } }