Skip to content

Instantly share code, notes, and snippets.

@AndreYonadam
Created January 26, 2017 08:21
Show Gist options
  • Save AndreYonadam/1ef8a93ee4dbfd922083e1d59ff88260 to your computer and use it in GitHub Desktop.
Save AndreYonadam/1ef8a93ee4dbfd922083e1d59ff88260 to your computer and use it in GitHub Desktop.
{
"name": "codeflask.js",
"version": "0.2.0",
"homepage": "http://kazzkiq.github.io/CodeFlask.js/",
"repository": {
"type": "git",
"url": "git://github.com/kazzkiq/CodeFlask.js"
},
"resolutions": {
"prism": "~1.0.1"
},
"authors": [
"Claudio Holanda"
],
"dependencies": {
"prism": "~1.0.1"
},
"description": "A micro code-editor for awesome web pages.",
"main": [
"src/codeflask.js",
"src/codeflask.css"
],
"keywords": [
"code-editor",
"plugin",
"syntax-highlight"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment