-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 737 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 737 Bytes
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
{
"name": "cc-chapters-theme",
"version": "2020.05.1",
"description": "Creative Commons Chapter websites WordPress theme",
"directories": {},
"author": "Creative Commons",
"license": "GNU",
"devDependencies": {
"bower": "^1.3.1",
"breakpoint-sass": "^2.7.0",
"browserify": "^9.0.8",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.5.2",
"gulp-cssmin": "^0.1.7",
"gulp-sass": "^2.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.2.0",
"gulp-util": "^2.2.14",
"gulp-watchify": "^0.5.0",
"lazy": "1.0.11",
"underscore": "*",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^0.1.1",
"watchify": "^3.2.0"
},
"dependencies": {}
}