mirror of
https://gitlab.silvrtree.co.uk/martind2000/node-validator.git
synced 2025-01-10 17:15:09 +00:00
27 lines
605 B
JSON
27 lines
605 B
JSON
{
|
|
"name": "node-validator",
|
|
"version": "0.1.3",
|
|
"description": "A collection of validators.",
|
|
"main": "lib/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",
|
|
"mocha-jshint": "^2.3.1"
|
|
}
|
|
}
|