-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·37 lines (37 loc) · 894 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
28
29
30
31
32
33
34
35
36
37
{
"name": "handlebars-stream-render",
"version": "1.1.9",
"description": "Handlebars modification to work with stream outputs",
"keywords": [
"handlebars",
"stream",
"render"
],
"repository": {
"type": "git",
"url": "https://github.com/gastonrobledo/handlebars-stream-render"
},
"author": "Gaston Robledo",
"license": "MIT",
"readmeFilename": "README.md",
"engines": {
"node": ">=0.4.7"
},
"dependencies": {
"neo-async": "^2.6.0",
"pump": "^3.0.0",
"source-map": "^0.6.1",
"yargs": "^3.32.0"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^6.2.0",
"eslint": "^5.8.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0"
}
}