UNPKG

hyperstyles

Version:

Transparently apply CSS Modules to hyperscript-compatible DOM builders, such as virtual-hyperscript and React.

32 lines (31 loc) 719 B
{ "name": "hyperstyles", "version": "3.4.0", "description": "Transparently apply CSS Modules to hyperscript-compatible DOM builders, such as virtual-hyperscript and React.", "main": "index.js", "scripts": { "test": "tape tests/*.js tests/**/index.js" }, "keywords": [ "css-modules", "hyperscript", "react", "virtual-hyperscript", "virtual-dom", "hyperx", "icss" ], "author": "Colin Gourlay", "license": "ISC", "repository": { "type": "git", "url": "https://codeberg.org/colingourlay/hyperstyles" }, "devDependencies": { "hyperscript": "^1.4.7", "hyperx": "^1.0.4", "react": "^0.14.6", "tape": "^4.2.0", "virtual-dom": "^2.1.1" } }