Skip to content

Instantly share code, notes, and snippets.

@twhite96
Created February 8, 2019 20:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save twhite96/258e52bdfcd524ef63ec8a1593565d02 to your computer and use it in GitHub Desktop.
Save twhite96/258e52bdfcd524ef63ec8a1593565d02 to your computer and use it in GitHub Desktop.
{
"name": "new-post-gatsby-starter-blog",
"version": "1.1.5",
"description": "create a new post in gatsby starter blog format with a simple command",
"main": "/bin/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/twhite96/gatsby-starter-blog-new-post.git"
},
"bin": {
"new-post": "bin/new-post.js"
},
"keywords": [
"gatsby-starter-blog",
"blog",
"post",
"gatsby",
"npm"
],
"author": "Tiffany White",
"license": "MIT",
"bugs": {
"url": "https://github.com/twhite96/gatsby-starter-blog-new-post/issues"
},
"homepage": "https://github.com/twhite96/gatsby-starter-blog-new-post#readme",
"devDependencies": {
"date-fns": "^1.30.1",
"slug": "^0.9.3",
"slugify": "^1.3.4"
},
"dependencies": {
"shelljs": "^0.8.3"
},
"scripts": {
"new-post": "new-post"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment