node-validator/package.json
2016-03-11 09:49:35 +00:00

26 lines
571 B
JSON

{
"name": "node-validator",
"version": "0.0.1",
"description": "A collection of validators.",
"main": "md-validator.js",
"scripts": {
"test": "mocha --recursive --reporter spec --bail --check-leaks --timeout 3000"
},
"repository": {
"type": "git",
"url": "git+http://gitlab.silvrtree.co.uk/martind2000/node-validator.git"
},
"keywords": [
"validator"
],
"engines": {
"node": "*"
},
"author": "Martin Donnelly <martind2000@gmail.com>",
"license": "ISC",
"private": true,
"devDependencies": {
"mocha": "^2.4.5"
}
}