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

  1. {
  2. "name": "docpad-plugin-stylus",
  3. "version": "2.3.0",
  4. "description": "Adds support for the Stylus CSS pre-processor to DocPad",
  5. "homepage": "http://docpad.org/plugin/stylus",
  6. "keywords": [
  7. "docpad",
  8. "docpad-plugin",
  9. "stylus",
  10. "css",
  11. "styles",
  12. "styling"
  13. ],
  14. "author": {
  15. "name": "Bevry Pty Ltd",
  16. "email": "us@bevry.me",
  17. "url": "http://bevry.me"
  18. },
  19. "maintainers": [
  20. {
  21. "name": "Benjamin Lupton",
  22. "email": "b@lupton.cc",
  23. "url": "https://github.com/balupton"
  24. }
  25. ],
  26. "contributors": [
  27. {
  28. "name": "Benjamin Lupton",
  29. "email": "b@lupton.cc",
  30. "url": "https://github.com/balupton"
  31. }
  32. ],
  33. "bugs": {
  34. "url": "https://github.com/bevry/docpad-extras/issues"
  35. },
  36. "repository": {
  37. "type": "git",
  38. "url": "http://github.com/bevry/docpad-extras.git"
  39. },
  40. "engines": {
  41. "node": ">=0.4",
  42. "docpad": ">=6.3 <7"
  43. },
  44. "dependencies": {
  45. "stylus": "~0.32.0",
  46. "nib": "~0.9.0"
  47. },
  48. "devDependencies": {
  49. "coffee-script": "1.4.x"
  50. },
  51. "main": "./out/stylus.plugin.js",
  52. "scripts": {
  53. "test": "node ./out/stylus.test.js"
  54. },
  55. "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)",
  56. "readmeFilename": "README.md",
  57. "_id": "docpad-plugin-stylus@2.3.0",
  58. "_from": "docpad-plugin-stylus@2.x"
  59. }