forked from Gozala/jsdocs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 1.03 KB
/
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
33
34
35
36
{
"name": "jsdocs",
"description": "JavaScript documentation generator. Tool for generating template-formatted, multi-page HTML (or XML, JSON, or any other text-based) documentation from commented JavaScript source code.",
"version": "0.1.0",
"keywords": ["jsdoc", "documentation"],
"maintainers": [
{
"name": "Irakli Gozalishvili",
"email": "[email protected]",
"web": "http://rfobic.wordpress.com/"
}
],
"contributors": [
{
"name": "Irakli Gozalishvili",
"email": "[email protected]",
"web": "http://rfobic.wordpress.com/"
}
],
"bugs": { "web": "http://github.com/Gozala/jsdocs/issues/" },
"licenses": [
{ "type": "MIT" }
],
"repositories": [
{
"type": "git",
"url": "git://github.com/Gozala/jsdocs.git"
}
],
"os": ["linux", "macos", "win"],
"cpu": ["x86", "ppc", "x86_64"],
"directories": {
"lib": "lib",
"bin": "bin"
}
}