forked from gastonrobledo/handlebars-async-helpers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 778 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "handlebars-async-helpers",
"version": "1.0.6",
"description": "Adding async function support to handlebars helpers",
"main": "index.js",
"scripts": {
"test": "mocha --ui bdd --recursive --timeout 15000"
},
"repository": "https://github.com/gastonrobledo/handlebars-async-helpers",
"author": "Gaston Robledo",
"license": "MIT",
"peerDependencies": {
"handlebars": "4.x"
},
"devDependencies": {
"eslint": "^8.48.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"handlebars": "^4.7.8",
"mocha": "^10.0.0",
"should": "^13.2.3"
}
}