forked from hurricane-response/response-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.12 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
{
"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.5",
"css-declaration-sorter": "^4.0.1",
"cssnano": "^4.1.10",
"del": "^4.1.1",
"gulp": "^4.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.2",
"postcss-custom-media": "^7.0.8",
"postcss-custom-selectors": "^5.1.2",
"postcss-easy-import": "^3.0.0",
"postcss-logical": "^3.0.0",
"postcss-media-minmax": "^4.0.0",
"postcss-preset-env": "^6.6.0",
"postcss-utilities": "^0.8.0",
"uslug": "^1.0.4"
}
}