Nenhuma descrição

package.json 953B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "getobject",
  3. "description": "get.and.set.deep.objects.easily = true",
  4. "version": "0.1.0",
  5. "homepage": "https://github.com/cowboy/node-getobject",
  6. "author": {
  7. "name": "\"Cowboy\" Ben Alman",
  8. "url": "http://benalman.com/"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "git://github.com/cowboy/node-getobject.git"
  13. },
  14. "bugs": {
  15. "url": "https://github.com/cowboy/node-getobject/issues"
  16. },
  17. "licenses": [
  18. {
  19. "type": "MIT",
  20. "url": "https://github.com/cowboy/node-getobject/blob/master/LICENSE-MIT"
  21. }
  22. ],
  23. "main": "lib/getobject",
  24. "engines": {
  25. "node": ">= 0.8.0"
  26. },
  27. "scripts": {
  28. "test": "grunt nodeunit"
  29. },
  30. "devDependencies": {
  31. "grunt-contrib-jshint": "~0.1.1",
  32. "grunt-contrib-nodeunit": "~0.1.2",
  33. "grunt-contrib-watch": "~0.2.0",
  34. "grunt": "~0.4.1"
  35. },
  36. "keywords": [
  37. "dot notation",
  38. "properties",
  39. "get",
  40. "set",
  41. "object",
  42. "dot"
  43. ]
  44. }