Skip to content

Commit

Permalink
Merge pull request #1 from wking/bower
Browse files Browse the repository at this point in the history
bower.json: Package this lesson for Bower
  • Loading branch information
bkatiemills committed Mar 25, 2015
2 parents 027ea0d + 4720be5 commit e9199d0
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "awk-lesson",
"description": "An hour-long lesson on text Parsing with `awk`, `sed` and `paste`",
"version": "0.1.0",
"main": "lesson.md",
"license": "MIT",
"keywords": [
"lesson",
"mozilla-science-lab",
"study-group",
"awk",
"sed",
"paste"
],
"authors": [
{
"name": "Kathi Unglert",
"homepage": "http://volcano-diaries.blogspot.com/"
},
{
"name": "Bill Mills",
"email": "[email protected]",
"homepage": "https://twitter.com/billdoesphysics"
}
],
"homepage": "https://github.com/BillMills/awk-lesson",
"repository": {
"type": "git",
"url": "git://github.com/BillMills/awk-lesson.git"
}
}

0 comments on commit e9199d0

Please sign in to comment.