1 2 3 4 5 6 7 8 9 10 11 12
{ "name": "question-3", "version": "0.0.0", "description": "final exam question 3 validator", "main": "final3-validate.js", "dependencies": { "commander": "~2.0.0", "mongodb": "~1.3.19" }, "license": "BSD", "private": true }