package.json 631 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "muk-prop",
  3. "description": "Mock object methods and properties.",
  4. "keywords": [
  5. "test",
  6. "mock",
  7. "stub"
  8. ],
  9. "version": "1.2.1",
  10. "repository": {
  11. "type": "git",
  12. "url": "git://github.com/fent/muk-prop.js.git"
  13. },
  14. "author": "fent (https://github.com/fent)",
  15. "main": "./lib/index.js",
  16. "scripts": {
  17. "test": "istanbul cover node_modules/.bin/_mocha -- -R spec test/*-test.js"
  18. },
  19. "directories": {
  20. "lib": "./lib"
  21. },
  22. "devDependencies": {
  23. "istanbul": "^0.4.5",
  24. "mocha": "^5.0.0"
  25. },
  26. "engines": {
  27. "node": ">=4"
  28. },
  29. "license": "MIT",
  30. "files": [
  31. "lib"
  32. ]
  33. }