forked from osartun/Backbone.Undo.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 811 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 811 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "backbone-undo",
"version": "0.2.6",
"description": "A simple Backbone undo-manager for simple apps",
"homepage": "http://backbone.undojs.com",
"keywords": "backbone, undo",
"license": "MIT",
"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",
"Vladislav Botvin <darkvlados@me.com>"
],
"bugs": {
"url": "https://github.com/osartun/Backbone.Undo.js/issues"
},
"dependencies": {
"underscore": ">=1.4.4",
"backbone": ">=1.0.0"
}
}