Skip to content

Commit

Permalink
Add bower.json file. For #101
Browse files Browse the repository at this point in the history
  • Loading branch information
jdorn committed Apr 28, 2014
1 parent 31cdd3f commit 199a8c4
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "json-editor",
"version": "0.6.5",
"authors": [
"Jeremy Dorn <[email protected]>"
],
"description": "JSON Schema based editor",
"main": "dist/jsoneditor.js",
"keywords": [
"json",
"schema",
"jsonschema",
"editor"
],
"license": "MIT",
"ignore": [
"**/.*",
"*.md",
"tests",
"examples",
"demo.html",
"*.png",
"package.json",
"Gruntfile.js",
"src"
]
}

0 comments on commit 199a8c4

Please sign in to comment.