-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.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
{
"name": "the-vladiator",
"version": "1.3.5",
"description": "Javascript validation and assertion library for checking incoming parameters.",
"main": "vladiator.js",
"types": "vladiator.d.ts",
"directories": {
"test": "test"
},
"dependencies": {},
"devDependencies": {
"chai": "^3.5.0",
"karma": "^1.1.0",
"karma-chai": "^0.1.0",
"karma-coverage": "^1.0.0",
"karma-junit-reporter": "^1.1.0",
"karma-mocha": "^1.1.1",
"karma-mocha-reporter": "^2.0.4",
"karma-phantomjs-launcher": "^1.0.1",
"mocha": "^2.5.3",
"mocha-junit-reporter": "^1.11.1"
},
"scripts": {
"test": "mocha test --reporter mocha-junit-reporter --reporter-options mochaFile=./logs/tests/test-results.xml; mocha test; karma start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Vmlweb/Vladiator.git"
},
"keywords": [
"validator",
"assert",
"optional",
"parameter",
"check",
"recursive",
"object",
"property",
"search"
],
"author": "Victor Leach <mail@vmlweb.co.uk>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Vmlweb/Vladiator/issues"
},
"homepage": "https://github.com/Vmlweb/Vladiator#readme"
}