package.json 632 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "nth-check",
  3. "version": "1.0.2",
  4. "description": "performant nth-check parser & compiler",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "node test"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/fb55/nth-check"
  12. },
  13. "files": [
  14. "compile.js",
  15. "index.js",
  16. "parse.js"
  17. ],
  18. "keywords": [
  19. "nth-child",
  20. "nth",
  21. "css"
  22. ],
  23. "author": "Felix Boehm <me@feedic.com>",
  24. "license": "BSD-2-Clause",
  25. "bugs": {
  26. "url": "https://github.com/fb55/nth-check/issues"
  27. },
  28. "homepage": "https://github.com/fb55/nth-check",
  29. "dependencies": {
  30. "boolbase": "~1.0.0"
  31. }
  32. }