forked from apidoc/apidoc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.8 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "apidoc",
"version": "0.3.0",
"description": "RESTful web API Documentation Generator",
"author": {
"name": "Peter Rottmann",
"email": "rottmann@inveris.de"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/apidoc/apidoc.git"
},
"main": "./lib/apidoc",
"bin": {
"apidoc": "bin/apidoc"
},
"keywords": [
"api",
"apidoc",
"doc",
"documentation",
"rest",
"restful"
],
"engines": {
"node": ">= 0.8.0"
},
"dependencies": {
"wrench": "~1.5.4",
"underscore": "~1.5.2",
"semver": "~2.2.1",
"lodash": "~2.4.1",
"optimist": "~0.6.0",
"colors": "~0.6.2",
"marked": "~0.2.10"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-jshint": "~0.7.2",
"grunt-simple-mocha": "~0.4.0",
"should": "~2.1.1"
},
"readme": "# apiDoc 0.3.0\n\nGenerates a RESTful web API Documentation.\n\nDocumentation at [apidocjs.com](http://apidocjs.com).\n\n[Example](http://apidocjs.com/example/) output.\n\n\n## Installation\n\n`npm install apidoc -g`\n\n\n## Example\n\n`apidoc -i example/ -o doc/`\n\nCreates from input files a documentation in path `doc/`.\n\n\n## Grunt Module\n\n[grund-apidoc](https://github.com/apidoc/grunt-apidoc) `npm install grunt-apidoc`.\n\n\n## Changelog\n\n[CHANGELOG.md](https://github.com/apidoc/apidoc/blob/master/CHANGELOG.md)\n\n\n## License\n\nCopyright (c) 2013 inveris OHG\nAuthor Peter Rottmann <rottmann@inveris.de>\nLicensed under the MIT license.\n",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/apidoc/apidoc/issues"
},
"homepage": "https://github.com/apidoc/apidoc",
"_id": "apidoc@0.3.0",
"dist": {
"shasum": "f0d016afb13871b77f3788f99eb3f22bb914bef3"
},
"_from": "."
}