Initial commit (a clone of the jsmachines project as of v1.15.3)
This commit is contained in:
commit
a5e3e6a59d
714 changed files with 130602 additions and 0 deletions
19
my_modules/diskdump/package.json
Normal file
19
my_modules/diskdump/package.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"name": "diskdump",
|
||||
"version": "0.2.0",
|
||||
"description": "Converts disk images to/from JSON",
|
||||
"main": "./lib/diskdump",
|
||||
"scripts": {
|
||||
"test": "echo \"error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "Jeff Parsons <Jeff@pcjs.org>",
|
||||
"licenses": [
|
||||
{
|
||||
"type": "GPLv3",
|
||||
"url": "http://www.gnu.org/licenses/gpl.html"
|
||||
}
|
||||
],
|
||||
"bin": {
|
||||
"diskdump": "./bin/diskdump"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue