serene-conformation
Version:
A validation middleware for Serene using the Conformation library
42 lines (41 loc) • 1.01 kB
JSON
{
"name": "serene-conformation",
"version": "0.5.0",
"description": "A validation middleware for Serene using the Conformation library",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stewartml/serene-conformation.git"
},
"keywords": [
"serene",
"validation",
"conformation"
],
"author": "Stewart MacKenzie-Leigh",
"license": "ISC",
"bugs": {
"url": "https://github.com/stewartml/serene-conformation/issues"
},
"homepage": "https://github.com/stewartml/serene-conformation#readme",
"devDependencies": {
"chai": "^3.5.0",
"express": "^4.13.4",
"mocha": "^2.4.5",
"serene": "^0.22.0",
"serene-express": "^0.4.0",
"serene-resources": "^0.12.0",
"supertest": "^1.2.0",
"supertest-as-promised": "^3.1.0"
},
"dependencies": {
"conformation": "^0.12.0",
"http-status-errors": "^1.0.0"
},
"peerDependencies": {
"conformation": "^0.12.0"
}
}