package.json 508 B

12345678910111213141516171819202122
  1. {
  2. "name": "parseuri",
  3. "version": "0.0.5",
  4. "description": "Method that parses a URI and returns an array of its components",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/get/parseuri.git"
  8. },
  9. "homepage": "https://github.com/get/parseuri",
  10. "scripts": {
  11. "test": "make test"
  12. },
  13. "devDependencies": {
  14. "mocha": "1.17.1",
  15. "better-assert": "1.0.0"
  16. },
  17. "author": "",
  18. "license": "MIT",
  19. "dependencies": {
  20. "better-assert": "~1.0.0"
  21. }
  22. }