mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-15 17:00:39 -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:
+80
@@ -0,0 +1,80 @@
|
||||
{
|
||||
"name": "csswring",
|
||||
"description": "Minify CSS file with source maps. That's only.",
|
||||
"version": "3.0.2",
|
||||
"author": {
|
||||
"name": "Kyo Nagashima",
|
||||
"email": "[email protected]",
|
||||
"url": "https://kyonagashima.com/"
|
||||
},
|
||||
"bin": {
|
||||
"csswring": "./bin/csswring"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/hail2u/node-csswring/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"fs-extra": "^0.16.0",
|
||||
"minimist": "^1.1.0",
|
||||
"onecolor": "^2.4.0",
|
||||
"postcss": "^4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nodeunit": "^0.9.0"
|
||||
},
|
||||
"files": [
|
||||
"README.md",
|
||||
"bin",
|
||||
"index.js",
|
||||
"lib",
|
||||
"package.json",
|
||||
"tasks",
|
||||
"test"
|
||||
],
|
||||
"homepage": "https://github.com/hail2u/node-csswring",
|
||||
"keywords": [
|
||||
"css",
|
||||
"minifier",
|
||||
"minification",
|
||||
"sourcemap",
|
||||
"source",
|
||||
"map",
|
||||
"postcss",
|
||||
"gruntplugin"
|
||||
],
|
||||
"license": {
|
||||
"type": "MIT",
|
||||
"url": "http://hail2u.mit-license.org/2014"
|
||||
},
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/hail2u/node-csswring.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "nodeunit test"
|
||||
},
|
||||
"gitHead": "28b79ead1ab24a2cbc3761b4e1bdb39624427d5f",
|
||||
"_id": "[email protected]",
|
||||
"_shasum": "9e47da856e8d61b794daf45ebba66dd937cb6a00",
|
||||
"_from": "csswring@",
|
||||
"_npmVersion": "2.6.1",
|
||||
"_nodeVersion": "1.4.2",
|
||||
"_npmUser": {
|
||||
"name": "hail2u",
|
||||
"email": "[email protected]"
|
||||
},
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "hail2u",
|
||||
"email": "[email protected]"
|
||||
}
|
||||
],
|
||||
"dist": {
|
||||
"shasum": "9e47da856e8d61b794daf45ebba66dd937cb6a00",
|
||||
"tarball": "http://registry.npmjs.org/csswring/-/csswring-3.0.2.tgz"
|
||||
},
|
||||
"directories": {},
|
||||
"_resolved": "https://registry.npmjs.org/csswring/-/csswring-3.0.2.tgz",
|
||||
"readme": "ERROR: No README data found!"
|
||||
}
|
||||
Reference in New Issue
Block a user