csjs-inject
Version:
CSJS with auto-injection of styles
22 lines (21 loc) • 511 B
JSON
{
"name": "csjs-inject",
"version": "1.0.1",
"description": "CSJS with auto-injection of styles",
"author": "Ryan Tsao <ryan.j.tsao@gmail.com>",
"main": "index.js",
"keywords": [
"csjs"
],
"homepage": "https://github.com/rtsao/csjs-inject",
"repository": "git@github.com:rtsao/csjs-inject.git",
"bugs": "https://github.com/rtsao/csjs-inject/issues",
"dependencies": {
"csjs": "^1.0.0",
"insert-css": "^0.2.0"
},
"engines": {
"node": ">=4.0.0"
},
"license": "MIT"
}