postcss-nodegui-autoprefixer
Version:
PostCSS plugin A css auto prefixer for nodegui
39 lines (38 loc) • 855 B
JSON
{
"name": "postcss-nodegui-autoprefixer",
"version": "0.0.7",
"description": "PostCSS plugin A css auto prefixer for nodegui",
"main": "dist/index.js",
"files": [
"dist"
],
"keywords": [
"postcss",
"css",
"postcss-plugin",
"qt",
"react",
"desktop",
"nodegui"
],
"scripts": {
"test": "jest",
"build": "tsc"
},
"author": "Atul R <atulanand94@gmail.com>",
"license": "MIT",
"repository": "master-atul/postcss-nodegui-autoprefixer",
"bugs": {
"url": "https://github.com/master-atul/postcss-nodegui-autoprefixer/issues"
},
"homepage": "https://github.com/master-atul/postcss-nodegui-autoprefixer",
"dependencies": {
"postcss": "^7.0.17"
},
"devDependencies": {
"@types/jest": "^24.0.17",
"jest": "^24.8.0",
"ts-jest": "^24.0.2",
"typescript": "^3.5.3"
}
}