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

35 lines
909 B
JSON
Raw Normal View History

2015-03-12 02:11:29 +00:00
{
"name": "fuse-bindings",
2017-04-02 07:30:51 +00:00
"version": "2.11.1",
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": {
2016-01-17 23:15:48 +00:00
"install": "prebuild --install",
"test": "standard && tape test/*.js",
"rebuild": "prebuild --compile",
"prebuild": "prebuild --all --strip --verbose"
2015-03-12 02:11:29 +00:00
},
"gypfile": true,
"dependencies": {
"bindings": "^1.2.1",
2016-06-25 00:05:22 +00:00
"nan": "^2.3.5",
"prebuild": "^4.2.2",
"xtend": "^4.0.1"
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",
2016-06-25 00:05:22 +00:00
"standard": "^7.1.2",
"tape": "^4.6.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"
}