forked from SoftInstigate/angular-restheart
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
27 lines (27 loc) · 651 Bytes
/
bower.json
File metadata and controls
27 lines (27 loc) · 651 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
{
"name": "angular-restheart",
"main": "dist/angular-restheart.min.js",
"version": "1.2.4",
"homepage": "https://github.com/SoftInstigate/angular-restheart",
"authors": [
"SoftInstigate"
],
"description": "AngularJs module to handle RESTHeart API properly and easily",
"keywords": [
"restheart",
"angularjs",
"restangular"
],
"ignore": [
"example"
],
"license": "MIT",
"location": "git@github.com/SoftInstigate/angular-restheart.git",
"dependencies": {
"angular": "1.x",
"restangular": "1.x",
"angular-local-storage": "*",
"angular-base64": "*",
"angular-ui-router": "~0.2.18"
}
}