This commit is contained in:
nicco
2018-02-07 11:41:48 +01:00
parent 34a910273e
commit 660b95b999
2 changed files with 9 additions and 23 deletions

View File

@@ -1,16 +1,18 @@
{
"name": "template",
"name": "cometa",
"version": "1.0.0",
"description": "Templating Engine",
"main": "app.js",
"scripts": {},
"description": "Cometa Templating Engine",
"keywords": [
"Templating",
"Engine"
],
"repository": {
"url": "https://github.com/CupCakeArmy/cometa",
"type": "github"
},
"author": "Niccolo Borgioli",
"license": "MIT",
"dependencies": {
"@types/node": "^9.4.0"
"devDependencies": {
"@types/node": "^9.4.1"
}
}
}