c918d0cf5ec50fd418d0340bca574f2b0fbcf2cb2bf53d047c979540e893a85f7149b3fe0b64e29374ec8f95371d471eb529760f387d3e9bce21db8c63deac 441 B

12345678910111213141516171819
  1. {
  2. "name": "1to2",
  3. "version": "1.0.0",
  4. "description": "NAN 1 -> 2 Migration Script",
  5. "main": "1to2.js",
  6. "repository": {
  7. "type": "git",
  8. "url": "git://github.com/nodejs/nan.git"
  9. },
  10. "contributors": [
  11. "Benjamin Byholm <bbyholm@abo.fi> (https://github.com/kkoopa/)",
  12. "Mathias Küsel (https://github.com/mathiask88/)"
  13. ],
  14. "dependencies": {
  15. "glob": "~5.0.10",
  16. "commander": "~2.8.1"
  17. },
  18. "license": "MIT"
  19. }