package.json 560 B

123456789101112131415161718192021222324
  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. }