mirror of https://github.com/ghostfolio/ghostfolio
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
806 B
38 lines
806 B
{
|
|
"name": "xmldoc",
|
|
"description": "A lightweight XML Document class for JavaScript.",
|
|
"author": {
|
|
"name": "Nick Farina",
|
|
"email": "nfarina@gmail.com",
|
|
"url": "http://nfarina.com"
|
|
},
|
|
"version": "1.3.0",
|
|
"main": "./index",
|
|
"scripts": {
|
|
"test": "tap test/*.js",
|
|
"coverage": "npm test -- --cov --coverage-report=html"
|
|
},
|
|
"license": "MIT",
|
|
"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": {
|
|
"prettier": "^2.7.1",
|
|
"tap": "^16.3.0"
|
|
},
|
|
"dependencies": {
|
|
"sax": "^1.2.4"
|
|
}
|
|
}
|