-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
38 lines (38 loc) · 835 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
{
"name": "angular-reddit",
"description": "A sample angular application.",
"main": "app.js",
"authors": [
"[email protected] Barna Mumtyan"
],
"license": "MIT",
"keywords": [
"reddit",
"angular"
],
"moduleType": [],
"homepage": "",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.4.8",
"angular-ui-router": "~0.2.15",
"angular-animate": "~1.4.8",
"lodash": "~3.10.1",
"bootstrap-sass": "~3.3.6",
"angular-spinners": "~3.0.4",
"angular-bootstrap": "~0.14.3",
"angular-sanitize": "~1.4.8",
"angular-recursion": "~1.0.5",
"angular-moment": "~0.10.3",
"angular-markdown-filter": "~1.3.2",
"angular-inview": "~1.5.6"
},
"devDependencies": {}
}