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.

39 lines
852 B

  1. {
  2. "name": "hoopy",
  3. "version": "0.1.4",
  4. "license": "MIT",
  5. "description": "Like an array, but rounder.",
  6. "keywords": [
  7. "data",
  8. "structure",
  9. "collection",
  10. "array",
  11. "circular",
  12. "extends",
  13. "proxy"
  14. ],
  15. "author": "Phil Booth <pmbooth@gmail.com> (https://philbooth.me/)",
  16. "main": "index.js",
  17. "engines": {
  18. "node": ">= 6.0.0"
  19. },
  20. "scripts": {
  21. "lint": "eslint .",
  22. "test": "mocha --es_staging --ui tdd test.js",
  23. "release": "release"
  24. },
  25. "repository": {
  26. "type": "git",
  27. "url": "git+https://gitlab.com/philbooth/hoopy.git"
  28. },
  29. "homepage": "https://gitlab.com/philbooth/hoopy#readme",
  30. "bugs": {
  31. "url": "https://gitlab.com/philbooth/hoopy/issues"
  32. },
  33. "devDependencies": {
  34. "chai": "^4.1.2",
  35. "eslint": "^3.19.0",
  36. "mocha": "^5.2.0",
  37. "please-release-me": "^2.0.2"
  38. }
  39. }