UNPKG

gatsby-syntax-highlights-dracula

Version:
45 lines (44 loc) 1.21 kB
{ "name": "gatsby-syntax-highlights-dracula", "version": "0.1.5", "description": "Dracula syntax highlighting theme for Gatsby", "main": "styles.css", "scripts": { "sass": "node_modules/node-sass/bin/node-sass lib/styles.scss styles.css", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/iamskok/gatsby-syntax-highlights-dracula.git" }, "keywords": [ "gatsby", "gatsby-plugin", "gatsby-remark-prismjs", "prism", "prism-line-numbers", "prism-line-highlight", "theme", "dark-theme", "dracula", "dracula-theme", "gatsby-line-hightlights-dracula", "gatsby-line-numbers-dracula", "gatsby-code-buttons-dracula", "gatsby-code-titles-dracula", "gatsby-remark-prismjs-dracula", "styles", "sass", "scss", "css" ], "author": "Vladimir Skok <skok@vova.io> (https://github.com/iamskok)", "license": "ISC", "bugs": { "url": "https://github.com/iamskok/gatsby-syntax-highlights-dracula/issues" }, "homepage": "https://github.com/iamskok/gatsby-syntax-highlights-dracula#readme", "dependencies": { "node-sass": "^4.11.0" } }