forked from simonguest/swagger-mongoose
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 851 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
{
"name": "swagger-mongoose",
"version": "0.1.2",
"description": "Generate mongoose schemas and models from swagger documents",
"main": "./lib/index.js",
"directories": {
"test": "test"
},
"dependencies": {
"lodash": "^3.6.0"
},
"devDependencies": {
"chai": "^2.2.0",
"mocha": "^2.2.1",
"mockgoose": "^1.10.7",
"mongoose": "^4.0.1"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/simonguest/swagger-mongoose"
},
"keywords": [
"swagger",
"mongoose",
"mongo",
"schema"
],
"author": "Simon Guest <me@simonguest.com> (http://github.com/simonguest)",
"license": "Apache 2",
"bugs": {
"url": "https://github.com/simonguest/swagger-mongoose/issues"
},
"homepage": "https://github.com/simonguest/swagger-mongoose"
}