smartmustache/package.json

36 lines
814 B
JSON
Raw Normal View History

2016-11-20 11:35:46 +00:00
{
2018-09-14 21:02:17 +00:00
"name": "@pushrocks/tlt",
2018-09-14 23:19:54 +00:00
"version": "2.0.2",
2016-11-20 11:35:46 +00:00
"description": "templates done right",
2018-09-14 21:02:17 +00:00
"private": false,
2016-11-20 11:35:46 +00:00
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
2018-09-14 21:02:17 +00:00
"test": "(tstest test/)",
"build": "(tsbuild)"
2016-11-20 11:35:46 +00:00
},
"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": {
2018-09-14 08:12:37 +00:00
"@types/handlebars": "^4.0.39",
"handlebars": "^4.0.12"
2016-11-20 16:41:26 +00:00
},
2018-09-14 21:02:17 +00:00
"devDependencies": {
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tsrun": "^1.1.12",
"@gitzone/tstest": "^1.0.15",
"@pushrocks/tapbundle": "^3.0.7"
}
2016-11-20 11:35:46 +00:00
}