-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
49 lines (49 loc) · 1.12 KB
/
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
40
41
42
43
44
45
46
47
48
49
{
"name": "explr",
"version": "1.0.0",
"description": "Explr.fm - color music map the wolrd",
"main": "Gulpfile.js",
"private": true,
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"browser-sync": "^2.26.7",
"del": "^5.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-babel": "^8.0.0",
"gulp-changed": "^3.2.0",
"gulp-concat": "^2.6.1",
"gulp-deporder": "^1.2.0",
"gulp-gh-pages": "^0.6.0-6",
"gulp-imagemin": "^7",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^1.4.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"sass": "^1.49.0"
},
"scripts": {
"start": "npm install && gulp",
"gulp": "gulp",
"deploy": "gulp deploy",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "https://github.com/mold/Explr"
},
"keywords": [
"music",
"tommy"
],
"author": "Explr.fm",
"bugs": {
"url": "https://github.com/mold/Explr/issues"
},
"homepage": "https://github.com/mold/Explr",
"resolutions": {
"gift": "^0.10.2"
}
}