forked from lou/multi-select
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 831 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "multiselect",
"version": "0.9.12",
"description": "A user-friendlier drop-in replacement for the standard select with multiple attribute activated.",
"main": "Gruntfile.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lou/multi-select.git"
},
"author": "",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/lou/multi-select/issues"
},
"devDependencies": {
"grunt": "*",
"load-grunt-tasks": "^3.5.0",
"time-grunt": "^1.3.0",
"grunt-contrib-sass": "*",
"grunt-contrib-watch": "*",
"time-grunt": "^1.3.0",
"grunt-contrib-connect": "^1.0.2"
},
"homepage": "https://github.com/lou/multi-select#README.markdown"
}