forked from fabianlindfors/multi.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 823 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
{
"name": "multi.js",
"version": "0.5.3",
"description": "A user-friendly replacement for select boxes with multiple attribute enabled",
"keywords": [
"user-friendly",
"select",
"multiple",
"simple"
],
"homepage": "https://github.com/Fabianlindfors/multi.js",
"license": "MIT",
"author": {
"name": "Fabian Lindfors",
"url": "http://fabianlindfors.se"
},
"repository": {
"type": "git",
"url": "https://github.com/Fabianlindfors/multi.js.git"
},
"devDependencies": {
"grunt": "^1.0.4",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-jshint": "^2.0.0",
"grunt-contrib-uglify-es": "^3.3.0",
"grunt-contrib-watch": "^1.1.0"
}
}