@quid/postcss-what-input
Version:
A PostCSS plugin used to make it easy to interact with the npm module "what-input".
27 lines (26 loc) • 576 B
JSON
{
"name": "@quid/postcss-what-input",
"version": "1.1.0",
"description": "A PostCSS plugin used to make it easy to interact with the npm module \"what-input\".",
"main": "index.js",
"repository": {
"type": "git",
"url": "ssh://git@bitbucket.int.quid.com:7999/quid/ui-framework.git"
},
"keywords": [
"what-input",
"postcss"
],
"author": "Quid Web Team",
"license": "UNLICENSED",
"scripts": {
"test": "jest",
"test-ci": "jest"
},
"dependencies": {
"postcss": "^6.0.8"
},
"devDependencies": {
"jest": "^20.0.4"
}
}