-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbower.json
More file actions
38 lines (38 loc) · 1.07 KB
/
bower.json
File metadata and controls
38 lines (38 loc) · 1.07 KB
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": "parse-server-example",
"description": "An example Parse API server using the parse-server module",
"main": "index.js",
"authors": [
"Thompson Edolo <verygreenboi@live.com>"
],
"license": "MIT",
"homepage": "https://github.com/verygreenboi/smsapp-v1",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "^1.5.8",
"angular-gravatar": "^0.4.2",
"angular-socket-io": "^0.7.0",
"angular-cloudinary": "^1.2.4",
"angular-ui-router": "^0.3.1",
"angular-timeago": "^0.4.3",
"jquery.easy-pie-chart": "^2.1.6",
"angular-mocks": "^1.5.8",
"angular-ui-calendar": "^1.0.2",
"angular-animate": "^1.5.8",
"angular-bootstrap": "^2.2.0",
"oclazyload": "^1.0.9",
"angularUtils-pagination": "angular-utils-pagination#^0.11.1",
"ng-switchery": "^1.0.0-alpha7",
"angular-ui-switch": "^0.1.1",
"AngularJS-Toaster": "angularjs-toaster#^2.0.0",
"angular-multi-step-form": "^1.3.0",
"angular-encode-uri": "^1.0.0",
"zxcvbn": "^4.4.1"
}
}