{ "name": "shortcss", "version": "0.1.3", "description": "CSS Shorthand expander/combiner", "main": "lib/index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git@github.com:theprotein/shortcss.git" }, "keywords": [ "css", "shorthand", "short", "parser", "expander", "combiner" ], "author": "Alexej Yaroshevich (http://github.com/zxqfox)", "license": "MIT", "bugs": { "url": "https://github.com/theprotein/shortcss/issues" }, "homepage": "https://github.com/theprotein/shortcss", "devDependencies": { "chai": "^3.0.0", "mocha": "^2.2.5" }, "dependencies": { "css-shorthand-properties": "^1.0.0" } }