package.json 660 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "sver-compat",
  3. "version": "1.5.0",
  4. "description": "Simple Semver and SemverRange classes",
  5. "main": "sver.js",
  6. "scripts": {
  7. "test": "mocha -u tdd -R dot"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+ssh://git@github.com/phated/sver-compat.git"
  12. },
  13. "keywords": [
  14. "semver"
  15. ],
  16. "author": "Guy Bedford",
  17. "license": "MIT",
  18. "bugs": {
  19. "url": "https://github.com/phated/sver-compat/issues"
  20. },
  21. "homepage": "https://github.com/phated/sver-compat#readme",
  22. "devDependencies": {
  23. "mocha": "^3.4.2",
  24. "semver": "^5.3.0"
  25. },
  26. "dependencies": {
  27. "es6-iterator": "^2.0.1",
  28. "es6-symbol": "^3.1.1"
  29. }
  30. }