mirror of
https://gitlab.silvrtree.co.uk/martind2000/md-utils.git
synced 2025-01-10 17:55:08 +00:00
d7b028a786
Added mocha and tests
22 lines
545 B
JSON
22 lines
545 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": "mocha --recursive --reporter spec --bail --check-leaks --timeout 3000"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"mocha": "^2.4.5",
|
|
"mocha-jshint": "^2.3.1"
|
|
},
|
|
"private": true,
|
|
"author": "Martin Donnelly <martind2000@gmail.com>",
|
|
"license": "ISC"
|
|
}
|