-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 886 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
{
"name": "residue-native",
"version": "1.0.19",
"description": "Residue native bindings for Node.js",
"main": "build/Release/residue-native",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"install": "node-gyp rebuild"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amrayn/residue-node-native.git"
},
"author": "Amrayn Web Services <opensource@amrayn.com>",
"license": "Apache-2.0",
"gypfile": true,
"keywords": [
"residue",
"logging",
"remote-logging",
"residue-client",
"async-logging",
"efficient-logging",
"easylogging",
"easylogging++"
],
"bugs": {
"url": "https://github.com/amrayn/residue-node-native/issues"
},
"homepage": "https://github.com/amrayn/residue-node-native#readme",
"dependencies": {
"nan": "^2.10.0",
"libresidue": "^2.1.3"
}
}