smarthbs/package.json
2017-05-02 00:19:56 +02:00

36 lines
803 B
JSON

{
"name": "smarthbs",
"version": "1.0.10",
"description": "handlebars with better fs support",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(npmts)"
},
"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": {
"@types/handlebars": "^4.0.32",
"@types/lodash": "^4.14.63",
"handlebars": "^4.0.7",
"lodash": "^4.17.4",
"smartfile": "^4.2.9",
"smartq": "^1.1.1",
"typings-global": "^1.0.16"
},
"devDependencies": {
"tapbundle": "^1.0.10"
}
}