Skip to content

Commit

Permalink
v
Browse files Browse the repository at this point in the history
  • Loading branch information
jindw committed Jun 13, 2012
1 parent ac292a8 commit 063add7
Showing 1 changed file with 6 additions and 15 deletions.
21 changes: 6 additions & 15 deletions package.json
@@ -1,30 +1,21 @@
{
"name": "xmldom",
"version": "0.1.10",
"description": "A W3C Standard XML DOM(Level2 CORE) implementation and parser(DOMParser/XMLSerializer).",
"keywords": ["XML","DOM","parser","javascript","DOMParser","XMLSerializer"],
"version": "0.1.10",
"author": "jindw <jindw@xidea.org> (http://www.xidea.org)",
"homepage": "https://github.com/jindw/xmldom",
"repository": {
"type": "git",
"url": "git://github.com/jindw/xmldom.git"
},
"repository": {"type": "git","url": "git://github.com/jindw/xmldom.git"},
"main": "./dom-parser.js",
"scripts": {
"test": "./test"
},
"engines": {
"node": ">=0.1"
},
"scripts": {"test": "./test"},
"engines": {"node": ">=0.1"},
"dependencies": {},
"devDependencies": {},
"maintainers": [{"name": "jindw","email": "jindw@xidea.org","url": "http://www.xidea.org"}],
"contributors": [
{"name" : "Yaron Naveh","email" : "yaronn01@gmail.com","web" : "http://webservices20.blogspot.com/"},
{"name" : "Harutyun Amirjanyan","email" : "amirjanyan@gmail.com","web" : "https://github.com/nightwing"}
],
"bugs": {
"email": "jindw@xidea.org",
"url": "http://github.com/jindw/xmldom/issues"
},
"bugs": {"email": "jindw@xidea.org","url": "http://github.com/jindw/xmldom/issues"},
"licenses": [{"type": "LGPL","url": "http://www.gnu.org/licenses/lgpl.html"}]
}

0 comments on commit 063add7

Please sign in to comment.