-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 890 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 890 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
29
30
31
32
33
{
"name": "GalleryGuideEditTheme",
"repository": {
"type": "git",
"url": "https://github.com/GalleryGuide/gall"
},
"title": "The Gallery Guide Editing Theme",
"homepage": "https://github.com/GalleryGuide/galledit",
"version": "0.0.0",
"description": "Gallery Guide Editing Theme",
"main": "gulpfile.js",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-cached": "^1.1.1",
"gulp-if": "^3.0.0",
"gulp-load-plugins": "^2.0.3",
"gulp-minify-css": "^1.2.4",
"gulp-sass": "^4.1.0",
"gulp-scss-lint": "^1.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-svgmin": "^3.0.0",
"gulp-svgstore": "^7.0.1",
"gulp.spritesmith": "^6.11.0",
"minimist": "~1.2.3",
"node-sass": "^4.14.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}