First Commit

This commit is contained in:
nicco
2018-01-19 18:52:30 +01:00
parent 53574b13a3
commit f234cd8c18
10 changed files with 445 additions and 0 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "template",
"version": "1.0.0",
"description": "Templating Engine",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Templating",
"Engine"
],
"author": "Niccolo Borgioli",
"license": "MIT",
"devDependencies": {
"@types/node": "^9.3.0"
}
}