forked from PedalPlayground/pedalplayground
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (48 loc) · 1.09 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
50
51
52
53
{
"name": "pedal-playground",
"version": "1.0.0",
"description": "A site to help you arrange pedals",
"main": "gulpfile.js",
"dependencies": {
"bower": "^1.8.8",
"gulp": "^3.9.0",
"gulp-cached": "^1.1.1",
"gulp-concat": "^2.6.1",
"gulp-gzip": "^1.4.2",
"gulp-imagemin": "^3.4.0",
"gulp-livereload": "^3.8.0",
"gulp-minify": "^2.1.0",
"gulp-minify-css": "^1.2.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.4",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.3.5"
},
"devDependencies": {
"gulp-responsive": "^2.9.0",
"http-server": "^0.11.1",
"prettier": "2.2.1"
},
"scripts": {
"serve": "http-server ./ -o",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tehtrav/pedal-playground.git"
},
"keywords": [
"gulp",
"scss",
"front",
"end"
],
"author": "Travis Lehman",
"license": "ISC",
"bugs": {
"url": "https://github.com/tehtrav/pedal-playground/issues"
},
"homepage": "https://github.com/tehtrav/pedal-playground#readme"
}