Skip to content

Commit

Permalink
Create composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
liKe2k1 committed Dec 17, 2015
1 parent 5689416 commit c1ea481
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "wenzhixin/bootstrap-table",
"description": "An extended Bootstrap table with radio, checkbox, sort, pagination and other features.",
"keywords": ["bootstrap","table","tablesort","pagination"],
"type": "component",
"homepage": "https://github.com/wenzhixin/bootstrap-table",
"license": "MIT",
"require": {
"twitter/bootstrap": ">=2.3.0"
},
"authors": [
{
"name": "wenzhixin2010",
"email": "[email protected]"
}
]
}

0 comments on commit c1ea481

Please sign in to comment.