This repository has been archived by the owner on Oct 20, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 74
/
package.json
60 lines (60 loc) · 1.7 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
56
57
58
59
60
{
"name": "angular-swagger-ui",
"version": "0.6.5",
"license": "MIT",
"description": "AngularJS implementation of OpenAPI (aka Swagger) UI",
"homepage": "https://github.com/Orange-OpenSource/angular-swagger-ui",
"keywords": [
"angular",
"bootstrap",
"swagger",
"swagger-ui",
"openapi",
"api",
"rest",
"documentation"
],
"author": {
"name": "Mathieu Alès"
},
"repository": {
"type": "git",
"url": "https://github.com/Orange-OpenSource/angular-swagger-ui"
},
"dependencies": {
"angular": ">=1.5.0 <2",
"angular-sanitize": ">=1.5.0 <2"
},
"devDependencies": {
"angular-ui-bootstrap": "~2.4",
"bootstrap": "3.3.7",
"glob": "7.0.5",
"grunt": "0.4.5",
"grunt-concurrent": "2.3.1",
"grunt-connect-proxy": "^0.2.0",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-connect": "0.11.2",
"grunt-contrib-copy": "0.8.2",
"grunt-contrib-jshint": "0.11.3",
"grunt-contrib-less": "1.3.0",
"grunt-contrib-uglify": "0.11.1",
"grunt-contrib-watch": "0.6.1",
"grunt-html2js": "0.5.1",
"grunt-newer": "1.2.0",
"grunt-ng-annotate": "1.0.1",
"grunt-string-replace": "1.3.1",
"request": "2.73.0",
"js-yaml": "3.13.1",
"jshint-stylish": "2.2.0",
"load-grunt-tasks": "3.5.0",
"marked": "0.7.0",
"matchdep": "1.0.1",
"serve-static": "1.11.1",
"time-grunt": "1.4.0"
},
"engines": {
"node": ">=6"
},
"main": "dist/scripts/swagger-ui.min.js"
}