UNPKG

901 BJSONView Raw
1{
2 "name": "valida",
3 "description": "Valida - A lightweight sanitizer and validator library for Node.js",
4 "version": "2.1.0",
5 "author": {
6 "name": "Eduardo Nunes",
7 "email": "esnunes@gmail.com"
8 },
9 "contributors": [
10 {
11 "name": "Eduardo Nunes",
12 "email": "esnunes@gmail.com"
13 }
14 ],
15 "dependencies": {
16 "async": "^0.9.0",
17 "rsvp": "^3.0.14"
18 },
19 "keywords": [
20 "validation",
21 "validator",
22 "validate",
23 "sanitization",
24 "sanitisation",
25 "sanitizer",
26 "sanitiser",
27 "lightweight"
28 ],
29 "repository": {
30 "type": "git",
31 "url": "http://github.com/esnunes/valida.git"
32 },
33 "main": "lib/index",
34 "engines": {
35 "node": ">= 0.10.7"
36 },
37 "licenses": [
38 {
39 "type": "MIT",
40 "url": "http://github.com/esnunes/valida/raw/master/LICENSE"
41 }
42 ],
43 "bugs": {
44 "url": "https://github.com/esnunes/valida/issues"
45 }
46}