This repository has been archived on 2022-03-12. You can view files and clone it, but cannot push or open issues or pull requests.

41 lines
868 B
JSON
Raw Permalink Normal View History

2021-04-02 02:24:13 +03:00
{
"name": "xmldoc",
"description": "A lightweight XML Document class for JavaScript.",
"author": {
"name": "Nick Farina",
"email": "nfarina@gmail.com",
"url": "http://nfarina.com"
},
"version": "1.1.2",
"main": "./index",
"scripts": {
"test": "tap test/*.js",
"coverage": "npm test -- --cov --coverage-report=html"
},
"dependencies": {
"sax": "^1.2.1"
},
"license": {
"type": "MIT",
"url": "https://raw.github.com/nfarina/xmldoc-js/master/LICENSE"
},
"repository": {
"type": "git",
"url": "git://github.com/nfarina/xmldoc.git"
},
"contributors": [
{
"name": "Nick Farina",
"email": "nfarina@gmail.com"
},
{
"name": "Caleb Meredith",
"email": "calebmeredith8@gmail.com"
}
],
"readmeFilename": "README.md",
"devDependencies": {
"tap": "^8.0.1"
}
}