doc.js/package.json

20 lines
507 B
JSON
Raw Normal View History

{
"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"
}