Backbone.Undo.js/package.json
Daniel Cohen 77ef55ef38 Format the license in package.json to match the SPDX standard
As documented on the NPM documentation (https://docs.npmjs.com/files/package.json#license). The license field has to comply with the SPDX specification for communicating the licenses and copyrights associated with a software package. This commit changes the license to a valid SPDX value (MIT)
2016-05-11 12:19:53 +03:00

28 lines
811 B
JSON

{
"name": "backbone-undo",
"version": "0.2.5",
"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"
}
}