package.json 398 B

1234567891011121314151617181920
  1. {
  2. "name": "jsprim",
  3. "version": "1.4.2",
  4. "description": "utilities for primitive JavaScript types",
  5. "main": "./lib/jsprim.js",
  6. "repository": {
  7. "type": "git",
  8. "url": "git://github.com/joyent/node-jsprim.git"
  9. },
  10. "dependencies": {
  11. "assert-plus": "1.0.0",
  12. "extsprintf": "1.3.0",
  13. "json-schema": "0.4.0",
  14. "verror": "1.10.0"
  15. },
  16. "engines": {
  17. "node": ">=0.6.0"
  18. },
  19. "license": "MIT"
  20. }