summaryrefslogtreecommitdiff
path: root/package.json
blob: 8c694bbdcb20568d4d4064e354685ea66506fd4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "filefeed",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "dependencies": {
    "express": "^4.17.1"
  },
  "devDependencies": {},
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "ISC"
}