forked from apidoc/apidoc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 848 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 848 Bytes
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
{
"name": "apidoc",
"version": "0.3.0",
"description": "RESTful web API Documentation Generator",
"author": "Peter Rottmann <rottmann@inveris.de>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/apidoc/apidoc.git"
},
"main": "./lib/apidoc",
"bin": "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"
}
}