Backbone.Undo.js/bower.json
Oliver Sartun 18fa4f70ed Changed description & authors; rm version; added license
The description now also contains that it's targeted at small/simple apps
Bower ignores the version tag now, so I removed it
Bower recommends to put in the license tag
2014-07-02 21:39:00 +02:00

25 lines
563 B
JSON

{
"name": "Backbone.Undo.js",
"main": "Backbone.Undo.js",
"license": "MIT license",
"homepage": "http://backbone.undojs.com/",
"authors": [
"Oliver Sartun <osartun@gmail.com> (http://css3-html5.de)",
"Anton Shuvalov <anton_shuvalov@me.com> (http://anton-shuvalov.info)"
],
"description": "A simple Backbone undo-manager for simple apps",
"keywords": [
"Backbone", "undo"
],
"dependencies" :{
"underscore": "~1.4.4",
"backbone": "~1.0.0"
},
"ignore": [
"Tests",
".gitignore",
"sample",
"README.md"
]
}