You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Backbone.Undo.js/package.json

27 lines
773 B

{
"name": "backbone-undo",
"version": "0.2.3",
"description": "A simple Backbone undo-manager for simple apps",
"homepage": "http://backbone.undojs.com",
"keywords": "backbone, undo",
"license": "MIT license",
"main": "Backbone.Undo.js",
"repository": {
"type": "git",
"url": "https://github.com/osartun/Backbone.Undo.js.git"
},
"author": "Oliver Sartun <osartun@gmail.com> (http://css3-html5.de)",
"contributors": [
"creynders <info@creynders.be> (http://www.creynders.be)",
"Anton Shuvalov <anton_shuvalov@me.com> (http://anton-shuvalov.info)",
"Marcin Lawrowski"
],
"bugs": {
"url": "https://github.com/osartun/Backbone.Undo.js/issues"
},
"dependencies": {
"backbone": "~1.0.0",
"underscore": "~1.4.4"
}
}