1
0
mirror of https://github.com/fuse-friends/fuse-native synced 2024-10-27 18:34:01 +00:00
fuse-friends_fuse-native/package.json

31 lines
756 B
JSON
Raw Normal View History

2015-03-12 02:11:29 +00:00
{
"name": "fuse-bindings",
2015-05-13 00:52:36 +00:00
"version": "2.3.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"
}