forked from joesforn/angularMultipleSelect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.22 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
{
"name": "angular-multiple-select",
"version": "v1.1.2",
"description": "A complete Angularjs directive for multiple selection with suggestion list, like skills, locations etc.",
"main": "build/multiple-select.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start" : "gulp serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jagdeepsingh91/angularMultipleSelect.git"
},
"keywords": [
"angular",
"angular multiple select",
"multiple",
"select",
"angular",
"autocomplete",
"selection",
"multiple",
"select",
"field"
],
"author": "Jagdeep Singh",
"license": "MIT",
"bugs": {
"url": "https://github.com/jagdeepsingh91/angularMultipleSelect/issues"
},
"homepage": "https://github.com/jagdeepsingh91/angularMultipleSelect#readme",
"dependencies": {
"bower": "^1.7.0",
"browser-sync": "^2.10.0",
"gulp": "^3.9.0",
"gulp-angular-templatecache": "^1.8.0",
"gulp-concat": "^2.6.0",
"gulp-cssmin": "^0.1.7",
"gulp-inject": "^3.0.0",
"gulp-jsmin": "^0.1.5",
"gulp-livereload": "^3.8.1",
"gulp-rename": "^1.2.2",
"gulp-stylus": "^2.1.1",
"main-bower-files": "^2.9.0"
}
}