-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
35 lines (35 loc) · 735 Bytes
/
bower.json
File metadata and controls
35 lines (35 loc) · 735 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
32
33
34
35
{
"name": "tink-multiselect-angular",
"version": "1.2.0",
"license": "MIT",
"main": [
"dist/tink-multiselect-angular.js",
"dist/multiselect.css"
],
"ignore": [
".*",
"**/.*",
"Gruntfile.js",
"package.json",
"src",
"test",
"*.sublime-project"
],
"dependencies": {
"angular": "~1.4.9",
"angular-resource": "~1.4.9",
"angular-cookies": "~1.4.9",
"angular-sanitize": "~1.4.9",
"angular-animate": "~1.4.9",
"angular-touch": "~1.4.9",
"angular-route": "~1.4.9",
"jquery": "~2.2.0",
"tink-core": "latest",
"lodash": "~4.5.1",
"ng-lodash": "~0.4.0"
},
"devDependencies": {
"angular-mocks": "~1.4.9",
"angular-scenario": "~1.4.9"
}
}