UNPKG

1.18 kBJSONView Raw
1{
2 "name": "valida",
3 "description": "Valida - A lightweight sanitizer and validator library for Node.js",
4 "version": "2.4.0",
5 "author": {
6 "name": "Eduardo Nunes",
7 "email": "esnunes@gmail.com"
8 },
9 "scripts": {
10 "test": "NODE_ENV=test mocha --report spec --recursive --watch-extensions .spec.js ./spec"
11 },
12 "contributors": [
13 {
14 "name": "Eduardo Nunes",
15 "email": "esnunes@gmail.com"
16 }
17 ],
18 "dependencies": {
19 "async": "^0.9.0",
20 "is-float": "^1.0.0",
21 "rsvp": "^3.0.14",
22 "titlecase": "^1.1.2",
23 "upper-case-first": "^1.1.2"
24 },
25 "keywords": [
26 "validation",
27 "validator",
28 "validate",
29 "sanitization",
30 "sanitisation",
31 "sanitizer",
32 "sanitiser",
33 "lightweight"
34 ],
35 "repository": {
36 "type": "git",
37 "url": "http://github.com/esnunes/valida.git"
38 },
39 "main": "lib/index",
40 "engines": {
41 "node": ">= 0.10.7"
42 },
43 "licenses": [
44 {
45 "type": "MIT",
46 "url": "http://github.com/esnunes/valida/raw/master/LICENSE"
47 }
48 ],
49 "bugs": {
50 "url": "https://github.com/esnunes/valida/issues"
51 },
52 "devDependencies": {
53 "chai": "^3.5.0",
54 "mocha": "^2.5.3"
55 }
56}