-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
39 lines (39 loc) · 1020 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
38
39
{
"name": "history-project",
"description": "Historical record of happenings at the New Theatre.",
"version": "0.0.0",
"private": true,
"dependencies": {
"bower": "^1.8.14",
"coffeescript": "2.5.1",
"cssnano": "^5.1.13",
"gulp": "^3.9.1",
"gulp-batch": "^1.0.5",
"gulp-cli": "^2.3.0",
"gulp-coffee": "^3.0.2",
"gulp-concat": "^2.6.0",
"gulp-if": "^2.0.2",
"gulp-jsonlint": "^1.3.2",
"gulp-postcss": "^9.0.0",
"gulp-sass": "^4.1.1",
"gulp-shell": "^0.6.1",
"gulp-sourcemaps": "^2.2.0",
"gulp-terser": "1.2.0",
"gulp-util": "^3.0.7",
"gulp-v3": "3.12.1",
"gulp-watch": "^5.0.1",
"gulp-webserver": "^0.9.1",
"jsonlint": "^1.6.3",
"mapbox-gl": "1.13.1",
"postcss": "^8.0",
"postcss-cli": "^8.0",
"postcss-cssnext": "^3.1.1"
},
"repository": {
"type": "git",
"url": "https://github.com/newtheatre/history-project.git"
},
"bugs": {
"url": "https://github.com/newtheatre/history-project/issues"
}
}