forked from castle-it/angular-multi-select
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.04 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.04 KB
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
32
33
34
35
36
37
38
{
"name": "isteven-angular-multiselect",
"version": "v3.0.0",
"description": "A multi select dropdown directive for AngularJS",
"main": "isteven-multi-select.js",
"repository": {
"type": "git",
"url": "https://github.com/isteven/angular-multi-select.git"
},
"devDependencies": {
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-angular-filesort": "^1.1.1",
"gulp-angular-templatecache": "^1.8.0",
"gulp-concat": "^2.6.0",
"gulp-minify-html": "^1.0.5",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.5",
"run-sequence": "^1.1.5"
},
"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",
"dependencies": {
"del": "2.2.2",
"gulp-angular-templatecache": "1.9.1",
"gulp-concat": "2.6.1",
"gulp-util": "3.0.8",
"gulp-watch": "4.3.11",
"run-sequence": "1.2.2"
}
}