mirror of
https://github.com/flynx/doc.js.git
synced 2025-10-28 02:10:10 +00:00
20 lines
507 B
JSON
20 lines
507 B
JSON
|
|
{
|
||
|
|
"name": "ig-doc",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"description": "Basic JavaScript self-documentation utils",
|
||
|
|
"main": "doc.js",
|
||
|
|
"scripts": {
|
||
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
|
},
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "git+https://github.com/flynx/doc.js.git"
|
||
|
|
},
|
||
|
|
"author": "Alex A. Naanou (alex.nanou@gmail.com)",
|
||
|
|
"license": "BSD-3-Clause",
|
||
|
|
"bugs": {
|
||
|
|
"url": "https://github.com/flynx/doc.js/issues"
|
||
|
|
},
|
||
|
|
"homepage": "https://github.com/flynx/doc.js#readme"
|
||
|
|
}
|