UNPKG

gatsby-source-behance

Version:

Gatsby source plugin for loading information from Behance

50 lines (49 loc) 1.61 kB
{ "name": "gatsby-source-behance", "version": "3.0.2", "description": "Gatsby source plugin for loading information from Behance", "main": "gatsby-node.js", "scripts": { "build": "babel src --out-dir . --ignore __tests__", "prepare": "cross-env NODE_ENV=production npm run build", "watch": "babel -w src --out-dir . --ignore __tests__" }, "repository": { "type": "git", "url": "https://github.com/LeKoArts/gatsby-source-behance" }, "bugs": { "url": "https://github.com/LeKoArts/gatsby-source-behance/issues" }, "homepage": "https://github.com/LeKoArts/gatsby-source-behance", "keywords": [ "gatsby", "gatsby-plugin", "gatsby-source-plugin", "behance" ], "author": "LekoArts <hello@lekoarts.de>", "license": "MIT", "dependencies": { "axios": "^0.18.0" }, "devDependencies": { "babel-cli": "^6.26.0", "babel-eslint": "^9.0.0", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-preset-env": "^1.7.0", "babel-preset-stage-0": "^6.24.1", "cross-env": "^5.1.4", "eslint": "^5.6.0", "eslint-config-airbnb": "^17.1.0", "eslint-config-prettier": "^3.0.1", "eslint-plugin-import": "^2.14.0", "eslint-plugin-jsx-a11y": "^6.1.1", "eslint-plugin-prettier": "^2.6.2", "eslint-plugin-react": "^7.11.1", "prettier": "^1.14.2" }, "peerDependencies": { "gatsby": ">=2" } }