-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathbower.json
More file actions
34 lines (34 loc) · 784 Bytes
/
bower.json
File metadata and controls
34 lines (34 loc) · 784 Bytes
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
{
"name": "html-tagged-template",
"description": "Proposal to improve the DOM creation API so developers have a cleaner, simpler interface to DOM creation and manipulation.",
"keywords": [
"proposal",
"HTML",
"DOM",
"tagged",
"template",
"string"
],
"authors": [
"Steven Lambert <steven@sklambert.com> (http://sklambert.com/)",
"Josh Crowther <jshcrowthe@gmail.com>"
],
"homepage": "https://github.com/straker/html-tagged-template",
"repository": {
"type": "git",
"url": "https://github.com/straker/html-tagged-template.git"
},
"main": [
"index.js",
"index.html"
],
"moduleType": "globals",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}