forked from phobosjs/phobos.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 915 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": "phobosjs",
"version": "1.6.1",
"description": "A small JSON API framework for Mongoose and Express that takes all the annoyance of middleware out of your hands",
"main": "index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/phobosjs/phobos.js.git"
},
"author": "Mike Timofiiv (http://fiiv.io)",
"license": "MIT",
"homepage": "https://phobos.js.org",
"devDependencies": {
"chai": "^3.4.1",
"chai-as-promised": "^5.1.0",
"mocha": "^5.2.0",
"node-mocks-http": "^1.7.0"
},
"dependencies": {
"body-parser": "^1.18.3",
"cors": "2.x",
"express": "^4.16.3",
"express-query-params": "^0.2.0",
"inflected": "^1.1.7",
"jsonwebtoken": "^8.3.0",
"method-override": "^2.3.10",
"mongoose": "^5.4.11",
"morgan": "^1.9.1",
"response-time": "2.x"
}
}