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.

21 lines
502 B

  1. {
  2. "name": "harmony-reflect",
  3. "version": "1.6.1",
  4. "description": "ES5 shim for ES6 (ECMAScript 6) Reflect and Proxy objects",
  5. "main": "reflect.js",
  6. "keywords": [
  7. "reflection",
  8. "proxies",
  9. "proxy",
  10. "reflect",
  11. "harmony",
  12. "es6"
  13. ],
  14. "license": "(Apache-2.0 OR MPL-1.1)",
  15. "homepage": "https://github.com/tvcutsem/harmony-reflect",
  16. "typings": "index",
  17. "repository" : {
  18. "type" : "git",
  19. "url" : "https://tvcutsem@github.com/tvcutsem/harmony-reflect.git"
  20. }
  21. }