mirror of
https://gitlab.silvrtree.co.uk/martind2000/md-utils.git
synced 2025-01-11 03:45:09 +00:00
12 lines
271 B
JSON
12 lines
271 B
JSON
|
{
|
||
|
"name": "md-utils",
|
||
|
"version": "0.0.1",
|
||
|
"description": "A suite of useful misc utils",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"author": "Martin Donnelly <martind2000@gmail.com>",
|
||
|
"license": "ISC"
|
||
|
}
|