1
0
mirror of https://github.com/fuse-friends/fuse-native synced 2026-01-20 15:50:06 +00:00
fuse-friends_fuse-native/package.json

37 lines
993 B
JSON
Raw Normal View History

2015-03-12 02:11:29 +00:00
{
"name": "fuse-native",
2019-07-16 11:46:53 +00:00
"version": "1.1.2",
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": {
2017-10-27 15:05:01 +00:00
"install": "node-gyp-build",
2016-01-17 23:15:48 +00:00
"test": "standard && tape test/*.js",
2017-10-27 15:05:01 +00:00
"prebuild": "prebuildify -a --strip",
"prebuild-ia32": "prebuildify -a --strip --arch=ia32"
2015-03-12 02:11:29 +00:00
},
"gypfile": true,
"dependencies": {
"fuse-shared-library": "^1.0.1",
"nan": "^2.13.2",
"napi-macros": "^1.8.2",
2017-10-27 15:05:01 +00:00
"node-gyp-build": "^3.2.2",
2016-06-25 00:05:22 +00:00
"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",
2017-10-27 15:05:01 +00:00
"prebuildify": "^2.4.3",
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/fuse-friends/fuse-native.git"
2015-03-12 02:11:29 +00:00
},
"author": "Mathias Buus (@mafintosh)",
"license": "MIT",
"bugs": {
"url": "https://github.com/fuse-friends/fuse-native/issues"
2015-03-12 02:11:29 +00:00
},
"homepage": "https://github.com/fuse-friends/fuse-native"
2015-03-12 02:11:29 +00:00
}