my_modules is simply modules now
This commit is contained in:
parent
295ab39024
commit
e0012c3c62
139 changed files with 187 additions and 197 deletions
19
modules/diskdump/package.json
Normal file
19
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