Fixed file references to match moved files
diff --git a/src/node/package.json b/src/node/package.json
index 5f3c6fa..8a0b51d 100644
--- a/src/node/package.json
+++ b/src/node/package.json
@@ -17,5 +17,5 @@
     "mocha": "~1.21.0",
     "minimist": "^1.1.0"
   },
-  "main": "main.js"
+  "main": "index.js"
 }