{ "name": "cssom", "description": "CSS Object Model implementation and CSS parser", "keywords": ["CSS", "CSSOM", "parser", "styleSheet"], "version": "0.3.0", "homepage": "https://github.com/NV/CSSOM", "author": "Nikita Vasilyev ", "repository": { "type": "git", "url": "git://github.com/NV/CSSOM.git" }, "bugs": "https://github.com/NV/CSSOM/issues", "main": "./lib/index.js", "devDependencies": { "jake": "~0.7.3" }, "license": { "type": "MIT", "url": "http://creativecommons.org/licenses/MIT/" }, "scripts": { "prepublish": "jake lib/index.js" } }