qaffeine
Version:
Decaffeinate your JS-powered CSS stylesheets
34 lines (33 loc) • 717 B
JSON
{
"name": "qaffeine",
"version": "0.9.2",
"description": "Decaffeinate your JS-powered CSS stylesheets",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tomhodgins/qaffeine.git"
},
"keywords": [
"CSS",
"jsincss",
"extend",
"js-in-css",
"extension",
"polyfill",
"function",
"plugin"
],
"author": "Tommy Hogins",
"license": "MIT",
"bugs": {
"url": "https://github.com/tomhodgins/qaffeine/issues"
},
"homepage": "https://github.com/tomhodgins/qaffeine#readme",
"dependencies": {
"jsincss": "^2.2.2",
"puppeteer": "^1.9.0"
}
}