-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 971 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
{
"name": "shakespeares-first-folio",
"version": "1.0.0",
"description": "One page static site for First Folio! exhibition at Middlebury",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/middleburydigitalservices/shakespeares-first-folio.git"
},
"bugs": {
"url": "https://github.com/middleburydigitalservices/shakespeares-first-folio/issues"
},
"dependencies": {
"browser-sync": "^2.29.3",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^6.1.0",
"gulp-combine-mq": "^0.4.0",
"gulp-gh-pages": "^0.5.4",
"gulp-imagemin": "^4.1.0",
"gulp-minify-css": "^1.2.4",
"gulp-notify": "^4.0.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-util": "^3.0.8",
"node-sass": "^9.0.0"
},
"overrides": {
"graceful-fs": "^4.2.11"
}
}