summaryrefslogtreecommitdiff
path: root/week-7/Final4/validate/package.json
blob: d8d8cbbe1db5bccd7aba0b620c61d995fbd17b0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "validate",
  "version": "0.0.0",
  "description": "Final exam question 4 validation script",
  "main": "final4-validate.js",
  "dependencies": {
    "bcrypt-nodejs": "~0.0.3",
    "commander": "~2.0.0",
    "request": "~2.27.0"
  },
  "license": "BSD",
  "private": true
}