We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit f329d4aCopy full SHA for f329d4a
README.md
@@ -0,0 +1,5 @@
1
+# THIS PROJECT NEEDS A MAINTAINER.
2
+
3
+---
4
5
+# HELP WANTED ;]
package.json
@@ -0,0 +1,23 @@
+{
+ "name": "jquery-sortablejs",
+ "version": "0.1.0",
+ "description": "A jQuery binding to SortableJS.",
+ "main": "jquery-sortable.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/SortableJS/jquery-sortablejs.git"
12
13
+ "keywords": [
14
+ "jquery",
15
+ "sortable"
16
+ ],
17
+ "author": "",
18
+ "license": "MIT",
19
+ "bugs": {
20
+ "url": "https://github.com/SortableJS/jquery-sortablejs/issues"
21
22
+ "homepage": "https://github.com/SortableJS/jquery-sortablejs#readme"
23
+}
0 commit comments