Skip to content

Commit

Permalink
npm config files added
Browse files Browse the repository at this point in the history
  • Loading branch information
theisolinearchip committed Sep 6, 2017
1 parent 7f3db44 commit 2859db5
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
test/

27 changes: 27 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "multi-list",
"version": "1.0.0",
"description": "A jQuery plugin to turn an unordered list into a multiple selectable list",
"main": "multi-list.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/koopaconan/multi-list.git"
},
"keywords": [
"jquery",
"list",
"multi-list"
],
"author": "Albert Gonzalez",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/koopaconan/multi-list/issues"
},
"homepage": "https://github.com/koopaconan/multi-list#readme"
}

0 comments on commit 2859db5

Please sign in to comment.