Initial Commit

This commit is contained in:
plane000
2018-08-18 18:49:16 +01:00
parent 7082ce38a2
commit e975b34546
11 changed files with 1553 additions and 0 deletions

21
package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"body-parser": "^1.18.3",
"colors": "^1.3.1",
"express": "^4.16.3",
"regenerator-runtime": "^0.12.1"
},
"devDependencies": {
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ben (plane000)",
"license": "MIT"
}