forked from tsmith512/tsmithphotos-old
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.32 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
40
41
42
43
{
"name": "orangelynxphotos",
"version": "1.1.0",
"description": "The source repository for Orangelynx' photoblog, a blog based on a site by Taylor Smith (https://www.tsmithcreative.com/).",
"repository": {
"type": "git",
"url": "ssh://[email protected]:orangelynx/photoblog.git"
},
"author": "Orangelynx <[email protected]>",
"license": "UNLICENSED",
"devDependencies": {
"breakpoint-sass": "^2.7.0",
"deepmerge": "^0.2.10",
"eslint": "^3.0.1",
"exif-parser": "^0.1.9",
"fg-loadcss": "^1.2.0",
"glob": "^7.0.5",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-awspublish": "^3.3.0",
"gulp-clean-css": "^2.0.12",
"gulp-concat": "^2.6.0",
"gulp-eslint": "^3.0.1",
"gulp-help": "^1.6.1",
"gulp-image-resize": "^0.9.0",
"gulp-imagemin": "^3.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-uglify": "^1.5.4",
"gulp-util": "^3.0.7",
"gulpicon": "^0.1.2",
"image-size": "^0.5.0",
"js-yaml": "^3.6.1",
"merge-stream": "^1.0.0",
"photoswipe": "^4.1.1",
"recursive-readdir-sync": "^1.0.6",
"run-sequence": "^1.2.2",
"natural-orderby": "^2.0.3"
},
"scripts": {
"postinstall": "which gm || echo 'Please install GraphicsMagick (specifically, the gm command is needed for photo manipulation)'"
}
}