-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
33 lines (33 loc) · 837 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
32
33
{
"name": "Pullr",
"version": "0.1.0",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.3",
"venturocket-angular-slider": "~0.3.2",
"ng-file-upload": "~1.6.5",
"jquery": "~2.1.1",
"angular-ui-select2": "~0.0.5",
"angular-bootstrap-colorpicker": "~3.0.8",
"angular-timer": "https://github.com/tq0fqeu/angular-timer.git#18ba2cf230b794e1e1405371d883e8c37654694b",
"angular-bootstrap": "~0.11.2",
"angular-moment": "~0.8.2",
"moment": "~2.8.3",
"angular-bootstrap-datetimepicker": "~0.2.4",
"zeroclipboard": "2.1.6",
"hint.css": "~1.3.3",
"sprintf": "*",
"soundmanager": "*"
},
"devDependencies": {
"angular-mocks": "~1.2.23",
"jasmine-jquery": "~2.0.5"
}
}