-
Notifications
You must be signed in to change notification settings - Fork 30
/
bower.json
31 lines (31 loc) · 819 Bytes
/
bower.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
{
"name": "angular-bootstrap-duallistbox",
"version": "0.1.0",
"author": {
"name": "Francesco Pontillo",
"email": "[email protected]",
"url": "https://github.com/frapontillo"
},
"homepage": "https://github.com/frapontillo/angular-bootstrap-duallistbox",
"repository": {
"type": "git",
"url": "[email protected]:frapontillo/angular-bootstrap-duallistbox.git"
},
"licenses": [
{
"type": "Apache License 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"main": "./dist/angular-bootstrap-duallistbox.js",
"dependencies": {
"angular": "~1.4.0",
"jquery": "~2.0.3",
"bootstrap": ">=2.3.2",
"bootstrap-duallistbox": "3.0.2"
},
"devDependencies": {
"angular-mocks": "~1.4.0",
"angular-scenario": "~1.4.0"
}
}