Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update license and change bower.json
  • Loading branch information
Justin Martin committed Jan 7, 2014
1 parent b9fcd66 commit 7d7ea40
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,4 +1,4 @@
Copyright (c) 2012 Justin Martin (justspamjustin) and other contributors
Copyright (c) 2014 Justin Martin (justspamjustin) and other contributors

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
Expand Down
16 changes: 16 additions & 0 deletions bower.json
@@ -0,0 +1,16 @@
{
"name": "justspamjustin/junior",
"version": "1.0.0",
"main": "src/javascripts/junior.js",
"description": "A front-end framework for building HTML5 mobile apps with a native look and feel.",
"license": "MIT",
"ignore": [
"*.iml",
".idea"
],
"dependencies": {
"zepto": "1.0rc1",
"lodash": "1.0.0-rc.2",
"backbone": "0.9.2"
}
}

0 comments on commit 7d7ea40

Please sign in to comment.