forked from isteven/angular-multi-select
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 665 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 665 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "isteven-angular-multiselect",
"version": "v4.0.0",
"description": "A multi select dropdown directive for AngularJS",
"main": [
"isteven-multi-select.js",
"isteven-multi-select.css"
],
"repository": {
"type": "git",
"url": "https://github.com/isteven/angular-multi-select.git"
},
"keywords": [
"angular"
],
"author": "Ignatius Steven <isteven.github@gmail.com> (https://github.com/isteven)",
"license": "MIT",
"bugs": {
"url": "https://github.com/isteven/angular-multi-select/issues"
},
"homepage": "https://github.com/isteven/angular-multi-select"
}