-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbower.json
More file actions
32 lines (32 loc) · 745 Bytes
/
bower.json
File metadata and controls
32 lines (32 loc) · 745 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
28
29
30
31
32
{
"name": "hateoas-client",
"main": "hateoas-client.js",
"homepage": "https://github.com/DracoBlue/hateoas-client-js",
"authors": [
"DracoBlue <JanS@DracoBlue.de>"
],
"description": "hateoas-client.js is a library to communicate with RESTful services. It uses jQuery as ajax library. It's aim is to provide a very simple API to follow the links defined in a request response, thus achieving level 3 in Richardson Maturity Model.",
"moduleType": [
"amd",
"globals"
],
"keywords": [
"rest",
"client",
"rmm3",
"jquery",
"api",
"hal",
"atom",
"json",
"xml"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}