forked from xobs/genfatfs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 998 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
32
33
34
35
36
37
38
{
"name": "genfatfs",
"version": "1.0.3",
"description": "fat filesystem generator for embedded systems",
"bin": "genfatfs",
"main": "index.js",
"scripts": {
"BigRedButton": "scripts/BigRedButton",
"build": "scripts/build",
"install": "prebuild-install -d https://github.com/NodeOS/genfatfs/releases/download/v{version}/{platform}-{arch}.tar.gz || npm run build",
"start": "./genfatfs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NodeOS/genfatfs.git"
},
"keywords": [
"fat",
"fatfs",
"vfat",
"fat32"
],
"author": "Nathan Huizinga <nathan.huizinga@gmail.com>",
"contributors": [
"Jesús Leganés Combarro 'piranna' <piranna@gmail.com>"
],
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/NodeOS/genfatfs/issues"
},
"homepage": "https://github.com/NodeOS/genfatfs#readme",
"dependencies": {
"prebuild-install": "^2.1.0"
},
"devDependencies": {
"prebuild": "^6.0.0"
}
}