UNPKG

easyxml

Version:

A configurable object to XML converter

43 lines (42 loc) 931 B
{ "name": "easyxml", "preferGlobal": false, "version": "2.0.1", "author": "Thomas Hunter II <me@thomashunter.name>", "description": "A configurable object to XML converter", "repository": { "type": "git", "url": "https://github.com/tlhunter/node-easyxml" }, "scripts": { "test": "./node_modules/mocha/bin/mocha", "coverage": "./node_modules/.bin/istanbul cover node_modules/mocha/bin/_mocha" }, "contributors": [ { "name": "Thomas Hunter II", "email": "me@thomashunter.name" }, { "name": "Joshua Kalis", "email": "JoshKalis@QuickenLoans.com" } ], "dependencies": { "elementtree": "^0.1.6", "inflect": "^0.3.0" }, "devDependencies": { "istanbul": "^0.4.2", "mocha": "^2.0.1", "moment": "^2.11.2" }, "license": "(BSD-3-Clause OR GPL-2.0)", "engines": { "node": ">= 0.8" }, "keywords": [ "xml", "json" ] }