package.json
357 Bytes
{
"name": "test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"ejs": "^2.5.7",
"express": "^4.16.2",
"python-shell": "^0.4.0",
"request": "^2.83.0"
}
}