mirror of
https://github.com/cupcakearmy/cometa.git
synced 2025-09-06 04:50:40 +00:00
cleanup
This commit is contained in:
16
package.json
16
package.json
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user