-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.4 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
{
"name": "raptor-auth",
"version": "5.0.15",
"description": "",
"main": "./bin/cli.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha test/*.test.js",
"start": "./bin/cli.js",
"test-file": "./node_modules/mocha/bin/mocha test/ --grep $@",
"release-major": "./node_modules/standard-version/bin/cli.js",
"release": "./node_modules/standard-version/bin/cli.js -- --release-as minor"
},
"author": "Luca Capra <[email protected]>",
"license": "Apache-2.0",
"dependencies": {
"bcryptjs": "^2.4.3",
"bluebird": "^3.5.1",
"body-parser": "^1.18.3",
"cache-manager": "^2.9.0",
"cache-manager-mongoose": "0.0.4",
"cache-manager-redis-store": "^1.5.0",
"cors": "^2.8.4",
"express": "^4.16.3",
"express-promise-router": "^2.0.0",
"express-session": "1.15.6",
"errorhandler": "1.5.0",
"ejs": "2.6.1",
"cookie-parser":"1.4.3",
"mongoose": "^5.1.6",
"mqtt": "^2.18.1",
"node-uuid": "^1.4.8",
"oauth2orize": "^1.11.0",
"passport": "^0.4.0",
"passport-http": "^0.3.0",
"passport-http-bearer": "^1.0.1",
"passport-local": "^1.0.0",
"passport-oauth2-client-password": "^0.1.2",
"raptor-sdk": "^5.0.35",
"swagger-jsdoc": "^1.9.7",
"uuid": "^3.2.1",
"winston": "^2.4.3"
},
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^4.19.1",
"mocha": "^4.1.0",
"standard-version": "^4.4.0"
}
}