smartmustache/package.json

46 lines
970 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",
2020-01-12 18:54:10 +00:00
"version": "2.0.9",
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": {
2020-01-12 18:54:09 +00:00
"handlebars": "^4.7.1"
2016-11-20 16:41:26 +00:00
},
2018-09-14 21:02:17 +00:00
"devDependencies": {
2019-10-26 21:36:13 +00:00
"@gitzone/tsbuild": "^2.1.17",
"@gitzone/tsrun": "^1.2.8",
"@gitzone/tstest": "^1.0.28",
2020-01-12 18:54:09 +00:00
"@pushrocks/tapbundle": "^3.2.0"
2019-10-26 21:36:13 +00:00
},
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_web/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
]
2019-10-26 21:36:13 +00:00
}