smartmustache/package.json
2017-02-25 23:40:15 +01:00

33 lines
699 B
JSON

{
"name": "tlt",
"version": "1.0.4",
"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"
},
"homepage": "https://gitlab.com/pushrocks/tlt#README",
"dependencies": {
"@types/handlebars": "^4.0.31",
"handlebars": "^4.0.6",
"typings-global": "^1.0.14"
},
"devDependencies": {
"smartchai": "^1.0.3",
"typings-test": "^1.0.3"
}
}