forked from olcxjas-softworks/LarpixClient
25 lines
387 B
JSON
25 lines
387 B
JSON
{
|
|
"name": "mergexml",
|
|
"version": "1.2.4",
|
|
"description": "Merge multiple XML sources",
|
|
"main": "mergexml.js",
|
|
"moduleType": [
|
|
"amd",
|
|
"globals",
|
|
"node"
|
|
],
|
|
"keywords": [
|
|
"xml",
|
|
"merge"
|
|
],
|
|
"authors": [
|
|
"Vallo Reima"
|
|
],
|
|
"license": "ISC",
|
|
"homepage": "vregistry.com",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components"
|
|
]
|
|
}
|