syspipe
Version:
Access to the operating system native pipe implementation
42 lines (41 loc) • 826 B
JSON
{
"name": "syspipe",
"version": "0.1.5",
"description": "Access to the operating system native pipe implementation",
"main": "build/Release/syspipe.node",
"scripts": {
"test": "test.js",
"install": "node-gyp rebuild"
},
"files": [
"README.md",
"LICENSE",
"binding.gyp",
"pipe.cc",
"test.js"
],
"repository": {
"type": "git",
"url": "https://github.com/jpenalbae/syspipe.git"
},
"keywords": [
"pipe",
"syscall",
"native",
"ospipe",
"syspipe"
],
"author": {
"name": "Jaime Peñalba",
"email": "jpenalbae@gmail.com"
},
"license": "LGPL-3.0",
"gypfile": true,
"bugs": {
"url": "https://github.com/jpenalbae/syspipe/issues"
},
"homepage": "https://github.com/jpenalbae/syspipe",
"dependencies": {
"nan": "^2.0.5"
}
}