cometa/package.json

19 lines
346 B
JSON
Raw Normal View History

2018-01-19 18:52:30 +01:00
{
2018-02-07 11:41:48 +01:00
"name": "cometa",
2018-01-19 18:52:30 +01:00
"version": "1.0.0",
2018-02-07 11:41:48 +01:00
"description": "Cometa Templating Engine",
2018-01-19 18:52:30 +01:00
"keywords": [
"Templating",
"Engine"
],
2018-02-07 11:41:48 +01:00
"repository": {
"url": "https://github.com/CupCakeArmy/cometa",
"type": "github"
},
2018-01-19 18:52:30 +01:00
"author": "Niccolo Borgioli",
"license": "MIT",
2018-02-07 11:41:48 +01:00
"devDependencies": {
"@types/node": "^9.4.1"
2018-01-19 18:52:30 +01:00
}
2018-02-07 11:42:56 +01:00
}