smartmustache/package.json

35 lines
786 B
JSON
Raw Normal View History

2016-11-20 11:35:46 +00:00
{
2018-09-14 23:31:22 +00:00
"name": "@pushrocks/smartmustache",
2019-02-17 16:04:32 +00:00
"version": "2.0.7",
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": {
2019-02-17 15:55:07 +00:00
"handlebars": "^4.1.0"
2016-11-20 16:41:26 +00:00
},
2018-09-14 21:02:17 +00:00
"devDependencies": {
2019-02-17 15:55:07 +00:00
"@gitzone/tsbuild": "^2.1.8",
"@gitzone/tsrun": "^1.1.17",
"@gitzone/tstest": "^1.0.18",
2018-09-14 21:02:17 +00:00
"@pushrocks/tapbundle": "^3.0.7"
}
2019-02-17 16:04:32 +00:00
}