md-utils/package.json

20 lines
457 B
JSON
Raw Normal View History

2016-03-23 15:52:57 +00:00
{
"name": "md-utils",
2016-04-10 09:33:28 +00:00
"version": "0.0.3",
2016-03-23 15:52:57 +00:00
"description": "A suite of useful misc utils",
2016-04-10 09:33:28 +00:00
"repository": {
"type": "git",
"url": "http://gitlab.silvrtree.co.uk/martind2000/md-utils.git"
},
"main": "lib/md-utils.js",
2016-03-23 15:52:57 +00:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
2016-04-10 09:33:28 +00:00
"dependencies": {},
"devDependencies": {
},
2016-04-10 09:49:39 +00:00
"private": true,
2016-03-23 15:52:57 +00:00
"author": "Martin Donnelly <martind2000@gmail.com>",
"license": "ISC"
}