epiphany/node_modules/shortcss/package.json
2023-12-09 22:48:07 -08:00

34 lines
736 B
JSON

{
"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 <zxqfox@gmail.com> (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"
}
}