-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.07 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.07 KB
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
{
"name": "quail-rest",
"version": "1.1.27",
"description": "Hassle free mongodb rest app",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Utkarsh85/quail.git"
},
"keywords": [
"rest",
"quail",
"mongodb"
],
"author": "utkarsh85",
"license": "MIT",
"dependencies": {
"ajv": "^3.8.10",
"aws-sdk": "^2.3.3",
"bluebird": "^3.3.4",
"body-parser": "^1.15.0",
"connect-busboy": "0.0.2",
"cors": "^2.7.1",
"deepmerge": "^0.2.10",
"express": "^4.13.4",
"express-brute": "^0.5.3",
"express-brute-mongo": "^0.1.0",
"gm": "^1.22.0",
"jsonwebtoken": "^5.7.0",
"mime-types": "^2.1.10",
"moment": "^2.12.0",
"mongodb": "^2.1.21",
"object-traverse-clean": "^1.0.3",
"require-all": "^2.0.0",
"uuid": "^3.0.0"
},
"bugs": {
"url": "https://github.com/Utkarsh85/quail/issues"
},
"homepage": "https://github.com/Utkarsh85/quail#readme",
"devDependencies": {
"chai": "^3.5.0",
"unique-slug": "^2.0.0"
}
}