-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 896 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
{
"name": "dom",
"title": "dom",
"version": "1.3.1",
"description": "A library of DOM functions for HTML and SVG, importable as individual ES modules.",
"author": {
"name": "stephband",
"url": "http://stephen.band",
"twitter": "stephband"
},
"repository": {
"type": "git",
"url": "https://github.com/stephband/dom.git"
},
"bugs": {
"url": "https://github.com/stephband/dom/issues"
},
"licenses": [
{
"url": "http://unlicense.org/"
}
],
"keywords": [
"DOM",
"html",
"browser",
"web",
"library",
"functional",
"stream",
"touch",
"event",
"finger",
"move"
],
"homepage": "http://stephen.band/dom/",
"image": "https://stephen.band/images/logo.png",
"type": "module"
}