UNPKG

node-pom-parser-fork

Version:

Fork of Intuit pom parser for the Java/Maven pom.xml files.

43 lines (42 loc) 976 B
{ "name": "node-pom-parser-fork", "version": "1.1.2", "description": "Fork of Intuit pom parser for the Java/Maven pom.xml files.", "license": "MIT", "main": "lib/", "author": { "name": "Marcello de Sales", "email": "Marcello_deSales@intuit.com", "url": "https://about.me/marcellodesales" }, "scripts": { "test": "nyc --reporter=html --reporter=text ./node_modules/mocha/bin/_mocha", "coverage": "nyc report --reporter=text-lcov | coveralls" }, "dependencies": { "bluebird": "^3.5.3", "traverse": "^0.6.6", "xml2js": "^0.4.19" }, "devDependencies": { "chai": "^4.2.0", "coveralls": "^3.0.3", "mocha": "^6.0.2", "mocha-lcov-reporter": "1.3.0", "nyc": "^13.3.0", "sinon": "^7.3.1" }, "repository": { "type": "git", "url": "git@github.com/perploug/node-pom-parser.git" }, "keywords": [ "java", "pom", "pom.xml", "parser", "maven", "xml2js", "nexus" ] }