-
Notifications
You must be signed in to change notification settings - Fork 168
/
package.json
60 lines (60 loc) · 1.25 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "html5",
"description": "HTML5 HTML parser, including support for SVG and MathML foreign content",
"version": "v1.0.5",
"author": {
"name": "Aria Stewart",
"email": "[email protected]",
"github": "aredridel",
"url": "http://dinhe.net/~aredridel/"
},
"url": "http://dinhe.net/~aredridel/projects/js/html5/",
"repository":
{
"type": "git",
"url": "https://github.com/aredridel/html5"
},
"contributors": [
{
"name": "Arthur Taylor",
"github": "codders"
},
{
"name": "DanyaPostfactum",
"github": "DanyaPostfactum",
"email": "[email protected]"
}
],
"maintainers": [
{
"name": "Aria Stewart",
"email": "[email protected]",
"github": "aredridel",
"url": "http://dinhe.net/~aredridel/"
}
],
"dependencies": {
"opts": "^1.2.1",
"html5-entities": "^1.0.0"
},
"optionalDependencies": {
"jsdom": "^0.11.0"
},
"devDependencies": {
"tape": "^1.0.4",
"bench": "^0.3.3",
"ronn": "^0.4.0"
},
"engines": {
"npm": ">= 1.0",
"node": ">= 0.8.0"
},
"main": "./lib/index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "tape `find test -name '*-test.js'`"
},
"license": "MIT"
}