-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
34 lines (34 loc) · 970 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
{
"name": "cfa-response-theme",
"version": "1.0.0a",
"description": "A Jekyll theme for CfA hurricane response maps.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/hurricane-response/response-theme"
},
"author": "Michael Bishop",
"license": "MIT",
"bugs": {
"url": "https://github.com/hurricane-response/response-theme/issues"
},
"homepage": "https://github.com/hurricane-response/response-theme",
"devDependencies": {
"browser-sync": "^2.26.7",
"css-declaration-sorter": "^4.0.1",
"cssnano": "^4.1.10",
"del": "^4.1.1",
"gulp": "^4.0.1",
"gulp-load-plugins": "^2.0.1",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-sourcemaps": "^2.6.5",
"postcss-cli": "^6.1.3",
"postcss-easy-import": "^3.0.0",
"postcss-preset-env": "^6.7.0"
}
}