-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 944 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
35
36
37
38
{
"name": "passwordless-nodecache",
"version": "1.0.4",
"description": "NodeCache TokenStore for Passwordless",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "grunt test"
},
"author": "Andrea Falzetti <[email protected]> (http://falzetti.me/)",
"license": "MIT",
"keywords": [
"passwordless",
"cache"
],
"bugs": {
"url": "https://github.com/andreafalzetti/passwordless-nodecache/issues"
},
"homepage": "https://github.com/andreafalzetti/passwordless-nodecache",
"dependencies": {
"bcryptjs": "^2.3.0",
"node-cache": "^4.2.1",
"passwordless": "^1.1.3",
"passwordless-tokenstore": "0.0.10",
"util": "^0.12.1"
},
"devDependencies": {
"chai": "^4.2.0",
"chance": "^1.0.3",
"grunt": "^1.0.1",
"grunt-mocha-test": "^0.13.3",
"mocha": "^6.2.1",
"node-uuid": "^1.4.7",
"passwordless-tokenstore-test": "^0.1.4"
}
}