UNPKG

smartcomments

Version:

SmartComments, It's a tool that allow you to create implicit comments from javascript source code. You can integrate it with javascript documentation generators like YUIDocs.

33 lines (32 loc) 914 B
{ "name": "smartcomments", "version": "0.3.2", "description": "SmartComments, It's a tool that allow you to create implicit comments from javascript source code. You can integrate it with javascript documentation generators like YUIDocs.", "author": "Dariel N. Vila <darielnoel@gmail.com>", "engines": { "node" : ">=0.9.0" }, "keywords": [ "generator", "comments", "documentation", "yuidocs", "docs", "automatic" ], "bin" : { "smartcomments" : "./bin/smartcomments" }, "dependencies": { "underscore": ">=1.6.0", "esprima": ">=1.0.4", "eswalker": ">=0.1.2", "fs-extra": ">=0.6.4" }, "devDependencies": { }, "preferGlobal": "true", "license" : "BSD", "repository": { "type":"git", "url":"https://github.com/smartcomments/smartcomments.git" } }