-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
28 lines (28 loc) · 763 Bytes
/
bower.json
File metadata and controls
28 lines (28 loc) · 763 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
{
"name": "backbone.googleapis",
"version": "0.0.1",
"homepage": "https://github.com/hrovira/backbone.googleapis",
"description": "Backbone.js Models compatible with Google APIs",
"authors": [
{ "name": "Hector Rovira", "homepage": "https://github.com/hrovira" }
],
"keywords": [
"backbone", "model", "google", "apis"
],
"repository": {
"type": "git",
"url": "git://github.com/hrovira/backbone.googleapis.git"
},
"main": "backbone.googleapis.js",
"license": "MIT",
"dependencies": {
"requirejs": "~2.1.5",
"jquery": "~2.0.3",
"underscore": "~1.4.4",
"backbone": "~1.0.0"
},
"ignore": [
"bower_components"
],
"resolutions": {}
}