-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
45 lines (45 loc) · 1.07 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
{
"name": "mean-seed-gen",
"version": "0.0.0",
"homepage": "https://github.com/jackrabbitsgroup/mean-seed-gen",
"authors": [
"Luke Madera <luke.madera@gmail.com>"
],
"description": "generator-mean-seed generated app",
"keywords": [
"mean-seed",
"javascript",
"angular",
"node",
"myproject",
"app",
"jackrabbitsgroup"
],
"dependencies": {
"angular": "1.4.0",
"angular-animate": "1.4.0",
"angular-sanitize": "1.4.0",
"angular-touch": "1.4.0",
"angular-route": "1.4.0",
"angular-cookies": "1.4.0",
"angular-mocks": "1.4.0",
"lesshat": "latest",
"font-awesome": "latest",
"less-flexbox": "latest",
"momentjs": "latest",
"angular-string": "latest",
"angular-array": "latest",
"angular-forminput": "latest",
"angular-socket-io": "latest"
},
"license": "MIT",
"resolutions": {
"angular": "1.4.0",
"angular-animate": "1.4.0",
"angular-sanitize": "1.4.0",
"angular-touch": "1.4.0",
"angular-route": "1.4.0",
"angular-cookies": "1.4.0",
"angular-mocks": "1.4.0"
}
}