forked from VNG-Realisatie/verzoeken-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 992 Bytes
/
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
{
"name": "verzoeken",
"version": "0.1.0",
"description": "verzoeken referentie implementatie API",
"main": "src/index.js",
"directories": {
"doc": "doc"
},
"scripts": {
"convert": "swagger2openapi src/swagger2.0.json -o src/openapi.yaml",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:VNG-Realisatie/klantinteracties-api"
},
"author": "VNG-Realisatie",
"license": "EUPL-1.2",
"homepage": "https://ref.tst.vng.cloud",
"dependencies": {
"autoprefixer": "^9.6.1",
"font-awesome": "^4.7.0"
},
"devDependencies": {
"cssnano": "^4.1.10",
"gulp": "^4.0.2",
"gulp-file": "^0.4.0",
"gulp-hub": "^4.2.0",
"gulp-if": "^3.0.0",
"gulp-postcss": "^8.0.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"postcss-loader": "^3.0.0",
"postcss-selector-lint": "^1.0.0",
"sass-loader": "^7.2.0",
"swagger2openapi": "^6.1.1",
"yargs": "^14.0.0"
}
}