forked from vidigami/backbone-http
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
35 lines (35 loc) · 776 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
{
"name": "backbone-http",
"main": "backbone-http.js",
"version": "0.7.2",
"homepage": "http://vidigami.github.io/backbone-orm/backbone-http.html",
"authors": [
"Kevin Malakoff (https://github.com/kmalakoff)",
"Gwilym Humphreys (https://github.com/gwilymhumphreys)"
],
"description": "An HTTP interface for BackboneORM",
"keywords": ["backbone", "orm", "backbone-orm", "http", "ajax"],
"moduleType": [
"amd",
"globals",
"node"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"src",
"client",
"*.md",
"config",
"media",
"gulpfile.coffee"
],
"dependencies": {
"underscore": ">=1.2.0",
"backbone": ">=1.0.0",
"backbone-orm": ">=0.5.0"
}
}