Skip to content

Commit

Permalink
* init
Browse files Browse the repository at this point in the history
  • Loading branch information
RubaXa committed Aug 10, 2017
0 parents commit f329d4a
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# THIS PROJECT NEEDS A MAINTAINER.

---

# HELP WANTED ;]
23 changes: 23 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "jquery-sortablejs",
"version": "0.1.0",
"description": "A jQuery binding to SortableJS.",
"main": "jquery-sortable.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SortableJS/jquery-sortablejs.git"
},
"keywords": [
"jquery",
"sortable"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/SortableJS/jquery-sortablejs/issues"
},
"homepage": "https://github.com/SortableJS/jquery-sortablejs#readme"
}

0 comments on commit f329d4a

Please sign in to comment.