forked from victrme/Bonjourr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 906 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
{
"name": "bonjourr",
"version": "1.10.0",
"description": "iOS styled startpage",
"main": "src/scripts/script.js",
"scripts": {
"chrome": "gulp chrome",
"firefox": "gulp firefox",
"firefox-dev": "gulp firefoxdev",
"online": "gulp online",
"scss": "sass --watch src/styles/scss/style.scss src/styles/style.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/victrme/Bonjourr.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/victrme/Bonjourr/issues"
},
"homepage": "https://bonjourr.fr",
"devDependencies": {
"glob-parent": ">=5.1.2",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-babel-minify": "^0.5.1",
"gulp-concat": "^2.6.1",
"gulp-csso": "^4.0.1",
"gulp-htmlmin": "^5.0.1",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.3",
"sass": "^1.35.2",
"set-value": ">=4.0.1",
"trim-newlines": ">=3.0.1"
}
}