2018-01-19 18:52:30 +01:00
|
|
|
{
|
2018-02-07 11:41:48 +01:00
|
|
|
"name": "cometa",
|
2018-02-22 10:12:48 +01:00
|
|
|
"version": "1.0.1",
|
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-21 20:04:12 +01:00
|
|
|
"main": "dist/cometa",
|
2018-02-07 11:41:48 +01:00
|
|
|
"repository": {
|
|
|
|
"url": "https://github.com/CupCakeArmy/cometa",
|
|
|
|
"type": "github"
|
|
|
|
},
|
2018-02-21 19:39:15 +01:00
|
|
|
"scripts": {
|
|
|
|
"test": "mocha"
|
|
|
|
},
|
2018-01-19 18:52:30 +01:00
|
|
|
"author": "Niccolo Borgioli",
|
|
|
|
"license": "MIT",
|
2018-02-07 11:41:48 +01:00
|
|
|
"devDependencies": {
|
2018-02-21 19:39:15 +01:00
|
|
|
"@types/node": "^9.4.6",
|
|
|
|
"mocha": "^5.0.1"
|
2018-02-21 20:04:12 +01:00
|
|
|
},
|
|
|
|
"dependencies": {}
|
2018-02-22 10:12:48 +01:00
|
|
|
}
|