package.json 743 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "is-property",
  3. "version": "1.0.2",
  4. "description": "Tests if a JSON property can be accessed using . syntax",
  5. "main": "is-property.js",
  6. "directories": {
  7. "test": "test"
  8. },
  9. "dependencies": {},
  10. "devDependencies": {
  11. "tape": "~1.0.4"
  12. },
  13. "scripts": {
  14. "test": "tap test/*.js"
  15. },
  16. "repository": {
  17. "type": "git",
  18. "url": "git://github.com/mikolalysenko/is-property.git"
  19. },
  20. "keywords": [
  21. "is",
  22. "property",
  23. "json",
  24. "dot",
  25. "bracket",
  26. ".",
  27. "[]"
  28. ],
  29. "author": "Mikola Lysenko",
  30. "license": "MIT",
  31. "readmeFilename": "README.md",
  32. "gitHead": "0a85ea5b6b1264ea1cdecc6e5cf186adbb3ffc50",
  33. "bugs": {
  34. "url": "https://github.com/mikolalysenko/is-property/issues"
  35. }
  36. }