node-pom-parser
Version:
The XML parser for pom.xml that is lighting fast
28 lines (27 loc) • 543 B
JSON
{
"name": "node-pom-parser",
"version": "0.1.1",
"description": "The XML parser for pom.xml that is lighting fast",
"main": "src/",
"scripts": {
"test": "node test/"
},
"dependencies": {
"ltx": "^0.7.0",
"node-expat": "^2.3.2"
},
"repository": {
"type": "git",
"url": "git@github.com:marcellodesales/node-pom-parser.git"
},
"keywords": [
"XML",
"expat",
"java",
"pom",
"pom.xml",
"parser"
],
"author": "Marcello de Sales <marcello.desales@gmail.com>",
"license": "MIT"
}