-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
34 lines (34 loc) · 893 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
{
"name": "sails-apidocs",
"version": "0.0.2",
"description": "Automatically generate documentation for a Sails.js API from Sails blueprints and inline code documentation",
"main": "./lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/leejt489/sails-apidocs.git"
},
"keywords": [
"sails",
"sailsjs",
"apidocs",
"documentation"
],
"author": "leejt489",
"license": "MIT",
"bugs": {
"url": "https://github.com/leejt489/sails-apidocs/issues"
},
"homepage": "https://github.com/leejt489/sails-apidocs",
"dependencies": {
"async": "^0.9.0",
"dox": "^0.5.3",
"doxx": "https://github.com/leejt489/doxx/tarball/alternate-source",
"lodash": "^2.4.1",
"mkdirp": "^0.5.0",
"pluralize": "^1.0.3",
"walkdir": "0.0.7"
}
}