-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 867 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
38
39
40
41
{
"name": "incremental-bars",
"description": "incremental-dom backend support for handlebars templates",
"version": "1.0.6",
"keywords": [
"handlebars",
"mustache",
"template",
"html",
"incremental-dom"
],
"maintainers": [
{
"name": "Davide Mancuso",
"email": "[email protected]",
"web": "http://ooz.ch"
}
],
"bugs": {
"web": "https://github.com/atomictag/incremental-bars/issues"
},
"repository": [
{
"type": "git",
"url": "https://github.com/atomictag/incremental-bars.git"
}
],
"license": "MIT",
"homepage": "https://github.com/atomictag/incremental-bars",
"main" : "src/index.js",
"files" : [
"src",
"examples"
],
"dependencies": {
"handlebars": ">=4.3.0",
"html-minifier": "^3.5.2",
"htmlparser2" : "^3.9.2",
"underscore" : "^1.8.3"
}
}