| 1 |
{ |
| 2 |
"name": "select2", |
| 3 |
"description": "Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.", |
| 4 |
"homepage": "https://select2.org", |
| 5 |
"author": { |
| 6 |
"name": "Kevin Brown", |
| 7 |
"url": "https://github.com/kevin-brown" |
| 8 |
}, |
| 9 |
"contributors": [ |
| 10 |
{ |
| 11 |
"name": "Igor Vaynberg", |
| 12 |
"url": "https://github.com/ivaynberg" |
| 13 |
}, |
| 14 |
{ |
| 15 |
"name": "Alex Weissman", |
| 16 |
"url": "https://github.com/alexweissman" |
| 17 |
} |
| 18 |
], |
| 19 |
"repository": { |
| 20 |
"type": "git", |
| 21 |
"url": "git://github.com/select2/select2.git" |
| 22 |
}, |
| 23 |
"bugs": { |
| 24 |
"url": "https://github.com/select2/select2/issues" |
| 25 |
}, |
| 26 |
"keywords": [ |
| 27 |
"select", |
| 28 |
"autocomplete", |
| 29 |
"typeahead", |
| 30 |
"dropdown", |
| 31 |
"multiselect", |
| 32 |
"tag", |
| 33 |
"tagging" |
| 34 |
], |
| 35 |
"license": "MIT", |
| 36 |
"main": "dist/js/select2.js", |
| 37 |
"style": "dist/css/select2.css", |
| 38 |
"files": [ |
| 39 |
"src", |
| 40 |
"dist" |
| 41 |
], |
| 42 |
"version": "4.0.6-rc.1", |
| 43 |
"jspm": { |
| 44 |
"main": "js/select2", |
| 45 |
"directories": { |
| 46 |
"lib": "dist" |
| 47 |
} |
| 48 |
}, |
| 49 |
"devDependencies": { |
| 50 |
"grunt": "^0.4.5", |
| 51 |
"grunt-cli": "^0.1.13", |
| 52 |
"grunt-contrib-clean": "^0.6.0", |
| 53 |
"grunt-contrib-concat": "^0.4.0", |
| 54 |
"grunt-contrib-connect": "^0.9.0", |
| 55 |
"grunt-contrib-jshint": "^0.10.0", |
| 56 |
"grunt-contrib-nodeunit": "~0.3.3", |
| 57 |
"grunt-contrib-qunit": "~0.4.0", |
| 58 |
"grunt-contrib-requirejs": "^0.4.4", |
| 59 |
"grunt-contrib-symlink": "^0.3.0", |
| 60 |
"grunt-contrib-uglify": "~0.4.0", |
| 61 |
"grunt-contrib-watch": "~0.6.0", |
| 62 |
"grunt-gh-pages": "^0.9.1", |
| 63 |
"grunt-jekyll": "^0.4.2", |
| 64 |
"grunt-sass": "^1.0.0", |
| 65 |
"grunt-saucelabs": "^9.0.0", |
| 66 |
"node-sass": "^4.5.3", |
| 67 |
"request": "<=2.81.0", |
| 68 |
"shrinkwrap": "^0.4.0" |
| 69 |
}, |
| 70 |
"dependencies": { |
| 71 |
"almond": "~0.3.1", |
| 72 |
"jquery-mousewheel": "~3.1.13" |
| 73 |
} |
| 74 |
} |
| 75 |
|