forked from apidoc/apidoc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 857 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
33
34
35
36
37
38
39
40
{
"name": "apidoc",
"version": "0.2.1",
"description": "RESTful web API Documentation Generator",
"author": "Peter Rottmann <[email protected]>",
"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.1",
"underscore": "~1.4.4",
"semver": "~1.1.4",
"lodash": "~1.2.0",
"node-markdown": "~0.1.1",
"optimist": "~0.5.0",
"colors": "~0.6.0-1"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-jshint": "~0.5.4",
"grunt-simple-mocha": "~0.4.0",
"should": "~1.2.2"
}
}