-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 972 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 972 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
33
{
"name": "cdn-interflux",
"version": "1.0.0",
"description": "This CDN holds all images and videos for Interflux websites and apps.",
"homepage": "https://cdn.interflux.com",
"repository": "https://github.com/interflux-electronics/cdn.interflux.com",
"bugs": "https://github.com/interflux-electronics/cdn.interflux.com/issues",
"contributors": [
"Jan Werkhoven <j.werkhoven@interflux.com> (https://github.com/janwerkhoven)"
],
"license": "UNLICENSED",
"private": true,
"devDependencies": {
"@babel/core": "^7.13.8",
"@babel/register": "^7.13.8",
"cors": "^2.8.5",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-connect": "^5.7.0",
"gulp-size": "^3.0.0",
"prettier": "^2.2.1"
},
"scripts": {
"start": "./node_modules/.bin/gulp serve",
"build": "./node_modules/.bin/gulp build",
"deploy": "./bin/deploy.sh",
"seed": "./bin/seed.sh"
},
"volta": {
"node": "14.17.0",
"yarn": "1.22.10"
}
}