-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
46 lines (46 loc) · 1.17 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
{
"name": "swagger-validation",
"version": "1.4.3",
"author": {
"name": "Wonderlic, Inc.",
"email": "[email protected]",
"url": "http://www.wonderlic.com"
},
"description": "Validation implementation intended to be used with the Wordnik Swagger implementation for Express (swagger-node-express)",
"repository": {
"type": "git",
"url": "https://github.com/wonderlic/swagger-validation.git"
},
"keywords": [
"swagger",
"validation",
"swagger-validation"
],
"bugs": "https://github.com/wonderlic/swagger-validation/issues",
"main": "index.js",
"license": "MIT",
"engines": {
"node": ">= 0.10.x"
},
"scripts": {
"jshint": "jshint ./lib ./test index.js gulpfile.js",
"test": "npm run jshint && mocha",
"test-debug": "mocha --debug-brk"
},
"dependencies": {
"lodash": "^3.3.0",
"moment": "^2.9.0"
},
"devDependencies": {
"chai": "2.1.0",
"gulp": "3.8.11",
"gulp-concat": "2.5.2",
"gulp-jsdoc-to-markdown": "0.1.6",
"gulp-shell": "0.3.0",
"gulp-util": "3.0.3",
"ink-docstrap": "0.5.2",
"jsdoc": "3.3.0-beta1",
"jshint": "2.6.0",
"mocha": "2.1.0"
}
}