node-nfsc
Version:
NFS client bindings for node.js
35 lines (34 loc) • 740 B
JSON
{
"name": "node-nfsc",
"private": false,
"version": "2.0.3",
"description": "NFS client bindings for node.js",
"main": "index.js",
"engines": {
"node": "~4.5.0"
},
"repository": "scality/node-nfsc",
"keywords": [
"nfs",
"filesystem",
"client"
],
"author": "Guillaume Gimenez <ggim@scality.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/scality/node-nfsc/issues"
},
"homepage": "https://github.com/scality/node-nfsc#readme",
"dependencies": {
"nan": "^2.5.1",
"node-gyp": "^3.5.0"
},
"optionalDependencies": {},
"devDependencies": {
"mocha": "^2.3.4",
"async": "~1.4.2"
},
"scripts": {
"test": "mocha --recursive tests/functional"
}
}