-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 789 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 789 Bytes
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
{
"name": "multi-select-angularjs",
"version": "1.0.3",
"description": "AngularJS directive for the \"multi-select\" jQuery plugin",
"scripts": {
"start": "http-server -p 12234 | open http://127.0.0.1:12234/demo/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/moshfeu/multi-select-angularjs.git"
},
"keywords": [
"angularjs",
"multi-select",
"jquery",
"plugin",
"directive"
],
"author": "MosheF",
"license": "MIT",
"bugs": {
"url": "https://github.com/moshfeu/multi-select-angularjs/issues"
},
"homepage": "https://github.com/moshfeu/multi-select-angularjs#readme",
"dependencies": {
"angular": "^1.8.0",
"jquery": "^3.5.0",
"jquery.quicksearch": "^2.4.0",
"multiselect": "^0.9.12"
}
}