-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.32 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
{
"name": "grunt-swagger-tools",
"version": "0.1.4",
"description": "Grunt module for Swagger validation",
"main": "index.js",
"directories": {
"example": "examples"
},
"dependencies": {
"cookiejar": "^2.1.4",
"dicer": "^0.3.1",
"grunt": "^1.5.2",
"grunt-contrib-jshint": "^3.0.0",
"jshint": "^2.5.0",
"load-grunt-tasks": "^5.1.0",
"minimatch": "^3.0.8",
"minimist": "^1.2.6",
"qs": "^6.9.7",
"semver": "^7.5.2",
"shelljs": "^0.8.5",
"swagger-tools": "^0.10.1",
"validator": "^13.7.0"
},
"scripts": {
"test": "grunt test",
"demo": "grunt demo",
"nolog": "grunt nolog"
},
"repository": {
"type": "git",
"url": "https://github.com/tmalbonph/grunt-swagger-tools.git"
},
"keywords": [
"Serenity",
"Grunt",
"Swagger",
"Module"
],
"author": "Teddy Albon <[email protected]> (https://github.com/tmalbonph)",
"license": "MIT",
"bugs": {
"url": "https://github.com/tmalbonph/grunt-swagger-tools/issues"
},
"homepage": "https://github.com/tmalbonph/grunt-swagger-tools",
"files": [
"index.js",
"Gruntfile.js",
"README.md",
"LICENSE"
],
"maintainers": [
"Neil Hastings <[email protected]> (http://indytechcook.com)",
"Teddy Albon <[email protected]> (https://github.com/tmalbonph)"
]
}