-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathbower.json
38 lines (38 loc) · 972 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
34
35
36
37
38
{
"name": "parallellocalypse-hub",
"version": "0.0.0",
"homepage": "https://github.com/pcarranzav/parallellocalypse-hub",
"authors": [
"Pablo Carranza Vélez <[email protected]>"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.3.15",
"requirejs": "~2.1.17",
"require-cs": "resin-io/require-cs",
"coffee-script": "~1.9.2",
"lodash": "~3.8.0",
"restangular": "~1.5.1",
"angular-route": "~1.3.15",
"bluebird": "~2.9.25",
"bootstrap": "~3.3.4",
"jquery": "~2.1.4",
"visibilityjs": "~1.2.1",
"angular-timeago": "~0.1.10",
"ng-file-upload": "~4.2.1",
"pubnub": "~3.7.10",
"pubnub-angular": "~1.1.0",
"world-flags-sprite": "lafeber/world-flags-sprite",
"less": "~2.5.1",
"almond": "~0.3.1",
"requirejs-google-analytics": "~0.1.11",
"angular-bootstrap": "~0.13.0"
}
}