web 3d图形渲染器
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.

33 lines
711 B

  1. {
  2. "name": "bser",
  3. "version": "2.1.1",
  4. "description": "JavaScript implementation of the BSER Binary Serialization",
  5. "main": "index.js",
  6. "directories": {
  7. "test": "test"
  8. },
  9. "scripts": {
  10. "test": "node test/bser.js"
  11. },
  12. "files": [
  13. "index.js"
  14. ],
  15. "repository": {
  16. "type": "git",
  17. "url": "https://github.com/facebook/watchman"
  18. },
  19. "keywords": [
  20. "bser",
  21. "binary",
  22. "protocol"
  23. ],
  24. "author": "Wez Furlong <wez@fb.com> (http://wezfurlong.org)",
  25. "license": "Apache-2.0",
  26. "bugs": {
  27. "url": "https://github.com/facebook/watchman/issues"
  28. },
  29. "homepage": "https://facebook.github.io/watchman/docs/bser.html",
  30. "dependencies": {
  31. "node-int64": "^0.4.0"
  32. }
  33. }