forked from 1N50MN14/html-element
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 757 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 757 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
{
"name": "html-element",
"version": "1.4.0",
"homepage": "https://github.com/1N50MN14/html-element",
"repository": {
"type": "git",
"url": "git://github.com/1N50MN14/html-element.git"
},
"devDependencies": {
"tap": "~0.4.0"
},
"author": "ins0mnia <ayman.mackouly@gmail.com> (http://github.com/1N50MN14)",
"license": "MIT",
"readmeFilename": "README.md",
"description": "A simple HTMLElement shim on the server.",
"gitHead": "a66ce0f12852e135f238ad797380c06ef2c7df95",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"class-list": "~0.1.1"
},
"scripts": {
"test": "tap test/*.js"
},
"keywords": [
"html-element",
"HTMLElement",
"element",
"shim"
]
}