-
Notifications
You must be signed in to change notification settings - Fork 74
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 788 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 788 Bytes
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
{
"name": "openapi-map",
"version": "1.0.0",
"description": "Find your way in the OpenAPI Specification",
"main": "index.js",
"scripts": {
"serve": "gulp serve",
"build": "gulp"
},
"author": "Arnaud Lauret",
"license": "Apache 2.0",
"devDependencies": {
"chai": "^4.1.2",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-declare": "^0.3.0",
"gulp-filelist": "^1.0.0",
"gulp-handlebars": "^5.0.2",
"gulp-jsbeautifier": "^2.1.2",
"gulp-mocha": "^5.0.0",
"gulp-sequence": "^1.0.0",
"gulp-util": "^3.0.8",
"gulp-webserver": "^0.9.1",
"gulp-wrap": "^0.13.0",
"gulp-yaml": "^1.0.1",
"handlebars": "^4.0.11",
"marked": "^0.3.17",
"merge-stream": "^1.0.1",
"mocha": "^5.0.1"
}
}