smarthbs/package.json

50 lines
1.1 KiB
JSON
Raw Normal View History

2017-02-19 03:12:17 +00:00
{
"name": "@pushrocks/smarthbs",
2019-09-10 16:14:36 +00:00
"version": "2.0.8",
"private": false,
2017-02-19 03:12:17 +00:00
"description": "handlebars with better fs support",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild)"
2017-02-19 03:12:17 +00:00
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/pkunz/smarthbs.git"
},
"keywords": [
"handlebars"
],
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/pkunz/smarthbs/issues"
},
"homepage": "https://gitlab.com/pkunz/smarthbs#README",
"dependencies": {
2019-09-10 15:58:14 +00:00
"@pushrocks/smartfile": "^7.0.4",
"@pushrocks/smartpromise": "^3.0.2",
"handlebars": "^4.2.0",
"lodash.uniq": "^4.5.0"
2017-02-19 03:12:17 +00:00
},
"devDependencies": {
2019-09-10 15:58:14 +00:00
"@gitzone/tsbuild": "^2.1.17",
"@gitzone/tsrun": "^1.2.8",
"@gitzone/tstest": "^1.0.24",
"@pushrocks/tapbundle": "^3.0.13",
"@types/node": "^12.7.4"
2019-09-10 16:02:42 +00:00
},
"files": [
"ts/*",
"ts_web/*",
"dist/*",
"dist_web/*",
"dist_ts_web/*",
"assets/*",
"cli.js",
"npmextra.json",
"readme.md"
]
2019-09-10 16:02:43 +00:00
}