-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
38 lines (38 loc) · 788 Bytes
/
Copy pathbower.json
File metadata and controls
38 lines (38 loc) · 788 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
36
37
38
{
"name": "ionicproject",
"authors": [
"syun",
"jack Tam"
],
"description": "",
"main": "",
"moduleType": [],
"license": "MIT",
"homepage": "",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular-route": "~1.4.8",
"angular-ui-router": "~0.2.15",
"angular-cookies": "~1.4.9",
"angular-cache": "~4.5.0",
"ionic": "~1.2.4",
"ionic-filter-bar": "^1.1.1",
"ionic-datepicker": "~1.1.0",
"jquery": "^2.2.3",
"ng-file-upload": "~12.0.4",
"angular-pdf-viewer": "^0.2.9",
"ng-pdfviewer": "^0.2.1",
"cordova": "^3.4.0",
"ngCordova": "^0.1.27-alpha",
"calendar-pk": "^0.3.10"
},
"devDependencies": {
"ngCordova": "^0.1.27-alpha"
}
}