forked from guylabs/angular-spring-data-rest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
42 lines (42 loc) · 1018 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.2",
"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 <[email protected]>"
],
"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.3.15",
"angular-resource": "~1.3.15"
},
"devDependencies": {
"angular-mocks": "~1.3.15"
}
}