-
Notifications
You must be signed in to change notification settings - Fork 39
/
bower.json
42 lines (42 loc) · 1015 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
39
40
41
42
{
"name": "angular-spring-data-rest",
"version": "0.4.6",
"description": "An AngularJS module to ease the work with a Spring Data REST backend.",
"main": "./dist/angular-spring-data-rest.js",
"license": "MIT",
"ignore": [
"**/.*",
".gitignore",
"Gruntfile.js",
"karma.conf.js",
"lib",
"src",
"test",
"node_modules",
"bower_components"
],
"keywords": [
"angular",
"angularjs",
"spring",
"spring data",
"spring data rest",
"rest",
"api"
],
"authors": [
"Guy Brand <admin@guylabs.org>"
],
"homepage": "http://guylabs.ch/project/angular-spring-data-rest",
"repository": {
"type": "git",
"url": "https://github.com/guylabs/angular-spring-data-rest.git"
},
"dependencies": {
"angular": "~1.5.0",
"angular-resource": "~1.5.0"
},
"devDependencies": {
"angular-mocks": "~1.5.0"
}
}