bower.json 469 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "mensch",
  3. "main": "index.js",
  4. "version": "0.3.4",
  5. "homepage": "https://github.com/brettstimmerman/mensch",
  6. "authors": [
  7. "Brett Stimmerman <brettstimmerman@gmail.com>"
  8. ],
  9. "description": "A decent CSS parser",
  10. "moduleType": [
  11. "node"
  12. ],
  13. "keywords": [
  14. "css",
  15. "parser",
  16. "parsing",
  17. "stylesheet"
  18. ],
  19. "license": "MIT",
  20. "ignore": [
  21. "**/.*",
  22. "node_modules",
  23. "bower_components",
  24. "test",
  25. "tests"
  26. ]
  27. }