Archived
0

Init project

This commit is contained in:
2017-10-05 01:09:51 +03:00
parent 1a1e7997bf
commit 1d77fa6f58
5 changed files with 457 additions and 0 deletions

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "micromaven",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {},
"author": "DmitriyMX",
"license": "ISC",
"dependencies": {
"body-parser": "^1.18.2",
"concat-stream": "^1.6.0",
"dotenv": "^4.0.0",
"express": "^4.16.1"
}
}