add backbone.js

This commit is contained in:
Arthur Schiwon 2015-08-06 00:00:40 +02:00
parent 7f44b0fd18
commit dc04afbe29
6 changed files with 1933 additions and 1 deletions

View File

@ -26,6 +26,7 @@
"snapjs": "~2.0.0-rc1",
"strengthify": "0.4.1",
"underscore": "~1.8.0",
"bootstrap": "~3.3.5"
"bootstrap": "~3.3.5",
"backbone": "~1.2.1"
}
}

33
core/vendor/backbone/.bower.json vendored Normal file
View File

@ -0,0 +1,33 @@
{
"name": "backbone",
"version": "1.2.1",
"main": "backbone.js",
"dependencies": {
"underscore": ">=1.7.0"
},
"ignore": [
"docs",
"examples",
"test",
"*.yml",
"*.html",
"*.ico",
"*.md",
"CNAME",
".*",
"karma.*",
"component.json",
"package.json"
],
"homepage": "https://github.com/jashkenas/backbone",
"_release": "1.2.1",
"_resolution": {
"type": "version",
"tag": "1.2.1",
"commit": "938a8ff934fd4de4f0009f68d43f500f5920b490"
},
"_source": "git://github.com/jashkenas/backbone.git",
"_target": "~1.2.1",
"_originalSource": "backbone",
"_direct": true
}

22
core/vendor/backbone/LICENSE vendored Normal file
View File

@ -0,0 +1,22 @@
Copyright (c) 2010-2015 Jeremy Ashkenas, DocumentCloud
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

2
core/vendor/backbone/backbone-min.js vendored Normal file

File diff suppressed because one or more lines are too long

1
core/vendor/backbone/backbone-min.map vendored Normal file

File diff suppressed because one or more lines are too long

1873
core/vendor/backbone/backbone.js vendored Normal file

File diff suppressed because it is too large Load Diff