diff --git a/.bowerrc b/.bowerrc new file mode 100644 index 000000000..49aadab86 --- /dev/null +++ b/.bowerrc @@ -0,0 +1,3 @@ +{ + "directory": "public/bower_components" +} diff --git a/.gitignore b/.gitignore index 097f2dd22..4851b2c64 100755 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ config.json public/media/ public/docs/ +public/bower_components/ node_modules/minify/min/ log/ node_modules diff --git a/bower.json b/bower.json new file mode 100644 index 000000000..76c0bddb0 --- /dev/null +++ b/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": "*" + } +} diff --git a/package.json b/package.json index dac459f7f..044d186f2 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "author": { - "name": "PencilBlue LLC.", + "name": "PencilBlue, LLC", "email": "info@pencilblue.com" }, "contributors": [ @@ -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" ],