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.

25 lines
541 B

  1. {
  2. "name": "utila",
  3. "version": "0.4.0",
  4. "description": "notareplacementforunderscore",
  5. "main": "lib/utila.js",
  6. "devDependencies": {
  7. "coffee-script": "~1.6.3",
  8. "little-popo": "~0.1"
  9. },
  10. "scripts": {
  11. "prepublish": "coffee --bare --compile --output ./lib ./src"
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "https://github.com/AriaMinaei/utila.git"
  16. },
  17. "keywords": [
  18. "utilities"
  19. ],
  20. "author": "Aria Minaei",
  21. "license": "MIT",
  22. "bugs": {
  23. "url": "https://github.com/AriaMinaei/utila/issues"
  24. }
  25. }