md-utils/package.json

22 lines
545 B
JSON
Raw Permalink 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": {
2016-04-10 10:12:40 +00:00
"test": "mocha --recursive --reporter spec --bail --check-leaks --timeout 3000"
},
2016-04-10 09:33:28 +00:00
"dependencies": {},
"devDependencies": {
2016-04-10 10:12:40 +00:00
"mocha": "^2.4.5",
"mocha-jshint": "^2.3.1"
},
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"
}