forked from digipolisantwerp/auth_module_nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 787 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": "@digipolis/auth",
"version": "1.6.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "cross-env NODE_ENV=test nyc --reporter=lcov mocha -- -R spec -t 15000 --recursive --slow 2"
},
"repository": {
"type": "git",
"url": "https://github.com/digipolisantwerp/auth_module_nodejs.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"async": "~2.6.4",
"bcryptjs": "^2.4.3",
"express": "^4.16.4",
"lodash.get": "~4.4.2",
"oauth": "~0.9.15",
"request": "^2.88.0",
"url-parse": "^1.4.3",
"uuid": "~3.1.0"
},
"devDependencies": {
"cross-env": "~5.2.0",
"mocha": "^6.2.0",
"mockery": "~2.1.0",
"nock": "~9.0.14",
"nyc": "^14.1.1",
"reqres": "~1.3.0"
}
}