-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
43 lines (43 loc) · 996 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
39
40
41
42
43
{
"name": "mean",
"version": "0.0.0",
"homepage": "https://github.com/mygithubhandlehere/mean",
"authors": [
"First Last <first.last@email.com>"
],
"description": "my really cool mean app!",
"keywords": [
"mean-seed",
"mean",
"mean-stack",
"generator-mean-seed",
"javascript",
"angular",
"node",
"app"
],
"dependencies": {
"angular": "1.4.8",
"angular-animate": "1.4.8",
"angular-sanitize": "1.4.8",
"angular-touch": "1.4.8",
"angular-route": "1.4.8",
"angular-cookies": "1.4.8",
"angular-mocks": "1.4.8",
"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.8",
"angular-animate": "1.4.8",
"angular-sanitize": "1.4.8",
"angular-touch": "1.4.8"
}
}