This commit is contained in:
plane000
2018-09-25 21:09:51 +01:00
parent 1216d99509
commit 0acfa64311
5 changed files with 490 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "idk",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"dependencies": {
"body-parser": "^1.18.3",
"express": "^4.16.3"
}
}