Skip to content

Commit

Permalink
Add bower support.
Browse files Browse the repository at this point in the history
  • Loading branch information
unscriptable committed Jul 18, 2013
1 parent 4fcee3f commit fb2cd74
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
32 changes: 32 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"name": "beck",
"version": "0.1.3",
"description": "An ES6 Module Loader pipeline toolkit and shim.",
"keywords": ["beck", "commonjs", "modules", "amd", "module", "es6"],
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"repository": {
"type": "git",
"url": "https://github.com/unscriptable/beck"
},
"maintainers": [
{
"name": "John Hann",
"web": "http://unscriptable.com"
}
],
"contributors": [
{
"name": "John Hann",
"web": "http://unscriptable.com"
},
{
"name": "Brian Cavalier",
"web": "http://hovercraftstudios.com"
}
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "beck",
"version": "0.1.2",
"version": "0.1.3",
"description": "An ES6 Module Loader pipeline toolkit and shim.",
"keywords": ["beck", "commonjs", "modules", "amd", "module", "es6"],
"licenses": [
Expand Down

0 comments on commit fb2cd74

Please sign in to comment.