UNPKG

cssify

Version:

A simple Browserify transform for adding required styles to the browser.

31 lines (30 loc) 662 B
{ "name": "cssify", "version": "0.6.0", "description": "A simple Browserify transform for adding required styles to the browser.", "main": "./index.js", "scripts": { "test": "node_modules/.bin/mocha" }, "repository": "https://github.com/davidguttman/cssify", "keywords": [ "browserify", "css", "transform", "browserify-transform", "dom", "browser" ], "browserify": "./browser.js", "author": "David Guttman", "license": "BSD", "dependencies": { "through": "~2.3.4" }, "devDependencies": { "concat-stream": "~1.0.1", "mocha": "~1.13.0", "jsdom": "~0.8.5", "browserify": "~3.32.1" } }