UNPKG

css-isolate

Version:

Isolate CSS declaration differences between 2 files/strings within the context of their rules in order to produce a set of overrides

43 lines (42 loc) 1.02 kB
{ "name": "css-isolate", "version": "0.0.4", "main": "lib/index.js", "description": "Isolate CSS declaration differences between 2 files/strings within the context of their rules in order to produce a set of overrides", "homepage": "http://github.com/webxl/css-isolate", "bugs": "https://github.com/webxl/css-isolate/issues", "author": { "name": "Matt Motherway", "email": "mm@webxl.net", "url": "http://webxl.net" }, "repository": { "type": "git", "url": "https://github.com/webxl/css-isolate" }, "license": "MIT", "keywords": [ "isolate", "css", "compare", "diff" ], "devDependencies": { "grunt": "^0.4.5", "grunt-contrib-jshint": "^0.10.0", "grunt-contrib-nodeunit": "^0.3.3", "grunt-contrib-watch": "^0.6.1", "jshint-stylish": "^0.2.0", "load-grunt-tasks": "^0.4.0", "time-grunt": "^0.3.1" }, "scripts": { "test": "grunt" }, "bin": { "cssIsolate": "./cli.js" }, "dependencies": { "css": "~2.0.0" } }