node-validator/package.json

27 lines
605 B
JSON
Raw Normal View History

2016-03-11 09:49:35 +00:00
{
"name": "node-validator",
2016-04-10 09:51:52 +00:00
"version": "0.1.3",
2016-03-11 09:49:35 +00:00
"description": "A collection of validators.",
2016-04-10 09:51:52 +00:00
"main": "lib/md-validator.js",
2016-03-11 09:49:35 +00:00
"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"
2016-03-11 09:49:35 +00:00
}
}