2020-02-20 14:38:25 -08:00
{
"name" : "genderdysphoria.fyi" ,
"version" : "1.0.0" ,
"description" : "Code for construction of the GenderDysphoria.fyi website" ,
"scripts" : {
"test" : "eslint ./ --fix"
} ,
"engines" : {
"node" : ">=12.14.0"
} ,
"author" : "Jocelyn Badgley <joc@twipped.com> (http://twipped.com/)" ,
"siteInfo" : {
"title" : "That's Gender Dysphoria, FYI" ,
"domain" : "genderdysphoria.fyi" ,
2020-02-21 20:05:52 -08:00
"siteUrl" : "https://genderdysphoria.fyi" ,
2020-02-22 20:32:51 -08:00
"description" : "A resource for those questioning their gender, already on a gender journey, or simply wanting to learn more about what it is to be transgender." ,
2020-02-23 20:13:20 -08:00
"creator" : "TwippingVanilla" ,
"author" : "Jocelyn Badgley" ,
2020-02-20 14:38:25 -08:00
"rss" : {
"title" : "That's Gender Dysphoria, FYI" ,
"feed_url" : "https://genderdysphoria.fyi/atom.xml" ,
"site_url" : "https://genderdysphoria.fyi" ,
"image_url" : "https://genderdysphoria.fyi/favicon228.png"
}
} ,
"license" : "MIT" ,
"devDependencies" : {
"autoprefixer" : "~9.7.4" ,
2020-02-21 20:05:52 -08:00
"aws-sdk" : "~2.624.0" ,
2020-02-20 14:38:25 -08:00
"backbone" : "~1.4.0" ,
"bluebird" : "~3.7.2" ,
"bootstrap" : "~4.4.1" ,
"concurrent-transform" : "~1.0.0" ,
"crass" : "~0.12.3" ,
"date-fns" : "~2.9.0" ,
"eslint" : "~6.8.0" ,
2020-02-28 09:12:18 -08:00
"eslint-config-twipped" : "~3.4.0" ,
2020-02-20 14:38:25 -08:00
"eslint-plugin-node" : "~11.0.0" ,
"eslint-plugin-promise" : "~4.2.1" ,
"express" : "~4.17.1" ,
"fancy-log" : "~1.3.3" ,
"forever" : "~2.0.0" ,
2020-02-21 20:05:52 -08:00
"front-matter" : "~3.1.0" ,
2020-02-20 14:38:25 -08:00
"fs-extra" : "~8.1.0" ,
2020-02-23 18:36:33 -08:00
"get-video-dimensions" : "~1.0.0" ,
2020-02-20 14:38:25 -08:00
"glob" : "~7.1.6" ,
"gm" : "~1.23.1" ,
"gulp" : "~4.0.2" ,
2020-02-21 20:05:52 -08:00
"gulp-awspublish" : "~4.1.1" ,
2020-02-20 14:38:25 -08:00
"gulp-awspublish-router" : "~0.2.0" ,
"gulp-better-rollup" : "~4.0.1" ,
"gulp-changed" : "~4.0.2" ,
"gulp-clean" : "~0.4.0" ,
"gulp-cloudfront-invalidate-aws-publish" : "~1.0.0" ,
"gulp-concat" : "~2.6.1" ,
"gulp-filter" : "~6.0.0" ,
"gulp-minify" : "~3.1.0" ,
"gulp-rev" : "~9.0.0" ,
"handlebars" : "~4.7.3" ,
"hbs-kit" : "~1.2.0" ,
"html-minifier-terser" : "~5.0.4" ,
"image-size" : "~0.8.3" ,
"jquery" : "~3.4.1" ,
"lodash" : "~4.17.15" ,
"magnific-popup" : "~1.1.0" ,
2020-02-21 20:05:52 -08:00
"make-fetch-happen" : "~8.0.1" ,
2020-02-20 14:38:25 -08:00
"markdown-it" : "~10.0.0" ,
"markdown-it-anchor" : "~5.2.5" ,
"memoizepromise" : "~2.0.0" ,
"merge-stream" : "~2.0.0" ,
"minimist" : "~1.2.0" ,
"morgan" : "~1.9.1" ,
"node-sass" : "~4.13.1" ,
"plugin-error" : "~1.0.1" ,
"png-to-ico" : "~2.0.6" ,
"popper.js" : "~1.16.0" ,
2020-02-28 09:15:21 -08:00
"postcss" : "~7.0.27" ,
2020-02-20 14:38:25 -08:00
"rev-hash" : "~3.0.0" ,
"rev-path" : "~2.0.0" ,
2020-02-21 20:05:52 -08:00
"rollup" : "~1.31.1" ,
2020-02-20 14:38:25 -08:00
"rollup-plugin-alias" : "~2.2.0" ,
"rollup-plugin-commonjs" : "~10.1.0" ,
"rollup-plugin-json" : "~4.0.0" ,
"rollup-plugin-node-resolve" : "~5.2.0" ,
"rollup-plugin-string" : "~3.0.0" ,
"rss" : "~1.2.2" ,
"serve-index" : "~1.9.1" ,
"slugify" : "~1.3.6" ,
"string-strip-html" : "~4.3.16" ,
"through2" : "~3.0.1" ,
"twemoji" : "~12.1.5" ,
"twitter-lite" : "~0.9.4" ,
"uuid" : "~3.4.0" ,
"vinyl" : "~2.2.0"
} ,
"dependencies" : { }
}