-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
59 lines (59 loc) · 1.31 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
56
57
58
59
{
"name": "loopback-angular-starter-kit",
"version": "0.0.1",
"description": "Loopback and AngularJS starter kit for developing modern web applications",
"authors": [
"Romulo Cintra <[email protected]>"
],
"contributors": [
{
"name": "Jeff Rose",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/romulocintra/loopback-angular-starter-kit.git"
},
"main": "scripts/app.js",
"keywords": [
"node",
"loopback",
"strongloop",
"nodejs",
"html5",
"angularjs",
"angular"
],
"license": "MIT",
"private": false,
"dependencies": {
"angular": "~1.4.0",
"angular-resource": "~1.4.0",
"angular-ui-router": "~0.2.15",
"angular-bootstrap": "~0.14.3",
"angular-animate": "~1.4.7",
"angular-aria": "~1.4.7",
"bootstrap": "~3.3.5",
"angular-loading-bar": "~0.8.0",
"material-design-iconic-font": "~2.2.0",
"bootstrap-sweetalert": "~0.4.5",
"bootstrap-growl": "~1.1.0",
"angular-nouislider": "~0.3.1",
"jquery.nicescroll": "~3.6.0"
},
"devDependencies": {
"angular-mocks": "~1.4.0"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"app/bower_components",
"test",
"tests"
],
"resolutions": {
"angular": "1.4.8"
}
}