mirror of
https://gitlab.silvrtree.co.uk/martind2000/md-utils.git
synced 2025-01-10 23:45:07 +00:00
20 lines
457 B
JSON
20 lines
457 B
JSON
{
|
|
"name": "md-utils",
|
|
"version": "0.0.3",
|
|
"description": "A suite of useful misc utils",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://gitlab.silvrtree.co.uk/martind2000/md-utils.git"
|
|
},
|
|
"main": "lib/md-utils.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
},
|
|
"private": true,
|
|
"author": "Martin Donnelly <martind2000@gmail.com>",
|
|
"license": "ISC"
|
|
}
|