UNPKG

postcss-functions

Version:

PostCSS plugin for exposing JavaScript functions

50 lines (49 loc) 1.31 kB
{ "name": "postcss-functions", "version": "4.0.2", "description": "PostCSS plugin for exposing JavaScript functions", "main": "dest/index.js", "scripts": { "prepublish": "npm run build", "build": "babel src -d dest", "pretest": "eslint --ext .mjs src", "test": "ava src/__tests__/index.mjs" }, "repository": { "type": "git", "url": "https://github.com/andyjansson/postcss-functions.git" }, "keywords": [ "postcss", "postcss-plugin", "javascript", "function", "functions" ], "author": "Andy Jansson", "license": "MIT", "bugs": { "url": "https://github.com/andyjansson/postcss-functions/issues" }, "homepage": "https://github.com/andyjansson/postcss-functions", "dependencies": { "postcss-value-parser": "^4.0.0" }, "peerDependencies": { "postcss": "^8.0.0" }, "devDependencies": { "@babel/cli": "^7.11.6", "@babel/core": "^7.11.6", "@babel/preset-env": "^7.11.5", "ava": "^3.13.0", "babel-plugin-add-module-exports": "^1.0.4", "babel-plugin-module-extension": "^0.1.3", "eslint": "^7.10.0", "eslint-config-i-am-meticulous": "^12.0.0", "postcss": "^8.0.0" }, "eslintConfig": { "extends": "eslint-config-i-am-meticulous" } }