aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 0dec718d03295bfba88610721f6dc45f1b2f891c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "education-filter",
  "version": "0.1.0",
  "description": "",
  "main": "filter.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Tom Smeding <tom.smeding@gmail.com> (https://tomsmeding.com)",
  "license": "MIT",
  "dependencies": {
    "cheerio": "^1.0.0-rc.2",
    "node-fetch": "^2.2.0"
  }
}