UNPKG

css-whitespace

Version:

Whitespace significant CSS to regular CSS

26 lines 525 B
{ "name": "css-whitespace", "version": "1.1.1", "description": "Whitespace significant CSS to regular CSS", "keywords": [ "css", "parser", "rework" ], "author": "TJ Holowaychuk <tj@vision-media.ca>", "dependencies": { "debug": "2" }, "devDependencies": { "mocha": "*", "should": "*" }, "main": "index", "scripts": { "test": "mocha --require should --reporter spec" }, "repository": { "type": "git", "url": "https://github.com/reworkcss/css-whitespace.git" } }