-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
40 lines (40 loc) · 1.02 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
{
"name": "podlove-subscribe-button",
"repository": "https://github.com/podlove/podlove-subscribe-button",
"version": "1.2.0",
"scripts": {
"build": "gulp",
"dev": "gulp serve",
"clean": "rm -rf dist/",
"deploy:cdn": "rsync -rvt --chmod=D2755,F644 dist/ [email protected]:applications/subscribe-button/"
},
"devDependencies": {
"coffeeify": "^3.0.1",
"coffeescript": "^2.5.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-browserify": "^0.5.1",
"gulp-coffee": "^3.0.3",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.7.0",
"gulp-gzip": "^1.4.2",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"gulp-watch": "^5.0.1",
"handlebars": "^4.7.7",
"node-sass": "^6.0.1",
"sass": "^1.38.1",
"tinycolor2": "^1.4.2",
"underscore": "^1.13.1"
},
"engines": {
"node": ">=8.9.4",
"yarn": ">=1.1.0"
},
"browserslist": [
"defaults",
"maintained node versions"
]
}