forked from Battochon/passwordless-postgrestore
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.01 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
{
"name": "passwordless-postgrestore",
"version": "0.0.1",
"description": "PostgreSQL TokenStore for Passwordless",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"dependencies": {
"bcrypt": "^1.0.2",
"passwordless-tokenstore": "0.0.10",
"pg": "^3.6.0"
},
"devDependencies": {
"chai": "~1.9.1",
"chance": "^0.5.6",
"grunt": "~0.4.4",
"grunt-mocha-test": "~0.10.2",
"mocha": "~1.18.2",
"node-uuid": "^1.4.1",
"passwordless-tokenstore-test": "^0.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Battochon/passwordless-postgrestore.git"
},
"keywords": [
"postgresql",
"passwordless",
"token",
"otpw",
"one-time-password",
"store",
"tokenstore"
],
"author": "Bruno MARQUES <[email protected]> (http://marques.io)",
"license": "MIT",
"bugs": {
"url": "https://github.com/battochon/passwordless-postgrestore/issues"
},
"homepage": "https://github.com/battochon/passwordless-postgrestore"
}