-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.24 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "validator",
"version": "2.1.0",
"description": "Object validation and sanitization. Includes a special validator middleware for ringo/stick.",
"keywords": [
"validator", "validation", "validate", "sanitization", "sanitize"
],
"author": {
"name": "Philipp Naderer",
"web": "http://github.com/botic",
"email": "philipp.naderer@gmail.com"
},
"maintainers": [
{
"name": "Philipp Naderer",
"web": "http://github.com/botic",
"email": "philipp.naderer@gmail.com"
}
],
"contributors": [
{
"name": "Philipp Naderer",
"web": "http://github.com/botic",
"email": "philipp.naderer@gmail.com"
},
{
"name": "Robert Gaggl",
"web": "http://nomatic.org/",
"email": "robert@nomatic.org"
}
],
"dependencies": {
"stick": ">=0.4"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/botic/validator/raw/master/LICENSE"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/botic/validator.git"
}
],
"engines": {
"ringojs": ">=1.0.0"
},
"main": "./lib/validator.js"
}