forked from paypal/seifnode
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 994 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
{
"name": "seifnode",
"version": "1.0.3",
"description": "Node.js Implementation of Seif random and crypto services",
"main": "index.js",
"scripts": {
"preinstall": "bash installrng.sh",
"test": "mocha",
"postinstall": "bash postinstall.sh"
},
"dependencies": {
"nan": "*"
},
"devDependencies": {
"glob": "*",
"mocha": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/paypal/seifnode.git"
},
"gypfile": true,
"contributors": [{
"name": "Aashish Sheshadri",
"email": "aashish.sheshadri@gmail.com",
"url": "http://www.aashish.me"
}, {
"name": "Rohit Harchandani",
"email": "harchu@gmail.com"
}],
"engines": {
"node": ">=6.9.2"
},
"license": "MIT",
"homepage": "http://www.seif.place",
"keywords": [
"security",
"crypto",
"encryption",
"random"
]
}