forked from scality/eclib
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.07 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.07 KB
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
{
"name": "eclib",
"version": "1.2.0",
"description": "A set of NodeJS bindings for liberasurecode and its backends",
"homepage": "https://github.com/scality/eclib#readme",
"author": {
"name": "Giorgio Regni",
"email": "giorgio.regni@scality.com",
"url": "http://www.scality.com/"
},
"contributors": [
"Michael Zapata <michael.zapata@scality.com>"
],
"repository": "scality/eclib",
"scripts": {
"preinstall": "make",
"lint": "./node_modules/.bin/eslint *.js",
"test": "./node_modules/.bin/mocha --recursive",
"install": "node-gyp configure && node-gyp build",
"doc": "bash generate-doc.sh"
},
"bugs": {
"url": "https://github.com/scality/eclib/issues"
},
"main": "index.js",
"dependencies": {
"bindings": "^1.2.1",
"nan": "^2.1.0",
"underscore": "*"
},
"devDependencies": {
"buffertools": "^2.1.2",
"eslint": "^1.7.1",
"jsdoc": "^3.3.3",
"minami": "^1.1.1",
"mocha": "^2.3.3"
},
"license": "BSD-2-Clause",
"keywords": [
"erasure",
"coding",
"scality"
],
"gypfile": true
}