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 801dcdb commit 8ceba79
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 14 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
30 changes: 16 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,36 @@
{
"name": "zebra_transform",
"description": "A tiny jQuery plugin for replacing checkboxes, radio buttons and select boxes",
"version": "2.4.5",
"main": "public/javascript/zebra_transform.js",
"homepage": "https://github.com/stefangabos/Zebra_TransForm",
"author": {
"name": "Stefan Gabos",
"email": "contact@stefangabos.ro"
},
"homepage": "http://www.stefangabos.ro/jquery/zebra-transform/",
"main": "public/javascript/zebra_transform.js",
"description": "A tiny jQuery plugin for replacing checkboxes, radio buttons and select boxes",
"repository": {
"type": "git",
"url": "https://github.com/stefangabos/Zebra_Transform.git"
},
"licenses": [
{
"type": "LGPL",
"url": "https://www.gnu.org/licenses/lgpl-3.0.txt"
}
],
"version": "2.4.4",
"bugs": {
"url": "http://github.com/stefangabos/Zebra_Transform/issues",
"email": "contact@stefangabos.ro"
},
"keywords": [
"jquery-plugin",
"ecosystem:jquery",
"checkbox",
"radio",
"select",
"transform",
"jquery"
],
"bugs": {
"url": "http://github.com/stefangabos/Zebra_Transform/issues",
"email": "contact@stefangabos.ro"
},
"licenses": [
{
"type": "LGPL",
"url": "https://www.gnu.org/licenses/lgpl-3.0.txt"
}
],
"devDependencies": {
"grunt": "*",
"grunt-cli": "*",
Expand Down

0 comments on commit 8ceba79

Please sign in to comment.