package.json 881 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "uri-path",
  3. "version": "1.0.0",
  4. "description": "Convert relative file system paths into safe URI paths",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "mocha"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/UltCombo/uri-path.git"
  12. },
  13. "keywords": [
  14. "uri",
  15. "url",
  16. "relative",
  17. "file system",
  18. "fs",
  19. "path",
  20. "convert"
  21. ],
  22. "author": {
  23. "name": "Ult Combo",
  24. "email": "ultcombo@gmail.com"
  25. },
  26. "engines": {
  27. "node": ">= 0.10"
  28. },
  29. "license": "WTFPL OR MIT",
  30. "bugs": {
  31. "url": "https://github.com/UltCombo/uri-path/issues"
  32. },
  33. "homepage": "https://github.com/UltCombo/uri-path",
  34. "devDependencies": {
  35. "mocha": "^2.3.3",
  36. "should": "^7.1.1"
  37. },
  38. "__npminstall_done": true,
  39. "_from": "uri-path@1.0.0",
  40. "_resolved": "https://registry.npmmirror.com/uri-path/-/uri-path-1.0.0.tgz"
  41. }