Skip to content

Commit f329d4a

Browse files
committed
* init
0 parents  commit f329d4a

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# THIS PROJECT NEEDS A MAINTAINER.
2+
3+
---
4+
5+
# HELP WANTED ;]

package.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "jquery-sortablejs",
3+
"version": "0.1.0",
4+
"description": "A jQuery binding to SortableJS.",
5+
"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

Comments
 (0)