PluginProbe
Authorizer / 2.9.2
Authorizer v2.9.2
3.15.3 3.15.2 3.15.1 3.15.0 3.14.3 3.14.4 3.14.2 3.14.1 2.8.1 2.8.2 2.8.3 2.8.4 2.8.5 2.8.6 2.8.7 2.8.8 2.9.0 2.9.1 2.9.10 2.9.11 2.9.12 2.9.13 2.9.2 2.9.3 2.9.6 All 126 releases
authorizer / vendor / jquery.multi-select / package.json

package.json in Authorizer 2.9.2, at vendor/jquery.multi-select/package.json

32 lines 831 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "name": "multiselect",
3 "version": "0.9.12",
4 "description": "A user-friendlier drop-in replacement for the standard select with multiple attribute activated.",
5 "main": "Gruntfile.js",
6 "directories": {
7 "test": "test"
8 },
9 "scripts": {
10 "test": "echo \"Error: no test specified\" && exit 1"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git+https://github.com/lou/multi-select.git"
15 },
16 "author": "",
17 "license": "WTFPL",
18 "bugs": {
19 "url": "https://github.com/lou/multi-select/issues"
20 },
21 "devDependencies": {
22 "grunt": "*",
23 "load-grunt-tasks": "^3.5.0",
24 "time-grunt": "^1.3.0",
25 "grunt-contrib-sass": "*",
26 "grunt-contrib-watch": "*",
27 "time-grunt": "^1.3.0",
28 "grunt-contrib-connect": "^1.0.2"
29 },
30 "homepage": "https://github.com/lou/multi-select#README.markdown"
31 }
32