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

28 lines
668 B
JSON
Raw Normal View History

2015-03-12 02:11:29 +00:00
{
"name": "fuse-bindings",
2015-03-17 01:18:08 +00:00
"version": "1.1.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-12 02:13:53 +00:00
"test": "standard"
2015-03-12 02:11:29 +00:00
},
"gypfile": true,
"dependencies": {
"bindings": "^1.2.1",
"nan": "^1.7.0"
},
2015-03-12 02:13:26 +00:00
"devDependencies": {
"standard": "^3.0.0-beta3"
},
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"
}