summaryrefslogtreecommitdiff
path: root/week-7/Final3/package.json
blob: 29f86b5137f5354fcd3c8ca5799171845dc60d35 (plain)
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
}