package.json 518 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "stubs",
  3. "version": "3.0.0",
  4. "description": "Easy method stubber.",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "node ./test"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/stephenplusplus/stubs"
  12. },
  13. "keywords": [
  14. "stubs"
  15. ],
  16. "author": "Stephen Sawchuk",
  17. "license": "MIT",
  18. "bugs": {
  19. "url": "https://github.com/stephenplusplus/stubs/issues"
  20. },
  21. "homepage": "https://github.com/stephenplusplus/stubs",
  22. "devDependencies": {
  23. "tess": "^1.0.0"
  24. }
  25. }