api-valid
Version:
32 lines (31 loc) • 707 B
JSON
{
"name": "api-valid",
"version": "1.1.1",
"description": "api validate",
"main": "index.js",
"dependencies": {
"path-to-regexp": "^2.4.0",
"validator": "^10.7.0"
},
"devDependencies": {
"mocha": "^5.2.0"
},
"scripts": {
"test": "NODE_ENV=test node ./node_modules/mocha/bin/mocha --timeout 1000 --bail --recursive --exit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TIME-GATE/api-valid.git"
},
"keywords": [
"api",
"validate",
"restful"
],
"author": "joseph",
"license": "ISC",
"bugs": {
"url": "https://github.com/TIME-GATE/api-valid/issues"
},
"homepage": "https://github.com/TIME-GATE/api-valid#readme"
}