File: /var/www/quadcode-site/node_modules/css-resolve-import/package.json
{
"name": "css-resolve-import",
"version": "0.1.2",
"description": "Resolves @import statements in CSS",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/fizker/css-resolve-import.git"
},
"keywords": [
"css",
"import",
"join",
"resolve"
],
"author": "Benjamin Horsleben",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/fizker/css-resolve-import/issues"
},
"homepage": "https://github.com/fizker/css-resolve-import",
"devDependencies": {
"chai": "^1.10.0",
"finc-chai-helpers": "^0.1.0",
"fzkes": "^0.14.1",
"mocha": "^2.1.0"
}
}