2015-03-12 02:11:29 +00:00
|
|
|
{
|
|
|
|
"name": "fuse-bindings",
|
2015-03-23 16:20:18 +00:00
|
|
|
"version": "2.0.0",
|
2015-03-12 02:11:29 +00:00
|
|
|
"description": "Fully maintained fuse bindings for Node that aims to cover the entire FUSE api",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2015-03-22 11:57:52 +00:00
|
|
|
"test": "standard && tape test/*.js"
|
2015-03-12 02:11:29 +00:00
|
|
|
},
|
|
|
|
"gypfile": true,
|
|
|
|
"dependencies": {
|
|
|
|
"bindings": "^1.2.1",
|
2015-03-22 11:46:33 +00:00
|
|
|
"nan": "^1.7.0",
|
|
|
|
"xtend": "^4.0.0"
|
2015-03-12 02:11:29 +00:00
|
|
|
},
|
2015-03-12 02:13:26 +00:00
|
|
|
"devDependencies": {
|
2015-03-22 11:57:52 +00:00
|
|
|
"concat-stream": "^1.4.7",
|
|
|
|
"standard": "^3.2.0",
|
|
|
|
"tape": "^3.5.0"
|
2015-03-12 02:13:26 +00:00
|
|
|
},
|
2015-03-12 02:11:29 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/mafintosh/fuse-bindings.git"
|
|
|
|
},
|
|
|
|
"author": "Mathias Buus (@mafintosh)",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/mafintosh/fuse-bindings/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/mafintosh/fuse-bindings"
|
|
|
|
}
|