forked from smartcomments/smartcomments
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·32 lines (32 loc) · 914 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "smartcomments",
"version": "0.3.0",
"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 <[email protected]>",
"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"
}
}