forked from florianheinemann/passwordless-mongostore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.1 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
{
"name": "passwordless-mongostore",
"version": "0.1.4",
"description": "MongoDB TokenStore for Passwordless",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"dependencies": {
"bcrypt": "^0.8.7",
"mongodb": "^2.2.10",
"passwordless-tokenstore": "0.0.10"
},
"devDependencies": {
"chai": "~3.0.0",
"chance": "^0.7.6",
"grunt": "~0.4.4",
"grunt-mocha-test": "~0.12.7",
"mocha": "~2.2.5",
"node-uuid": "^1.4.1",
"passwordless-tokenstore-test": "^0.1.3"
},
"author": "Florian Heinemann <florian.heinemann@gmail.com> (http://twitter.com/thesumofall)",
"license": "MIT",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/florianheinemann/passwordless-mongostore.git"
},
"bugs": {
"url": "https://github.com/florianheinemann/passwordless-mongostore/issues"
},
"homepage": "https://github.com/florianheinemann/passwordless-mongostore",
"keywords": [
"passwordless",
"mongo",
"mongodb",
"nopassword",
"no-password",
"password-less",
"tokenstore"
]
}