summaryrefslogtreecommitdiff
path: root/package.json
blob: e1c5102555341579d56ea1e66c5088455ff04bb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "comp-325",
  "version": "1.0.0",
  "main": "index.js",
  "repository": "git@github.com:mokhan/comp-325.git",
  "author": "mokha <mo@mokhan.ca>",
  "license": "MIT",
  "private": true,
  "dependencies": {
    "mdpdf": "^2.0.4"
  }
}