forked from sen-su/couch-pwd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 935 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
39
40
41
42
43
{
"name": "@sl-nx/couch-pwd",
"version": "2.0.0",
"description": "CouchDB salt and password generation with PBKDF2",
"scripts": {
"lint": "./node_modules/.bin/eslint index.js test",
"test": "./node_modules/.bin/mocha --require should --reporter spec"
},
"keywords": [
"couch",
"couchdb",
"password",
"pwd",
"pbkdf2"
],
"author": {
"name": "Mirco Zeiss",
"email": "mirco.zeiss@gmail.com",
"twitter": "zeMirco"
},
"contributors": [
{
"name": "Bjorn Stromberg",
"email": "bjorn@bjornstar.com",
"url": "http://bjornstar.com/about"
},
{
"name": "Fynn Leitow",
"url": "https://github.com/lytefm"
}
],
"repository": {
"type": "git",
"url": "https://github.com/sl-nx/couch-pwd"
},
"license": "MIT",
"devDependencies": {
"eslint": "^7.6.0",
"mocha": "^8.1.1",
"nano": "^8.2.2",
"should": "^13.2.3"
}
}