package.json 510 B

12345678910111213141516171819
  1. {
  2. "name": "minimalistic-assert",
  3. "version": "1.0.1",
  4. "description": "minimalistic-assert ===",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/calvinmetcalf/minimalistic-assert.git"
  12. },
  13. "author": "",
  14. "license": "ISC",
  15. "bugs": {
  16. "url": "https://github.com/calvinmetcalf/minimalistic-assert/issues"
  17. },
  18. "homepage": "https://github.com/calvinmetcalf/minimalistic-assert"
  19. }