mirror of
https://github.com/kemko/liquid.git
synced 2026-01-09 11:45:39 +03:00
Fixing up Grunt file to watch for directories Exclude node modules folder from Jekyll built site
81 lines
1.7 KiB
JSON
81 lines
1.7 KiB
JSON
{
|
|
"name": "csswring",
|
|
"description": "Minify CSS file with source maps. That's only.",
|
|
"version": "3.0.2",
|
|
"author": {
|
|
"name": "Kyo Nagashima",
|
|
"email": "hail2u@gmail.com",
|
|
"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": "csswring@3.0.2",
|
|
"_shasum": "9e47da856e8d61b794daf45ebba66dd937cb6a00",
|
|
"_from": "csswring@",
|
|
"_npmVersion": "2.6.1",
|
|
"_nodeVersion": "1.4.2",
|
|
"_npmUser": {
|
|
"name": "hail2u",
|
|
"email": "hail2u@gmail.com"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "hail2u",
|
|
"email": "kyo@hail2u.net"
|
|
}
|
|
],
|
|
"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!"
|
|
}
|