mirror of
https://github.com/cupcakearmy/cometa.git
synced 2025-03-12 14:27:28 +00:00
19 lines
343 B
JSON
19 lines
343 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|