summaryrefslogtreecommitdiff
path: root/week-7/Final3/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'week-7/Final3/package.json')
-rw-r--r--week-7/Final3/package.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/week-7/Final3/package.json b/week-7/Final3/package.json
new file mode 100644
index 0000000..29f86b5
--- /dev/null
+++ b/week-7/Final3/package.json
@@ -0,0 +1,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
+}