forked from RoundingWellOS/backbone.eventrouter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
40 lines (40 loc) · 968 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
{
"name": "backbone.eventrouter",
"version": "1.0.0",
"description": "A highly opinionated, simplistic Backbone.Router coupled with a Backbone.Radio.Channel",
"main": "./dist/backbone.eventrouter.js",
"repository": {
"type": "git",
"url": "https://github.com/RoundingWellOS/backbone.eventrouter.git"
},
"keywords": [
"backbone",
"backbonejs",
"Backbone.Radio",
"Router",
"Backbone.Router",
"Pub/sub",
"router"
],
"author": "Paul Falgout <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/RoundingWellOS/backbone.eventrouter/issues"
},
"homepage": "https://github.com/RoundingWellOS/backbone.eventrouter",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"backbone": "^1.3.3",
"backbone.radio": "^2.0.0",
"underscore": "^1.8.3"
},
"authors": [
"paulfalgout <[email protected]>"
]
}