summaryrefslogtreecommitdiff
path: root/package.json
blob: 6d96549cda6430678392e5be9dd2ff47fdc14ea0 (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": "mo <mo.khan@gmail.com>",
  "license": "MIT",
  "private": true,
  "dependencies": {
    "mdpdf": "^2.0.4"
  }
}