forked from tugrul/node-mcrypt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 760 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 760 Bytes
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
{
"name": "mcrypt",
"version": "0.0.13",
"description": "MCrypt bindings",
"keywords": ["mcrypt", "crypto"],
"homepage": "https://github.com/tugrul/node-mcrypt",
"author": "Tuğrul Topuz <tugrultopuz@gmail.com>",
"bugs": {
"url": "https://github.com/tugrul/node-mcrypt/issues"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/tugrul/node-mcrypt.git"
},
"scripts": {
"install": "node-gyp rebuild --release",
"preuninstall": "rm -rf build/*"
},
"engines": {
"node" : ">=0.8.0"
},
"dependencies": {
"nan": "*"
},
"devDependencies": {
"node-gyp" : "*"
},
"main": "./build/Release/mcrypt"
}