Skip to content

Commit

Permalink
Merge upstream changes to bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
unscriptable committed Jul 20, 2013
2 parents 34a61b1 + fb2cd74 commit 95628bc
Showing 1 changed file with 29 additions and 3 deletions.
32 changes: 29 additions & 3 deletions bower.json
@@ -1,8 +1,34 @@
{
"name": "beck",
"version": "0.1.4",
"version": "0.1.5",
"description": "An ES6 Module Loader pipeline toolkit and shim.",
"keywords": [ "beck", "commonjs", "modules", "amd", "module", "es6" ],
"keywords": ["beck", "commonjs", "modules", "amd", "module", "es6"],
"main": "load",
"ignore": [ "node_modules", "components" ]
"ignore": [ "node_modules", "components" ],
"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"
}
]
}

0 comments on commit 95628bc

Please sign in to comment.