smarthbs/package.json

37 lines
832 B
JSON
Raw Normal View History

2017-02-19 03:12:17 +00:00
{
"name": "smarthbs",
2017-05-31 21:59:43 +00:00
"version": "1.0.16",
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": "(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": {
2017-03-14 18:33:04 +00:00
"@types/handlebars": "^4.0.32",
2017-05-10 14:55:25 +00:00
"@types/lodash": "^4.14.64",
"beautylog": "^6.1.10",
"handlebars": "^4.0.8",
2017-05-01 14:57:53 +00:00
"lodash": "^4.17.4",
2017-05-10 14:55:25 +00:00
"smartfile": "^4.2.11",
2017-03-14 18:33:04 +00:00
"smartq": "^1.1.1",
2017-05-01 14:57:53 +00:00
"typings-global": "^1.0.16"
2017-02-19 03:12:17 +00:00
},
"devDependencies": {
2017-05-10 14:55:25 +00:00
"tapbundle": "^1.0.12"
2017-02-19 03:12:17 +00:00
}
}