package.json 255 B

12345678910111213
  1. {
  2. "name": "rotate-bits",
  3. "version": "0.1.1",
  4. "repo": "jb55/rotate-bits.h",
  5. "description": "rotate bits",
  6. "keywords": ["rotl", "rotr"],
  7. "src": ["rotate-bits.h"],
  8. "license": "Public Domain",
  9. "development": {
  10. "thlorenz/tap.c": "*"
  11. }
  12. }