-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
35 lines (35 loc) · 727 Bytes
/
Copy pathbower.json
File metadata and controls
35 lines (35 loc) · 727 Bytes
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
{
"name": "beemodo-app",
"description": "",
"main": "index.js",
"authors": [
"Mak Jacobsen"
],
"license": "ISC",
"moduleType": [],
"homepage": "",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.4.8",
"angular-route": "~1.4.9",
"AdminLTE": "admin-lte#~2.3.2",
"angular-translate": "~2.9.0",
"flag-icon-css": "~1.2.0",
"angular-material": "~1.0.6",
"bootstrap": "~3.3.6",
"angular-bootstrap": "~1.3.2",
"angular-moment": "~0.10.3",
"angular-ui-calendar": "~1.0.1",
"angular-sanitize": "~1.5.5"
},
"devDependencies": {
"ng-prettyjson": "~0.2.0"
}
}