File: /var/www/quadcode/frontend/node_modules/csso/package.json
{
"name": "csso",
"description": "CSSO — CSS optimizer",
"version": "1.3.12",
"homepage": "https://github.com/css/csso",
"author": "Sergey Kryzhanovsky <skryzhanovsky@ya.ru> (https://github.com/afelix)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/css/csso.git"
},
"bugs": {
"url": "https://github.com/css/csso/issues"
},
"bin": {
"csso": "./bin/csso"
},
"main": "./lib/cssoapi",
"scripts": {
"test": "mocha --reporter dot"
},
"devDependencies": {
"mocha": "~2.3.3"
},
"engines": {
"node": ">=0.8.0"
}
}