-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 936 Bytes
/
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
{
"name": "swagger-checkstyle",
"version": "1.0.0",
"description": "Checkstyle on swagger definitions",
"main": "lib/index.js",
"scripts": {
"test": "mocha"
},
"author": "Jason Harmon",
"license": "ISC",
"dependencies": {
"bluebird": "^2.9.30",
"commander": "^2.8.1",
"joi": "^6.5.0",
"js-yaml": "^3.3.1",
"json-mask": "^0.3.4",
"lodash": "^3.9.3",
"swagger-parser": "^3.3"
},
"devDependencies": {
"mocha": "^2.2.5",
"should": "^7.0.1"
},
"directories": {
"example": "examples",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jasonh-n-austin/swagger-api-checkstyle.git"
},
"keywords": [
"swagger",
"api",
"checkstyle"
],
"bugs": {
"url": "https://github.com/jasonh-n-austin/swagger-api-checkstyle/issues"
},
"homepage": "https://github.com/jasonh-n-austin/swagger-api-checkstyle#readme"
}