forked from fuse-friends/fuse-shared-library
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 947 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"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",
"fuse-shared-library-linux-arm64": "runkit-forks/fuse-shared-library-linux-arm64#11e96e0745fd800ea3e0a4c8cc3b57fceba461cb"
},
"devDependencies": {
"standard": "^12.0.1"
}
}