{
  "name": "gatsby-source-pexels",
  "version": "1.0.1",
  "description": "A source plugin for Gatsby to query images from the pexels API",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": ["gatsby","source","plugin","pexels","API","images","photos"],
  "author": "outofthisworld",
  "license": "ISC",
  "dependencies": {
    "axios": "^0.18.0"
  }
}
