mirror of
https://github.com/cosinekitty/astronomy.git
synced 2026-03-10 18:48:14 -04:00
15 lines
307 B
JSON
15 lines
307 B
JSON
{
|
|
"name": "hydrogen",
|
|
"version": "1.0.0",
|
|
"description": "Very simple doxygen to markdown converter.",
|
|
"main": "hydrogen.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Don Cross",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"xml2js": "^0.4.19"
|
|
}
|
|
}
|