mirror of
https://github.com/jashkenas/backbone.git
synced 2026-01-13 08:57:56 -05:00
component.json has been [deprecated since June](https://github.com/componentjs/component#this-project-is-deprecated)
So there's no reason to keep maintaining it.
And as it is, @jashkenas [does](https://github.com/jashkenas/underscore/pull/884#issuecomment-10999128) [not](https://github.com/jashkenas/backbone/pull/2622#issuecomment-19669694) [like](https://github.com/jashkenas/backbone/pull/2811#issuecomment-26351438) [it](28d345a231 (commitcomment-4557129)).
9 lines
255 B
JSON
9 lines
255 B
JSON
{
|
|
"name" : "backbone",
|
|
"main" : "backbone.js",
|
|
"dependencies" : {
|
|
"underscore" : ">=1.8.3"
|
|
},
|
|
"ignore" : ["docs", "examples", "test", "*.yml", "*.html", "*.ico", "*.md", "CNAME", ".*", "karma.*", "package.json"]
|
|
}
|