1
0
mirror of https://github.com/fuse-friends/fuse-native synced 2024-10-27 18:34:01 +00:00
This commit is contained in:
Mathias Buus 2015-03-12 03:13:53 +01:00
parent 61eb6401bd
commit 8c3bda11a6

View File

@ -1,10 +1,10 @@
{
"name": "fuse-bindings",
"version": "0.0.0",
"version": "1.0.0",
"description": "Fully maintained fuse bindings for Node that aims to cover the entire FUSE api",
"main": "index.js",
"scripts": {
"install": "node-gyp rebuild"
"test": "standard"
},
"gypfile": true,
"dependencies": {
@ -14,9 +14,6 @@
"devDependencies": {
"standard": "^3.0.0-beta3"
},
"scripts": {
"test": "standard"
},
"repository": {
"type": "git",
"url": "https://github.com/mafintosh/fuse-bindings.git"