-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.26 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "restful-goose",
"version": "2.2.10",
"description": "A new improved version of your favorite API framework for mongoose/MongoDB",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/mocha test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joeyfromspace/restful-goose.git"
},
"keywords": [
"api",
"rest",
"mongoose",
"mongodb",
"microservice",
"route",
"mvc",
"model"
],
"author": "Joey Lappin <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/joeyfromspace/restful-goose/issues"
},
"homepage": "https://github.com/joeyfromspace/restful-goose#readme",
"dependencies": {
"async": "2.1.5",
"body-parser": "1.16.1",
"express": "4.14.1",
"lodash": "4.17.4",
"moment": "2.17.1",
"pluralize": "3.0.0",
"winston": "2.3.1",
"mongoose": "4.9.5"
},
"devDependencies": {
"chai": "3.5.0",
"chai-http": "3.0.0",
"debug": "2.2.0",
"del": "^2.2.2",
"faker": "3.1.0",
"gulp": "^3.9.1",
"gulp-bump": "^2.7.0",
"gulp-istanbul": "^1.1.1",
"gulp-jsdoc3": "^1.0.1",
"gulp-mocha": "3.0.1",
"gulp-util": "^3.0.8",
"gulp-version-number": "^0.1.6",
"istanbul": "^0.4.5",
"jsdoc": "3.4.0",
"mocha": "3.0.1",
"semver": "^5.3.0",
"yargs": "^7.1.0"
}
}