2017-07-26 13:54:03 -06:00
|
|
|
{
|
|
|
|
|
"name": "gatsby-starter-hello-world",
|
|
|
|
|
"description": "Gatsby hello world starter",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"develop": "gatsby develop",
|
|
|
|
|
"build": "gatsby build",
|
|
|
|
|
"serve": "gatsby serve"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2017-11-21 16:29:06 -07:00
|
|
|
"gatsby": "^1.9.119",
|
2017-11-17 14:06:47 -07:00
|
|
|
"gatsby-link": "^1.6.28"
|
2017-07-26 13:54:03 -06:00
|
|
|
}
|
|
|
|
|
}
|