pytron-web/package.json

13 lines
221 B
JSON

{
"name": "pytron-web",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"express": "^4.16.4",
"pug": "^2.0.3"
}
}