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.

15 lines
379 B

  1. {
  2. "name": "browser-process-hrtime",
  3. "version": "1.0.0",
  4. "description": "Shim for process.hrtime in the browser",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git://github.com/kumavis/browser-process-hrtime.git"
  12. },
  13. "author": "kumavis",
  14. "license": "BSD-2-Clause"
  15. }