forked from dotansimha/angularjs-dropdown-multiselect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.24 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"author": "[email protected]",
"name": "angularjs-dropdown-multiselect",
"version": "2.0.0-beta.10",
"description": "This directive gives you a Bootstrap Dropdown with the power of AngularJS directives.",
"homepage": "http://dotansimha.github.io/angularjs-dropdown-multiselect/#/",
"dependencies": {
"angular": "~1"
},
"devDependencies": {
"babel-core": "~6.7.4",
"babel-loader": "~6.2.4",
"babel-preset-es2015": "~6.6.0",
"browser-sync": "~2.9.11",
"browser-sync-spa": "~1.0.3",
"chalk": "~1.1.1",
"del": "~2.0.2",
"eslint": "~3.17.1",
"eslint-config-airbnb": "~14.1.0",
"eslint-loader": "~1.6.1",
"eslint-plugin-angular": "~1.5.1",
"eslint-plugin-import": "~2.2.0",
"eslint-plugin-jsx-a11y": "~3.0.2",
"eslint-plugin-react": "~6.9.0",
"estraverse": "~4.1.0",
"gulp": "~3.9.0",
"gulp-angular-templatecache": "~1.8.0",
"gulp-autoprefixer": "~3.0.2",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "~2.1.1",
"gulp-eslint": "~3.0.1",
"gulp-filter": "~3.0.1",
"gulp-flatten": "~0.2.0",
"gulp-htmlmin": "~1.3.0",
"gulp-inject": "~3.0.0",
"gulp-load-plugins": "~0.10.0",
"gulp-protractor": "~2.1.0",
"gulp-rename": "~1.2.2",
"gulp-replace": "~0.5.4",
"gulp-sass": "~2.0.4",
"gulp-size": "~2.0.0",
"gulp-sourcemaps": "~1.6.0",
"gulp-uglify": "~1.4.1",
"gulp-useref": "~3.0.3",
"gulp-util": "~3.0.6",
"http-proxy-middleware": "~0.9.0",
"karma": "~1.5.0",
"karma-coverage": "~1.1.1",
"karma-jasmine": "~1.1.0",
"karma-ng-html2js-preprocessor": "~0.2.0",
"karma-phantomjs-launcher": "~1.0.2",
"karma-phantomjs-shim": "~1.4.0",
"lodash": "~3.10.1",
"main-bower-files": "~2.9.0",
"ng-annotate-loader": "0.0.10",
"phantomjs": "~2.1.7",
"run-sequence": "^1.2.2",
"uglify-save-license": "~0.4.1",
"webpack-stream": "~2.1.1",
"wiredep": "~2.2.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dotansimha/angularjs-dropdown-multiselect.git"
},
"engines": {
"node": ">=0.10.10"
},
"main": "dist/angularjs-dropdown-multiselect.min.js",
"keywords": [
"angular",
"multiselect"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/dotansimha/angularjs-dropdown-multiselect/issues"
}
}