forked from jeremie-koenig/genext2fs
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 958 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 958 Bytes
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
{
"name": "genext2fs",
"version": "1.4.2-0",
"description": "ext2 filesystem generator for embedded systems",
"bin": "genext2fs",
"main": "index.js",
"scripts": {
"BigRedButton": "scripts/BigRedButton",
"build": "scripts/build",
"install": "prebuild-install -d https://github.com/NodeOS/genext2fs/releases/download/v{version}/{platform}-{arch}.tar.gz || npm run build",
"start": "./genext2fs",
"test": "./test.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NodeOS/genext2fs.git"
},
"keywords": [
"ext2",
"ext3",
"ext4",
"filesystem",
"image"
],
"author": "Xavier Bestel <xavier.bestel@free.fr>",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/NodeOS/genext2fs/issues"
},
"homepage": "https://github.com/NodeOS/genext2fs#readme",
"dependencies": {
"prebuild-install": "2.1.2"
},
"devDependencies": {
"prebuild": "^7.0.0"
}
}