mirror of
https://github.com/cupcakearmy/cometa.git
synced 2025-03-12 14:27:28 +00:00
24 lines
455 B
JSON
24 lines
455 B
JSON
{
|
|
"name": "cometa",
|
|
"version": "1.0.0",
|
|
"description": "Cometa Templating Engine",
|
|
"keywords": [
|
|
"Templating",
|
|
"Engine"
|
|
],
|
|
"main": "dist/cometa",
|
|
"repository": {
|
|
"url": "https://github.com/CupCakeArmy/cometa",
|
|
"type": "github"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"author": "Niccolo Borgioli",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/node": "^9.4.6",
|
|
"mocha": "^5.0.1"
|
|
},
|
|
"dependencies": {}
|
|
} |