UNPKG

scopeify-html

Version:
38 lines (37 loc) 803 B
{ "name": "scopeify-html", "version": "0.10.2", "description": "Scopeify CSS in HTML", "main": "dist/index.js", "repository": "git@github.com:neurosnap/scopeify-html.git", "scripts": { "test": "tape-dots test.js", "perf": "node perf.js" }, "keywords": [ "scopeify", "scopify", "html", "document", "css", "render", "email" ], "author": "Eric Bower", "license": "MIT", "dependencies": { "postcss-scopeify-everything": "^0.7.1" }, "devDependencies": { "cheerio": "^0.20.0", "eslint": "^3.4.0", "eslint-config-airbnb-base": "^5.0.3", "eslint-plugin-import": "^1.14.0", "js-beautify": "^1.6.4", "jsdom": "^9.4.2", "juice": "^4.0.2", "postcss": "^5.2.4", "tape": "^4.6.0", "tape-dots": "^1.0.0" } }