Skip to content

Commit

Permalink
The library is now available as an npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
stefangabos committed Jan 26, 2016
1 parent 5e0f023 commit d755013
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 13 deletions.
6 changes: 6 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
todo.txt
node_modules/*
.gitattributes
.npmignore
bower.json
Gruntfile.js
29 changes: 16 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,37 @@
{
"name": "zebra_dialog",
"description": "A small, compact and highly configurable dialog box plugin for jQuery meant to replace JavaScript's native "alert" and "confirmation" windows.",
"version": "1.3.10",
"main": "public/javascript/zebra_dialog.js",
"homepage": "https://github.com/stefangabos/Zebra_Dialog",
"author": {
"name": "Stefan Gabos",
"email": "contact@stefangabos.ro"
},
"homepage": "http://www.stefangabos.ro/jquery/zebra-dialog/",
"description": "A small, compact and highly configurable dialog box plugin for jQuery meant to replace JavaScript's native "alert" and "confirmation" windows.",
"repository": {
"type": "git",
"url": "https://github.com/stefangabos/Zebra_Dialog.git"
},
"licenses": [
{
"type": "LGPL",
"url": "https://www.gnu.org/licenses/lgpl-3.0.txt"
}
],
"version": "1.3.9",
"bugs": {
"url": "https://github.com/stefangabos/Zebra_Dialog/issues",
"email": "contact@stefangabos.ro"
},
"keywords": [
"jquery-plugin",
"ecosystem:jquery",
"alert",
"dialog",
"modal",
"popup",
"ui",
"confirmation"
],
"bugs": {
"url": "http://github.com/stefangabos/Zebra_Dialog/issues",
"email": "contact@stefangabos.ro"
},
"licenses": [
{
"type": "LGPL",
"url": "https://www.gnu.org/licenses/lgpl-3.0.txt"
}
],
"devDependencies": {
"grunt": "*",
"grunt-contrib-jshint": "*",
Expand Down

0 comments on commit d755013

Please sign in to comment.