Skip to content

Commit

Permalink
add bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sofish lin committed Apr 3, 2014
1 parent 46b7582 commit ffd967f
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "pen",
"version": "0.0.2",
"homepage": "https://github.com/sofish/pen",
"description": "enjoy live editing(+markdown)",
"main": "pen.js",
"keywords": [
"editor",
"wysiwyg",
"markdown"
],
"authors": [
"sofish"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit ffd967f

Please sign in to comment.