forked from amitava82/angular-multiselect
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.18 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.18 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
39
40
41
42
43
44
45
46
47
48
{
"name": "angular-multiselect",
"version": "1.0.0",
"description": "A Native AngularJS multiselect directive",
"main": "gulpfile.js",
"dependencies": {},
"devDependencies": {
"del": "^2.0.2",
"gulp": "^3.9.0",
"gulp-angular-filesort": "^1.1.1",
"gulp-angular-templatecache": "^1.7.0",
"gulp-concat": "^2.6.0",
"gulp-lintspaces": "^0.3.1",
"gulp-uglify": "^1.4.1",
"gulp-watch": "^4.3.5",
"merge-stream": "^1.0.0",
"run-sequence": "^1.1.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amitava82/angular-multiselect.git"
},
"keywords": [
"angular-multiselect",
"multiselect",
"angular",
"angulajs-multiselect"
],
"author": "amitava82 (github.com/amitava82)",
"contributors": [
{
"name": "Nagaraja T",
"email": "naga2raja@gmail.com"
},
{
"name": "Zach Lysobey",
"email": "zlysobey@gmail.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/amitava82/angular-multiselect/issues"
},
"homepage": "https://github.com/amitava82/angular-multiselect#readme"
}