PluginProbe
Poll Maker by AYS – Versus Polls, Anonymous Polls, Image Polls / trunk
Poll Maker by AYS – Versus Polls, Anonymous Polls, Image Polls vtrunk
6.4.8 6.4.7 6.4.6 6.4.5 6.4.4 6.4.3 6.4.2 6.4.1 6.4.0 6.3.9 6.3.8 6.3.7 6.3.6 6.3.5 6.3.4 6.3.3 5.6.0 5.6.1 5.6.2 5.6.3 5.6.4 5.6.5 5.6.6 5.6.7 5.6.8 All 151 releases
poll-maker / select2 / package.json

package.json in Poll Maker by AYS – Versus Polls, Anonymous Polls, Image Polls trunk, at select2/package.json

75 lines 1.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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