2014-07-03 03:55:10 +08:00
|
|
|
{
|
|
|
|
"name": "backbone-undo",
|
2014-07-28 17:27:46 +08:00
|
|
|
"version": "0.2.3",
|
2014-07-03 03:55:10 +08:00
|
|
|
"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": [
|
2014-07-28 17:27:46 +08:00
|
|
|
"creynders <info@creynders.be> (http://www.creynders.be)",
|
|
|
|
"Anton Shuvalov <anton_shuvalov@me.com> (http://anton-shuvalov.info)",
|
|
|
|
"Marcin Lawrowski"
|
2014-07-03 03:55:10 +08:00
|
|
|
],
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/osartun/Backbone.Undo.js/issues"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"backbone": "~1.0.0",
|
|
|
|
"underscore": "~1.4.4"
|
|
|
|
}
|
|
|
|
}
|