mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-16 01:10:41 -07:00
Set up Grunt
Fixing up Grunt file to watch for directories Exclude node modules folder from Jekyll built site
This commit is contained in:
+74
@@ -0,0 +1,74 @@
|
||||
{
|
||||
"name": "grunt-postcss",
|
||||
"version": "0.3.0",
|
||||
"description": "Apply several post-processors to your CSS using PostCSS",
|
||||
"author": {
|
||||
"name": "Dmitry Nikitenko",
|
||||
"email": "[email protected]"
|
||||
},
|
||||
"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": "[email protected]",
|
||||
"_shasum": "0f1783728e35e577d2467fb26a46d69ad1be95f2",
|
||||
"_from": "grunt-postcss@",
|
||||
"_npmVersion": "2.1.16",
|
||||
"_nodeVersion": "0.10.35",
|
||||
"_npmUser": {
|
||||
"name": "weiss",
|
||||
"email": "[email protected]"
|
||||
},
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "weiss",
|
||||
"email": "[email protected]"
|
||||
}
|
||||
],
|
||||
"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!"
|
||||
}
|
||||
Reference in New Issue
Block a user