36 lines
726 B
JSON
36 lines
726 B
JSON
{
|
|
"engines": {
|
|
"node": ">= 4"
|
|
},
|
|
"main": "./lib/exports",
|
|
"keywords": [
|
|
"xml",
|
|
"json",
|
|
"js",
|
|
"parser",
|
|
"builder",
|
|
"namespace"
|
|
],
|
|
"scripts": {
|
|
"dev": "cd src && tsc -w",
|
|
"build": "cd src && tsc",
|
|
"test": "node test/test.js"
|
|
},
|
|
"name": "xml-js-builder",
|
|
"version": "1.0.3",
|
|
"author": "Adrien Castex <adrien.castex@gmail.com>",
|
|
"license": "Unlicense",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/OpenMarshal/xml-js-builder.git"
|
|
},
|
|
"description": "XML library to ease the use of XML with namespaces",
|
|
"dependencies": {
|
|
"xml-js": "^1.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^7.0.36"
|
|
},
|
|
"types": "./lib/exports.d.ts"
|
|
}
|