-
Notifications
You must be signed in to change notification settings - Fork 4
/
bower.json
42 lines (42 loc) · 878 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": "backbone-hypermedia",
"description": "Backbone plugin providing support for following hypermedia controls from Backbone models and collections.",
"main": [
"src/backbone-hypermedia-amd.js",
"src/backbone-hypermedia-amd.min.js",
"src/backbone-hypermedia-amd.min.map"
],
"moduleType": [
"amd"
],
"keywords": [
"backbone",
"hypermedia",
"REST"
],
"authors": [
"Jim Liddell",
"Henry Wilson",
"Sandy Cormie",
"Richard Phillips",
"Barry Williams"
],
"dependencies": {
"backbone": ">=1.1.0",
"underscore": ">=1.3.1",
"jquery": ">=1.7.1"
},
"license": "MIT",
"homepage": "https://github.com/linn/backbone.hypermedia",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"nuget",
"spec",
"Gruntfile.js",
"package.json",
".travis.yml",
".gitignore"
]
}