Created
November 29, 2012 22:36
-
-
Save zerkalica/4172372 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Backbone.Geppetto", | |
"description": "Geppetto does this by implementing an event-driven Command framework, decoupling your View/Presenter code from your app's business logic", | |
"version": "0.2.2", | |
"homepage": "http://modeln.github.com/backbone.geppetto/", | |
"keywords": [ | |
"backbone", | |
"plugin", | |
"marionette", | |
"geppetto", | |
"client", | |
"browser" | |
], | |
"licenses": [ | |
{ | |
"type": "MIT", | |
"url": "https://github.com/ModelN/backbone.geppetto/blob/master/LICENSE" | |
} | |
], | |
"scripts": { | |
"test" : "grunt jasmine", | |
"start" : "grunt jasmine-server" | |
}, | |
"author": { | |
"name": "Dave Cadwallader" | |
}, | |
"bugs": { | |
"web": "https://github.com/ModelN/backbone.geppetto/issues" | |
}, | |
"repository": { | |
"type": "git", | |
"url": "https://github.com/ModelN/backbone.geppetto.git" | |
}, | |
"github": "https://github.com/ModelN/backbone.geppetto", | |
"devDependencies": { | |
"grunt": "~0.3.16", | |
"grunt-jasmine-runner": "latest", | |
"grunt-rigger": "*" | |
}, | |
"volo": { | |
"url": "https://raw.github.com/ModelN/backbone.geppetto/master/backbone.geppetto.js", | |
"dependencies": { | |
"backbone": "Backbone.Marionette" | |
} | |
}, | |
"jam":{ | |
"dependencies": { | |
"Backbone.Marionette": "v1.0.0-beta6" | |
}, | |
"main": "lib/backbone.geppetto.js", | |
"include": [ | |
"lib/backbone.geppetto.js", | |
"readme.md" | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment