-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 824 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 824 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": "hereismass.github.io",
"version": "1.0.0",
"description": "hereismass website",
"main": "index.js",
"scripts": {
"start": "./scripts/development.sh",
"build": "./scripts/production.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hereismass/hereismass.github.io.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hereismass/hereismass.github.io/issues"
},
"homepage": "https://github.com/hereismass/hereismass.github.io#readme",
"devDependencies": {
"del": "7.0.0",
"gulp": "4.0.2",
"gulp-autoprefixer": "8.0.0",
"gulp-imagemin": "8.0.0",
"gulp-newer": "1.4.0",
"gulp-plumber": "1.2.1",
"gulp-sass": "5.1.0",
"http-server": "14.1.1",
"node-sass": "9.0.0",
"sass": "1.63.6"
}
}