gulp-css-nbd
Version:
CSS nesting by directory gulp plugin
34 lines (33 loc) • 695 B
JSON
{
"name": "gulp-css-nbd",
"version": "2.0.0",
"description": "CSS nesting by directory gulp plugin",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/m18ru/gulp-css-nbd.git"
},
"bugs": {
"url": "https://github.com/m18ru/gulp-css-nbd/issues"
},
"keywords": [
"gulpplugin",
"css",
"less",
"nesting",
"nest-css"
],
"dependencies": {
"gulp-util": "~3.0.6",
"through2": "~2.0.0"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1"
},
"author": "Andrey Avol Volynkin <code@m18.ru>",
"license": "MIT"
}