-
Notifications
You must be signed in to change notification settings - Fork 18
/
bower.json
38 lines (38 loc) · 943 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
{
"name": "angular-spring-data-rest-sample",
"version": "0.1.0",
"description": "Spring Boot based sample project for the https://github.com/guylabs/angular-spring-data-rest Angular module.",
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"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-sample.git"
},
"dependencies": {
"angular": "~1.4.8",
"angular-bootstrap": "~0.14.3",
"angular-resource": "~1.4.8",
"angular-route": "~1.4.8",
"angular-highlightjs": "~0.5.1",
"angular-spring-data-rest": "0.4.4",
"highlightjs": "9.1.0"
}
}