smartmustache/package.json

33 lines
699 B
JSON
Raw Normal View History

2016-11-20 11:35:46 +00:00
{
"name": "tlt",
2017-02-25 22:40:22 +00:00
"version": "1.0.5",
2016-11-20 11:35:46 +00:00
"description": "templates done right",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(npmts)"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/pushrocks/tlt.git"
},
"keywords": [
"template"
],
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/pushrocks/tlt/issues"
},
2016-11-20 16:41:26 +00:00
"homepage": "https://gitlab.com/pushrocks/tlt#README",
"dependencies": {
2017-02-25 22:40:15 +00:00
"@types/handlebars": "^4.0.31",
"handlebars": "^4.0.6",
2016-11-20 16:41:26 +00:00
"typings-global": "^1.0.14"
},
"devDependencies": {
2017-02-25 22:40:15 +00:00
"smartchai": "^1.0.3",
2016-11-20 16:41:26 +00:00
"typings-test": "^1.0.3"
}
2016-11-20 11:35:46 +00:00
}