You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

59 lines
2.3 KiB

{
"name": "docpad-plugin-stylus",
"version": "2.3.0",
"description": "Adds support for the Stylus CSS pre-processor to DocPad",
"homepage": "http://docpad.org/plugin/stylus",
"keywords": [
"docpad",
"docpad-plugin",
"stylus",
"css",
"styles",
"styling"
],
"author": {
"name": "Bevry Pty Ltd",
"email": "us@bevry.me",
"url": "http://bevry.me"
},
"maintainers": [
{
"name": "Benjamin Lupton",
"email": "b@lupton.cc",
"url": "https://github.com/balupton"
}
],
"contributors": [
{
"name": "Benjamin Lupton",
"email": "b@lupton.cc",
"url": "https://github.com/balupton"
}
],
"bugs": {
"url": "https://github.com/bevry/docpad-extras/issues"
},
"repository": {
"type": "git",
"url": "http://github.com/bevry/docpad-extras.git"
},
"engines": {
"node": ">=0.4",
"docpad": ">=6.3 <7"
},
"dependencies": {
"stylus": "~0.32.0",
"nib": "~0.9.0"
},
"devDependencies": {
"coffee-script": "1.4.x"
},
"main": "./out/stylus.plugin.js",
"scripts": {
"test": "node ./out/stylus.test.js"
},
"readme": "# Stylus Plugin for DocPad\nAdds support for the [Stylus](http://learnboost.github.com/stylus/) CSS pre-processor to [DocPad](https://docpad.org)\n\nConvention: `.css.styl|stylus`\n\n\n## Install\n\n```\nnpm install --save docpad-plugin-stylus\n```\n\n\n## Configure\n\n### Use [nib](http://visionmedia.github.com/nib/)\nNib is a small and powerful library for the Stylus CSS language, providing robust cross-browser CSS3 mixins to make your life as a designer easier. By default nib support is enabled. To disable set the `useNib` option to `false`.\n\n### Compress\nBy default we compress the output for all environments except the development environment. Set the `compress` option to either `true` or `false` to change this.\n\n\n## History\nYou can discover the history inside the `History.md` file\n\n\n## License\nLicensed under the incredibly [permissive](http://en.wikipedia.org/wiki/Permissive_free_software_licence) [MIT License](http://creativecommons.org/licenses/MIT/)\n<br/>Copyright &copy; 2012 [Bevry Pty Ltd](http://bevry.me)\n<br/>Copyright &copy; 2011 [Benjamin Lupton](http://balupton.com)",
"readmeFilename": "README.md",
"_id": "docpad-plugin-stylus@2.3.0",
"_from": "docpad-plugin-stylus@2.x"
}