package.json 654 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "generate-object-property",
  3. "version": "1.2.0",
  4. "description": "Generate safe JS code that can used to reference a object property",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/mafintosh/generate-object-property"
  8. },
  9. "devDependencies": {
  10. "tape": "^2.13.0"
  11. },
  12. "scripts": {
  13. "test": "tape test.js"
  14. },
  15. "dependencies": {
  16. "is-property": "^1.0.0"
  17. },
  18. "bugs": {
  19. "url": "https://github.com/mafintosh/generate-object-property/issues"
  20. },
  21. "homepage": "https://github.com/mafintosh/generate-object-property",
  22. "main": "index.js",
  23. "author": "Mathias Buus (@mafintosh)",
  24. "license": "MIT"
  25. }