-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 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
{
"name": "monetta",
"version": "0.4.1",
"description": "Token authorization for MongoDB and Express",
"main": "./lib",
"scripts": {
"test": "nyc --reporter=lcov ./node_modules/mocha/bin/mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/glepur/Monetta.git"
},
"keywords": [
"mongo",
"mongodb",
"express",
"token",
"auth",
"authorization",
"authentication",
"rest",
"api",
"node",
"nodejs"
],
"author": "Goran Lepur <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/glepur/Monetta/issues"
},
"homepage": "https://github.com/glepur/Monetta#readme",
"devDependencies": {
"body-parser": "^1.18.3",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"coveralls": "^3.0.2",
"eslint": "^5.6.0",
"eslint-config-prettier": "^3.0.1",
"eslint-plugin-prettier": "^2.6.2",
"express": "^4.16.3",
"mocha": "^5.2.0",
"node-mocks-http": "^1.7.0",
"nyc": "^13.0.1",
"prettier": "^1.14.2",
"sinon": "^7.0.0"
},
"dependencies": {
"deep-extend": "^0.6.0",
"http-errors": "^1.7.1",
"mongodb": "^3.1.4",
"mongodb-uri": "^0.9.7",
"nanoid": "^1.2.3"
},
"engines": {
"node": ">=7.6.0"
}
}