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.

24 lines
560 B

  1. {
  2. "name": "url",
  3. "description": "The core `url` packaged standalone for use with Browserify.",
  4. "version": "0.11.0",
  5. "dependencies": {
  6. "punycode": "1.3.2",
  7. "querystring": "0.2.0"
  8. },
  9. "main": "./url.js",
  10. "devDependencies": {
  11. "assert": "1.1.1",
  12. "mocha": "1.18.2",
  13. "zuul": "3.3.0"
  14. },
  15. "scripts": {
  16. "test": "mocha --ui qunit test.js && zuul -- test.js",
  17. "test-local": "zuul --local -- test.js"
  18. },
  19. "repository": {
  20. "type": "git",
  21. "url": "https://github.com/defunctzombie/node-url.git"
  22. },
  23. "license": "MIT"
  24. }