md-utils/package.json
martind2000 d7b028a786 0.0.3
Added mocha and tests
2016-04-10 11:12:40 +01:00

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"
}