package.json 468 B

1234567891011121314151617181920
  1. {
  2. "name": "parseuri",
  3. "version": "0.0.6",
  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. "better-assert": "~1.0.0",
  15. "mocha": "1.17.1",
  16. "expect.js": "^0.3.1"
  17. },
  18. "author": "Gal Koren",
  19. "license": "MIT"
  20. }