-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
40 lines (40 loc) · 915 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
{
"name": "angular-nex9-theme",
"version": "1.0.0",
"authors": [
"Nex9 LLC <[email protected]>"
],
"license": "MIT",
"homepage": "http://nex9.com",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"lodash": "*",
"angular": "~1.5",
"angular-moment": "~1",
"angular-animate": "~1.5",
"angular-elastic": "~2",
"angular-scroll": "*",
"angular-touch": "~1.5",
"angular-ui-router": "*",
"angulartics": "*",
"angulartics-google-analytics": "*",
"imago": "Imago-io/imago.angular#master",
"angulartics-facebook-pixel": "^0.2.0",
"normalize.css": "~4",
"sass-mediaqueries": "~1",
"headroom.js": "https://npmcdn.com/headroom.js/bower.zip",
"fastclick": "~1",
"ngtweet": "^0.6.1"
},
"resolutions": {
"angular": "~1.5",
"angulartics": "~1"
}
}