mirror of
https://github.com/cosinekitty/astronomy.git
synced 2026-01-06 06:27:57 -05:00
I'm trying to make it easier for first-time visitors to this project to find the source code and documentation to get started quickly. Moved directories that are only used by contributors (mostly myself) out of the root and into the 'generate' directory where they are less distracting.
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"
|
|
}
|
|
}
|