Skip to content

Commit

Permalink
added bower dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake Callens authored and Blake Callens committed Aug 13, 2014
1 parent 6742098 commit 22e97aa
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .bowerrc
@@ -0,0 +1,3 @@
{
"directory": "public/bower_components"
}
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -3,6 +3,7 @@
config.json
public/media/
public/docs/
public/bower_components/
node_modules/minify/min/
log/
node_modules
Expand Down
27 changes: 27 additions & 0 deletions bower.json
@@ -0,0 +1,27 @@
{
"name": "pencilblue",
"version": "0.2.2",
"description": "Full stack online publishing and CMS for Node.js",
"authors": [
{
"name": "PencilBlue, LLC",
"email": "info@pencilblue.com"
}
],
"private": true,
"dependencies": {
"angular-route": "~1.2.16",
"angular-sanitize": "~1.2.16",
"angular": "~1.2.16",
"jquery": "~1.11.1",
"bootstrap": "~3.1.1",
"fontawesome": "~4.1.0",
"datetimepicker": "~2.2.8",
"html5shiv": "~3.7.2",
"respond": "~1.4.2",
"jqueryui": "~1.11.0",
"jqueryui-touch-punch": "*",
"jquery-file-upload": "~9.7.0",
"jqueryvalidate": "*"
}
}
6 changes: 3 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"author": {
"name": "PencilBlue LLC.",
"name": "PencilBlue, LLC",
"email": "info@pencilblue.com"
},
"contributors": [
Expand All @@ -11,8 +11,8 @@
"name": "Brian Hyder"
}
],
"name": "pencileblue",
"description": "An awesome & flexible CMS",
"name": "pencilblue",
"description": "Full stack online publishing and CMS for Node.js",
"keywords": [
"cms", "website", "platform"
],
Expand Down

0 comments on commit 22e97aa

Please sign in to comment.