mirror of
https://github.com/cupcakearmy/cometa.git
synced 2025-03-12 14:27:28 +00:00
17 lines
279 B
JSON
17 lines
279 B
JSON
{
|
|
"name": "template",
|
|
"version": "1.0.0",
|
|
"description": "Templating Engine",
|
|
"main": "app.js",
|
|
"scripts": {},
|
|
"keywords": [
|
|
"Templating",
|
|
"Engine"
|
|
],
|
|
"author": "Niccolo Borgioli",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "^9.4.0"
|
|
}
|
|
}
|