forked from jindw/xmldom
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
22 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
{ | ||
"name": "xmldom", | ||
"version": "0.1.27", | ||
"description": "A W3C Standard XML DOM(Level2 CORE) implementation and parser(DOMParser/XMLSerializer).", | ||
"keywords": ["w3c","dom","xml","parser","javascript","DOMParser","XMLSerializer"], | ||
"author": "jindw <[email protected]> (http://www.xidea.org)", | ||
"homepage": "https://github.com/jindw/xmldom", | ||
"repository": {"type": "git","url": "git://github.com/jindw/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": "jindw","email": "[email protected]","url": "http://www.xidea.org"}], | ||
"contributors": [ | ||
{"name" : "Yaron Naveh","email" : "[email protected]","web" : "http://webservices20.blogspot.com/"}, | ||
{"name" : "Harutyun Amirjanyan","email" : "[email protected]","web" : "https://github.com/nightwing"}, | ||
{"name" : "Alan Gutierrez","email" : "[email protected]","web" : "http://www.prettyrobots.com/"} | ||
], | ||
"bugs": {"email": "[email protected]","url": "http://github.com/jindw/xmldom/issues"}, | ||
"license": "(LGPL-2.0 or MIT)" | ||
} | ||
{ | ||
"name": "xmldom-alpha", | ||
"version": "0.1.28", | ||
"description": "A W3C Standard XML DOM(Level2 CORE) implementation and parser(DOMParser/XMLSerializer).", | ||
"keywords": ["w3c","dom","xml","parser","javascript","DOMParser","XMLSerializer"], | ||
"author": "jindw <[email protected]> (http://www.xidea.org)", | ||
"homepage": "https://github.com/jindw/xmldom", | ||
"repository": {"type": "git","url": "git://github.com/jindw/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": "jindw","email": "[email protected]","url": "http://www.xidea.org"}], | ||
"contributors": [ | ||
{"name" : "Yaron Naveh","email" : "[email protected]","web" : "http://webservices20.blogspot.com/"}, | ||
{"name" : "Harutyun Amirjanyan","email" : "[email protected]","web" : "https://github.com/nightwing"}, | ||
{"name" : "Alan Gutierrez","email" : "[email protected]","web" : "http://www.prettyrobots.com/"} | ||
], | ||
"bugs": {"email": "[email protected]","url": "http://github.com/jindw/xmldom/issues"}, | ||
"license": "(LGPL-2.0 or MIT)" | ||
} |