-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.16 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.16 KB
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": "squeezer-swagger",
"version": "0.0.7",
"description": "Swagger Squeezer Plugin . This plugin enables Swagger API Documentation support within the Squeezer Framework.",
"homepage": "https://squeezer.io/",
"bin": {},
"keywords": [
"squeezer.io",
"squeezer.io framework",
"squeezer framework",
"squeezer swagger"
],
"repository": {
"type": "git",
"url": "https://github.com/SqueezerIO/squeezer-swagger"
},
"scripts": {
"eslint": "eslint . --cache",
"jsinspect": "jsinspect -t 50 --ignore 'public' ./"
},
"contributors": [
{
"name": "Nick Chisiu",
"email": "nick@squeezer.io",
"web": "https://Squeezer.IO/"
}
],
"license": "MIT",
"dependencies": {
"bluebird": "^3.5.0",
"body-parser": "^1.17.2",
"colors": "^1.1.2",
"express": "^4.15.4",
"lodash": "^4.17.4",
"url-parse": "^1.1.9"
},
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.0.0",
"eslint-config-airbnb-base": "^11.0.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^3.0.2",
"eslint-plugin-react": "^6.10.0",
"jsinspect": "^0.12.7"
}
}