Renamed JS folder and started learning Crystal

This commit is contained in:
plane000
2018-06-17 19:47:18 +01:00
parent 27998205c2
commit 348ba8e737
49 changed files with 4 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"name": "simplerestapi",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon server.js"
},
"author": "Ben (plane000)",
"license": "MIT",
"devDependencies": {
"nodemon": "^1.17.5"
},
"dependencies": {
"express": "^4.16.3",
"mongoose": "^5.1.5"
}
}