Ohm-Management - Projektarbeit B-ME
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 441B

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. }