-
Notifications
You must be signed in to change notification settings - Fork 3
/
bower.json
45 lines (45 loc) · 1.03 KB
/
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
43
44
45
{
"name": "backbone.hateoas",
"description" : "Easy use of HAL in your Backbone application.",
"version" : "0.1.0-beta.5",
"license": "MIT",
"homepage": "https://github.com/gomoob/backbone.hateoas",
"authors": [
{
"name" : "Baptiste Gaillard",
"email" : "[email protected]"
},
{
"name" : "Simon Baudry",
"email" : "[email protected]"
}
],
"keywords" : [
"backbone",
"marionette",
"hal",
"hateoas",
"REST",
"gomoob"
],
"main" : [
"dist/backbone.hateoas.min.js"
],
"ignore": [
"reports",
"test",
".gitignore",
".jshintrc",
".npmignore",
".project",
".travis.yml",
"Gruntfile.js",
"package.json"
],
"dependencies": {
"backbone": "1.0.0 - 1.1.2",
"underscore": "1.4.4 - 1.6.0",
"backbone.paginator": "2.0.0 - 2.0.2",
"jquery": "^1.8.0 || ^2.0.0"
}
}