Skip to content

Commit

Permalink
bower.json fix
Browse files Browse the repository at this point in the history
  • Loading branch information
viebel committed Oct 5, 2016
1 parent e8c1043 commit 4ef6a77
Showing 1 changed file with 27 additions and 22 deletions.
49 changes: 27 additions & 22 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,33 @@
{
"name": "klipse",
"homepage": "https://github.com/viebel/klipse",
"authors": [
"(Yehonathan Sharvit <[email protected]>)"
],
"description": "a simple client-side code evaluator pluggable on any web page.",
"main": ["dist/klipse_plugin.min.js",
"dist/codemirror.css"],
"keywords": [
"clojure",
"name": "klipse",
"homepage": "https://github.com/viebel/klipse",
"authors": [
"(Yehonathan Sharvit <[email protected]>)"
],
"description": "a simple client-side code evaluator pluggable on any web page.",
"main": ["dist/klipse_plugin.min.js",
"dist/codemirror.css"],
"keywords": [
"clojure",
"clojurescript",
"ruby",
"python",
"evaluator"
],
"moduleType": "globals",
"license": "GNU GPL",
"ignore": [
"demos",
"docs",
"images",
"resources",
"scripts",
"src",
"test"
]
],
"moduleType": "globals",
"license": "GNU GPL",
"ignore": [
"*.txt",
"*.md ",
"*.clj*",
"*.yml",
"*.html",
"demos",
"docs",
"images",
"resources",
"scripts",
"src",
"test"
]
}

0 comments on commit 4ef6a77

Please sign in to comment.