Skip to content

Commit

Permalink
Added Bower dependencies. Closes #202.
Browse files Browse the repository at this point in the history
  • Loading branch information
hperrin committed Dec 19, 2015
1 parent 87f81cc commit e3261c3
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 71 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,3 +1,4 @@
bower_components
node_modules
libtests/browserify/node_modules
libtests/browserify/bundle.js
79 changes: 34 additions & 45 deletions bower.json
@@ -1,47 +1,36 @@
{
"name": "pnotify",
"description": "JavaScript notification plugin.",
"main": [
"dist/pnotify.animate.js",
"dist/pnotify.brighttheme.css",
"dist/pnotify.buttons.css",
"dist/pnotify.buttons.js",
"dist/pnotify.callbacks.js",
"dist/pnotify.confirm.js",
"dist/pnotify.css",
"dist/pnotify.js",
"dist/pnotify.desktop.js",
"dist/pnotify.history.css",
"dist/pnotify.history.js",
"dist/pnotify.mobile.css",
"dist/pnotify.mobile.js",
"dist/pnotify.nonblock.js",
"src/pnotify.animate.js",
"src/pnotify.brighttheme.css",
"src/pnotify.buttons.css",
"src/pnotify.buttons.js",
"src/pnotify.callbacks.js",
"src/pnotify.confirm.js",
"src/pnotify.css",
"src/pnotify.js",
"src/pnotify.desktop.js",
"src/pnotify.history.css",
"src/pnotify.history.js",
"src/pnotify.mobile.css",
"src/pnotify.mobile.js",
"src/pnotify.nonblock.js"
],
"ignore": [
"build-tools/",
"includes/",
"devnote*.*",
"index.html",
"testing.html",
"buildcustom.php",
"package.json",
"src/pnotify.material.css",
"src/pnotify.reference.js",
"src/pnotify.tooltip.js"
],
"license": ["Apache-2.0"]
"name": "pnotify",
"description": "JavaScript notification plugin.",
"main": [
"dist/pnotify.animate.js",
"dist/pnotify.brighttheme.css",
"dist/pnotify.buttons.css",
"dist/pnotify.buttons.js",
"dist/pnotify.callbacks.js",
"dist/pnotify.confirm.js",
"dist/pnotify.css",
"dist/pnotify.js",
"dist/pnotify.desktop.js",
"dist/pnotify.history.css",
"dist/pnotify.history.js",
"dist/pnotify.mobile.css",
"dist/pnotify.mobile.js",
"dist/pnotify.nonblock.js"
],
"ignore": [
"build-tools/",
"includes/",
"devnote*.*",
"index.html",
"testing.html",
"buildcustom.php",
"package.json",
"src/"
],
"license": [
"Apache-2.0"
],
"dependencies": {
"jquery": ">=1.6"
}
}

0 comments on commit e3261c3

Please sign in to comment.