-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
55 lines (55 loc) · 1.38 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "socialup",
"main": "index.js",
"version": "0.1.0",
"homepage": "https://github.com/heroku/node-js-getting-started",
"authors": [
"hugo capocci"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "1.5.9",
"angular-aria": "1.5.9",
"angular-animate": "1.5.9",
"angular-bootstrap": "2.5.0",
"angular-resource": "^1.5.0",
"bootstrap-css-only": "~3.3.5",
"requirejs-domready": "~2.0.1",
"angular-file-upload": "~2.2.0",
"angular-tree-control": "0.2.28",
"ng-tags-input": "3.1.1",
"SHA-1": "~0.1.1",
"angular-smart-table": "~2.1.5",
"checklist-model": "~0.8.0",
"moment": "~2.17.1",
"ng-videosharing-embed": "~0.3.4",
"angular-chart.js": "1.1.1",
"angular-i18n": "~1.5.9",
"angular-drag-and-drop-lists": "~1.3.0",
"angular-bootstrap-calendar": "0.28.0",
"interact": "^1.2.6",
"angular-social-video-player": "~0.1.1",
"requirejs": "^2.1.22",
"angular-dashboard-framework": "^0.11.0",
"angular-sanitize": "^1.5.5",
"angular-ui-router": "0.4.2",
"font-awesome": "^4.7.0",
"angular-material": "^1.1.1"
},
"devDependencies": {
"angular-mocks": "~1.5.9"
},
"resolutions": {
"angular": "1.5.9",
"angular-bootstrap": "2.5.0",
"moment": "~2.17.1"
}
}