-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
38 lines (38 loc) · 1.02 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
{
"name": "@logisticinfotech/sails-hook-actions2-swagger",
"version": "0.0.9",
"description": "sails hook for generating swagger.json and its ui",
"main": "index.js",
"scripts": {
"test": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/logisticinfotech/sails-hook-actions2-swagger.git"
},
"keywords": [
"sails v1",
"hook",
"actions2-swagger",
"swagger",
"swagger-ui",
"logistic infotech",
"action2-swagger",
"sails-hook"
],
"author": "Nirav Adatiya <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/logisticinfotech/sails-hook-actions2-swagger/issues"
},
"dependencies": {
},
"devDependencies": {
"sails": "^1.1.0"
},
"sails": {
"isHook": true,
"hookName": "sails-hook-actions2-swagger"
},
"homepage": "https://www.logisticinfotech.com/blog/sails-hook-actions2-swagger-generator/"
}