This repository has been archived by the owner on Jun 27, 2023. It is now read-only.
forked from jindw/xmldom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.49 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
61
62
63
64
65
{
"name": "xmldom-sre",
"version": "0.1.32",
"description": "A W3C Standard XML DOM(Level2 CORE) implementation and parser(DOMParser/XMLSerializer).",
"keywords": [
"w3c",
"dom",
"xml",
"parser",
"javascript",
"DOMParser",
"XMLSerializer"
],
"homepage": "https://github.com/zorkow/xmldom",
"author": "jindw <jindw@xidea.org> (http://www.xidea.org)",
"repository": {
"type": "git",
"url": "git://github.com/zorkow/xmldom.git"
},
"main": "./dom-parser.js",
"scripts": {
"test": "proof platform win32 && proof test */*/*.t.js || t/test"
},
"engines": {
"node": ">=0.1"
},
"dependencies": {},
"devDependencies": {
"proof": "0.0.28"
},
"maintainers": [
{
"name": "zorkow",
"email": "volker.sorge@gmail.com",
"url": "http://www.cs.bham.ac.uk/~vxs"
}
],
"contributors": [
{
"name": "jindw",
"email": "jindw@xidea.org",
"url": "http://www.xidea.org"
},
{
"name": "Yaron Naveh",
"email": "yaronn01@gmail.com",
"web": "http://webservices20.blogspot.com/"
},
{
"name": "Harutyun Amirjanyan",
"email": "amirjanyan@gmail.com",
"web": "https://github.com/nightwing"
},
{
"name": "Alan Gutierrez",
"email": "alan@prettyrobots.com",
"web": "http://www.prettyrobots.com/"
}
],
"bugs": {
"email": "volker.sorge@gmail.com",
"url": "https://github.com/jindw/xmldom/issues"
},
"license": "(LGPL-2.0 or MIT)"
}