-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathpackage.json
52 lines (49 loc) · 1.39 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "angular-multi-select",
"version": "7.4.6",
"description": "A multi select dropdown directive for AngularJS",
"main": "dist/prod/angular-multi-select.min.js",
"repository": {
"type": "git",
"url": "[email protected]:alexandernst/angular-multi-select.git"
},
"dependencies": {
"angular": ">=1.5.0",
"lokijs": "1.3.16"
},
"devDependencies": {
"jquery": "2.1.4",
"angular-mocks": "1.5.0",
"jasmine-jquery": ">=2.0.0",
"grunt-clear": "0.2.1",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-watch": "1.0.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-concat": "1.0.0",
"grunt-contrib-cssmin": "1.0.0",
"grunt-contrib-uglify": "1.0.0",
"grunt-contrib-jasmine": "1.0.0",
"grunt-contrib-jshint": "1.0.0",
"grunt-contrib-connect": "1.0.0",
"grunt-babel": "6.0.0",
"es6-collections": "0.5.6",
"babel-preset-es2015": "6.5.0",
"babel-plugin-transform-runtime": "6.5.2",
"babel-plugin-transform-object-assign": "6.5.0",
"babel-plugin-transform-es2015-arrow-functions": "6.5.2",
"load-grunt-tasks": "3.4.1"
},
"keywords": [
"angular",
"dropdown",
"multi",
"select",
"multiselect"
],
"author": "Alexander Nestorov <[email protected]> (https://github.com/alexandernst)",
"license": "MIT",
"bugs": {
"url": "https://github.com/alexandernst/angular-multi-select/issues"
},
"homepage": "https://github.com/alexandernst/angular-multi-select"
}