forked from leocaseiro/angular-chosen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 1.92 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
82
83
84
85
{
"name": "angular-chosen-localytics",
"filename": "chosen.js",
"main": "dist/angular-chosen.js",
"version": "1.9.2",
"description": "Angular Chosen directive is an AngularJS Directive that brings the Chosen jQuery in a Angular way",
"homepage": "http://github.com/leocaseiro/angular-chosen",
"repository": {
"type": "git",
"url": "git://github.com/leocaseiro/angular-chosen"
},
"keywords": [
"angularjs",
"select",
"multiselect",
"dropdown",
"form",
"input",
"ui"
],
"license": "MIT",
"author": "jr314159",
"contributors": [
"abuggia",
"abyx",
"charandas",
"dariusriggins",
"darlanalves",
"dougludlow",
"failpunk",
"frnan",
"gaui",
"iamnewspecies",
"ilychkov",
"kfarst",
"leocaseiro",
"lpsBetty",
"lukeMason",
"nike-17",
"odi55555",
"paulpflug",
"simison",
"slobo",
"stefanvermaas",
"vantanev",
"vstene",
"zlodes"
],
"dependencies": {
"angular": "^1.5.7",
"chosen": "edvisor-io/chosen.git#chosen",
"jquery": "^3.0.0"
},
"bugs": {
"url": "https://github.com/leocaseiro/angular-chosen/issues"
},
"devDependencies": {
"angular-mocks": "^1.4.9",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-coffee": "^2.3.1",
"gulp-coffeelint": "^0.6.0",
"gulp-debug": "^2.1.2",
"gulp-header": "^1.7.1",
"gulp-if": "^2.0.0",
"gulp-load-plugins": "^1.2.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-task-listing": "^1.0.1",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"jasmine-core": "^2.4.1",
"karma": "^0.13.22",
"karma-coffee-preprocessor": "^0.3.0",
"karma-jasmine": "^0.3.7",
"karma-jasmine-matchers": "^2.0.2",
"karma-mocha-reporter": "^2.0.0",
"karma-phantomjs-launcher": "^1.0.0",
"phantomjs-prebuilt": "^2.1.5",
"yargs": "^4.2.0"
},
"scripts": {
"test": "gulp test"
}
}