-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
68 lines (68 loc) · 2 KB
/
package.json
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "lx-valid",
"description": "A cross-browser / node.js validator, based on flatiron revalidator.",
"version": "1.2.4",
"homepage": "https://github.com/litixsoft/lx-valid",
"author": {
"name": "Litixsoft GmbH",
"email": "[email protected]"
},
"maintainers": [
"Timo Liebetrau <[email protected]>",
"Marco Kannenberg <[email protected]>",
"Sven Bernstein <[email protected]>",
"Dominic Sachs <[email protected]>",
"Thomas Scheibe <[email protected]>",
"Mike Alig <[email protected]>",
"Joerg Raschke <[email protected]>",
"Andreas Krummsdorf <[email protected]>"
],
"contributors": [
"Sergey Korotkov <[email protected]>",
"Vladimir Kalenyuk"
],
"repository": {
"type": "git",
"url": "https://github.com/litixsoft/lx-valid.git"
},
"bugs": {
"url": "https://github.com/litixsoft/lx-valid/issues"
},
"keywords": [
"json schema",
"schema validator",
"validator",
"browser validator"
],
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/litixsoft/lx-valid/blob/master/LICENSE"
}
],
"main": "lib/lx-valid.js",
"scripts": {
"test": "grunt test"
},
"dependencies": {
"async": "^2.0.1"
},
"devDependencies": {
"bson": "^0.5.2",
"grunt": "^1.0.1",
"grunt-bg-shell": "^2.3.3",
"grunt-bump": "^0.8.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-compress": "^1.3.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-conventional-changelog": "^6.1.0",
"grunt-jasmine-nodejs": "1.5.4",
"grunt-open": "^0.2.3",
"istanbul": "^0.4.4",
"jasmine": "^2.4.1",
"load-grunt-tasks": "^3.5.0"
}
}