summaryrefslogtreecommitdiffstats
path: root/package.json
blob: 50fac9ab891b832896c6a731fd5a3ed34768327a (plain)
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"
}