-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.03 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
46
47
{
"name": "rndphrase",
"description": "This small module will replace your everyday passwords with secure per domain passwords.",
"author": "Ronni Elken Lindsgaard <[email protected]>",
"maintainers": [
{
"name": "Ronni Elken Lindsgaard",
"email": "[email protected]",
"web": "http://rlindsgaard.github.io/"
}
],
"contributors": [
{
"name": "Mikkel Kjær Jensen",
"email": "[email protected]"
},
{
"name": "Johan Brinch",
"email": "[email protected]",
"web": "http://www.diku.dk/hjemmesider/studerende/zerrez/"
},
{
"name": "Peter Müller",
"email": "[email protected]",
"web": "http://fumle.dk"
}
],
"version": "1.0.0-alpha.2",
"license": "MIT",
"keywords": [
"crypto",
"password",
"domain",
"hash"
],
"main": "rndphrase.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/RndPhrase/RndPhrase.js.git"
},
"devDependencies": {
"mocha": "*"
}
}