package.json 243 B

123456789101112131415
  1. {
  2. "name": "crc32",
  3. "version": "1.0.0",
  4. "description": "0.0.1",
  5. "main": "index",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "keywords": [
  10. "crc32"
  11. ],
  12. "author": "winsoft",
  13. "license": "ISC"
  14. }