-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (39 loc) · 902 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
41
{
"name": "flair-doc",
"version": "0.1.1",
"description": "Swagger-compliant REST API documentation generator",
"keywords": [
"rest",
"swagger",
"express",
"documentation"
],
"license": "BSD",
"author": "Gareth Jones <[email protected]>",
"contributors": [
"Hans Donner <[email protected]>"
],
"homepage": "https://github.com/nomiddlename/flair",
"bugs": "https://github.com/nomiddlename/flair/issues",
"repository": {
"type": "git",
"url": "https://github.com/nomiddlename/flair.git"
},
"main": "lib/index.js",
"scripts": {
"test": "mocha"
},
"readmeFilename": "README.md",
"dependencies": {
"express": "^4.8.8",
"joi": "~0.3.4",
"jsonschema": "~0.3.2",
"lodash": "^2.4.1"
},
"devDependencies": {
"mocha": "~1.9.0",
"should": "~1.2.2",
"supertest": "~0.6.0",
"flair-ui": "0.0.3"
}
}