mirror of
https://github.com/fuse-friends/fuse-native
synced 2025-06-13 12:53:54 +00:00
1.0.0
This commit is contained in:
parent
61eb6401bd
commit
8c3bda11a6
@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"name": "fuse-bindings",
|
"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",
|
"description": "Fully maintained fuse bindings for Node that aims to cover the entire FUSE api",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"install": "node-gyp rebuild"
|
"test": "standard"
|
||||||
},
|
},
|
||||||
"gypfile": true,
|
"gypfile": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@ -14,9 +14,6 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"standard": "^3.0.0-beta3"
|
"standard": "^3.0.0-beta3"
|
||||||
},
|
},
|
||||||
"scripts": {
|
|
||||||
"test": "standard"
|
|
||||||
},
|
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/mafintosh/fuse-bindings.git"
|
"url": "https://github.com/mafintosh/fuse-bindings.git"
|
||||||
|
Loading…
Reference in New Issue
Block a user