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.
53 lines
1.2 KiB
JSON
53 lines
1.2 KiB
JSON
{
|
|
"name": "backbone.marionette",
|
|
"description": "Make your Backbone.js apps dance with a composite application architecture!",
|
|
"homepage": "http://marionettejs.org",
|
|
"main": "./lib/core/backbone.marionette.js",
|
|
"version": "2.3.1",
|
|
"keywords": [
|
|
"backbone",
|
|
"framework",
|
|
"client",
|
|
"browser",
|
|
"composite"
|
|
],
|
|
"author": {
|
|
"name": "Derick Bailey",
|
|
"email": "derickbailey@gmail.com"
|
|
},
|
|
"ignore": [
|
|
"api",
|
|
"docs",
|
|
"jsdoc",
|
|
"src",
|
|
"tasks",
|
|
"test",
|
|
".editorconfig",
|
|
".gitignore",
|
|
".jshintrc",
|
|
".npmignore",
|
|
".travis.yml",
|
|
"component.json",
|
|
"CONTRIBUTING.md",
|
|
"Gruntfile.js",
|
|
"SpecRunner.html",
|
|
"upgradeGuide.md"
|
|
],
|
|
"dependencies": {
|
|
"backbone": "1.0.0 - 1.1.2",
|
|
"underscore": "1.4.4 - 1.6.0",
|
|
"backbone.babysitter": "^0.1.0",
|
|
"backbone.wreqr": "^1.0.0",
|
|
"jquery": "^1.8.0 || ^2.0.0"
|
|
},
|
|
"_release": "2.3.1",
|
|
"_resolution": {
|
|
"type": "version",
|
|
"tag": "v2.3.1",
|
|
"commit": "be71fb9ca6a758567b4926f9ff23a47d96be1d89"
|
|
},
|
|
"_source": "git://github.com/marionettejs/backbone.marionette.git",
|
|
"_target": "~2.3.1",
|
|
"_originalSource": "marionette",
|
|
"_direct": true
|
|
} |