package.json 613 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "simple-is",
  3. "version": "0.2.0",
  4. "description": "maximally minimal type-testing library",
  5. "main": "simple-is.js",
  6. "repository": {
  7. "type": "git",
  8. "url": "https://github.com/olov/simple-is.git"
  9. },
  10. "keywords": [
  11. "is",
  12. "type",
  13. "test",
  14. "check",
  15. "assert"
  16. ],
  17. "scripts": {
  18. "test": "tap test/*.js"
  19. },
  20. "devDependencies": {
  21. "tap": "~0.4.0"
  22. },
  23. "author": "Olov Lassus <olov.lassus@gmail.com>",
  24. "license": "MIT",
  25. "__npminstall_done": true,
  26. "_from": "simple-is@0.2.0",
  27. "_resolved": "https://registry.npmmirror.com/simple-is/-/simple-is-0.2.0.tgz"
  28. }