Added Travis CI badge and fixed package.json
This commit is contained in:
parent
a6c4215976
commit
05d8407b05
@ -1,6 +1,8 @@
|
|||||||
Select2
|
Select2
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
[![Build Status][travis-ci-image]][travis-ci-status]
|
||||||
|
|
||||||
Select2 is a jQuery-based replacement for select boxes. It supports searching,
|
Select2 is a jQuery-based replacement for select boxes. It supports searching,
|
||||||
remote data sets, and pagination of results.
|
remote data sets, and pagination of results.
|
||||||
|
|
||||||
@ -116,6 +118,8 @@ The license is available within the repository in the [LICENSE][license] file.
|
|||||||
[select2-rails]: https://github.com/argerim/select2-rails
|
[select2-rails]: https://github.com/argerim/select2-rails
|
||||||
[symfony-select2]: https://github.com/19Gerhard85/sfSelect2WidgetsPlugin
|
[symfony-select2]: https://github.com/19Gerhard85/sfSelect2WidgetsPlugin
|
||||||
[symfony2-select2]: https://github.com/avocode/FormExtensions
|
[symfony2-select2]: https://github.com/avocode/FormExtensions
|
||||||
|
[travis-ci-image]: https://travis-ci.org/select2/select2.svg?branch=select2-ng
|
||||||
|
[travis-ci-status]: https://travis-ci.org/select2/select2
|
||||||
[wicket]: http://wicket.apache.org
|
[wicket]: http://wicket.apache.org
|
||||||
[wicket-select2]: https://github.com/ivaynberg/wicket-select2
|
[wicket-select2]: https://github.com/ivaynberg/wicket-select2
|
||||||
[yii-select2]: https://github.com/tonybolzan/yii-select2
|
[yii-select2]: https://github.com/tonybolzan/yii-select2
|
||||||
|
13
package.json
13
package.json
@ -2,7 +2,16 @@
|
|||||||
"name": "Select2",
|
"name": "Select2",
|
||||||
"description": "Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.",
|
"description": "Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.",
|
||||||
"homepage": "https://select2.github.io",
|
"homepage": "https://select2.github.io",
|
||||||
"author": "Igor Vaynberg",
|
"author": {
|
||||||
|
"name": "Kevin Brown",
|
||||||
|
"url": "https://github.com/kevin-brown"
|
||||||
|
},
|
||||||
|
"contributors": [
|
||||||
|
{
|
||||||
|
"name": "Igor Vaynberg",
|
||||||
|
"url": "https://github.com/ivaynberg"
|
||||||
|
}
|
||||||
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/select2/select2.git"
|
"url": "git://github.com/select2/select2.git"
|
||||||
@ -26,7 +35,7 @@
|
|||||||
"main": "js/select2",
|
"main": "js/select2",
|
||||||
"directories": {
|
"directories": {
|
||||||
"lib": "dist"
|
"lib": "dist"
|
||||||
},
|
}
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"grunt": "^0.4.5",
|
"grunt": "^0.4.5",
|
||||||
|
Loading…
Reference in New Issue
Block a user