Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add bower.json
  • Loading branch information
LukeAskew committed Mar 13, 2015
1 parent 6e927d1 commit 137e3e7
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions bower.json
@@ -0,0 +1,21 @@
{
"name": "prism-github",
"version": "0.1.0",
"homepage": "https://github.com/LukeAskew/prism-github",
"authors": [
"Luke Askew <lukeaskew@gmail.com>"
],
"description": "A Prism syntax highlighter theme based on Github's style.",
"main": "prism-github.scss",
"keywords": [
"prism"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit 137e3e7

Please sign in to comment.