mirror of
https://github.com/kemko/liquid.git
synced 2026-01-11 20:45:47 +03:00
Fixing up Grunt file to watch for directories Exclude node modules folder from Jekyll built site
75 lines
1.8 KiB
JSON
75 lines
1.8 KiB
JSON
{
|
|
"name": "grunt-postcss",
|
|
"version": "0.3.0",
|
|
"description": "Apply several post-processors to your CSS using PostCSS",
|
|
"author": {
|
|
"name": "Dmitry Nikitenko",
|
|
"email": "dima.nikitenko@gmail.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/nDmitry/grunt-postcss"
|
|
},
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.10.0"
|
|
},
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"keywords": [
|
|
"gruntplugin",
|
|
"css",
|
|
"postprocessor",
|
|
"postcss"
|
|
],
|
|
"files": [
|
|
"tasks",
|
|
"LICENSE"
|
|
],
|
|
"dependencies": {
|
|
"chalk": "^0.5.1",
|
|
"diff": "^1.2.1",
|
|
"postcss": "^4.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"csswring": "^3.0.0",
|
|
"grunt": "^0.4.5",
|
|
"grunt-contrib-clean": "^0.6.0",
|
|
"grunt-contrib-jshint": "^0.10.0",
|
|
"grunt-contrib-nodeunit": "^0.4.0",
|
|
"load-grunt-tasks": "^2.0.0",
|
|
"time-grunt": "^1.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"grunt": "^0.4.5"
|
|
},
|
|
"gitHead": "5174e4481839fe232e3677be52a2e8e77765af21",
|
|
"bugs": {
|
|
"url": "https://github.com/nDmitry/grunt-postcss/issues"
|
|
},
|
|
"homepage": "https://github.com/nDmitry/grunt-postcss",
|
|
"_id": "grunt-postcss@0.3.0",
|
|
"_shasum": "0f1783728e35e577d2467fb26a46d69ad1be95f2",
|
|
"_from": "grunt-postcss@",
|
|
"_npmVersion": "2.1.16",
|
|
"_nodeVersion": "0.10.35",
|
|
"_npmUser": {
|
|
"name": "weiss",
|
|
"email": "dima.nikitenko@gmail.com"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "weiss",
|
|
"email": "dima.nikitenko@gmail.com"
|
|
}
|
|
],
|
|
"dist": {
|
|
"shasum": "0f1783728e35e577d2467fb26a46d69ad1be95f2",
|
|
"tarball": "http://registry.npmjs.org/grunt-postcss/-/grunt-postcss-0.3.0.tgz"
|
|
},
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/grunt-postcss/-/grunt-postcss-0.3.0.tgz",
|
|
"readme": "ERROR: No README data found!"
|
|
}
|