UNPKG

fuse-shared-library

Version:
31 lines (30 loc) 819 B
{ "name": "fuse-shared-library", "version": "1.1.1", "description": "Cross-platform FUSE libraries for OSX/Linux", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/fuse-friends/fuse-shared-library.git" }, "keywords": [ "fuse" ], "author": "Andrew Osheroff <andrewosh@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/fuse-friends/fuse-shared-library/issues" }, "homepage": "https://github.com/fuse-friends/fuse-shared-library#readme", "dependencies": { "fuse-shared-library-darwin": "^1.0.3", "fuse-shared-library-linux": "^1.0.1", "fuse-shared-library-linux-arm": "^1.0.0" }, "devDependencies": { "standard": "^12.0.1" } }