Files
old-web/backend/package.json
2019-01-12 14:09:17 +01:00

17 lines
325 B
JSON

{
"name": "backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ehvan Gradanin",
"license": "ISC",
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"express": "^4.16.4",
"node-fetch": "^2.3.0"
}
}