You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
759 B
JSON
36 lines
759 B
JSON
{
|
|
"name": "backbone.wreqr",
|
|
"description": "A Simple Service Bus For Backbone and Backbone.Marionette",
|
|
"version": "1.3.1",
|
|
"repo": "marionettejs/backbone.wreqr",
|
|
"keywords": [
|
|
"backbone",
|
|
"plugin",
|
|
"computed",
|
|
"field",
|
|
"model",
|
|
"client",
|
|
"browser"
|
|
],
|
|
"license": "MIT",
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://github.com/marionettejs/backbone.wreqr/blob/master/LICENSE.md"
|
|
}
|
|
],
|
|
"author": {
|
|
"name": "Derick Bailey",
|
|
"email": "marionettejs@gmail.com",
|
|
"web": "http://derickbailey.lostechies.com"
|
|
},
|
|
"dependencies": {
|
|
"jashkenas/backbone": "*",
|
|
"jashkenas/underscore": "*"
|
|
},
|
|
"main": "lib/backbone.wreqr.js",
|
|
"scripts": [
|
|
"lib/backbone.wreqr.js"
|
|
]
|
|
}
|